Releases: PennyLaneAI/pennylane-cirq
Release 0.39.0
Bug fixes 🐛
-
Remove deprecated
qml.operation.Tensor
from codebase in favour ofqml.prod
. (#197)
Breaking changes 💔
-
Removed support for Python 3.9 (#200)
-
Upgrade minimum supported version of PennyLane to 0.38.0. (#201)
Contributors ✍️
This release contains contributions from (in alphabetical order):
Astral Cai, Mudit Pandey, Alex Preciado
Release 0.36.0.post0
This postfix release updates some documentation dependencies and testing.
Release 0.36.0
Release 0.34.0
Tests
- The sampling tests no longer set the
_obs_queue
proprerty, as setting it has no effect on the behaviour of the plugin. (#159)
Contributors ✍️
This release contains contributions from (in alphabetical order):
Christina Lee
Release 0.33.0
Bug fixes 🐛
- Fixes the pasqal device when more than one circuit is executed and adds support for specifying
wires
an iterable of wire labels (#151)
Contributors ✍️
This release contains contributions from (in alphabetical order):
Christina Lee
Release 0.32.0
Release 0.31.0
Improvements
- Failing tests corrected to reflect the new shots validation in PennyLane
(#138)
Contributors
This release contains contributions from (in alphabetical order):
Matthew Silverman
Release 0.29.0
New features since last release
- Support for adjoint operators has been added.
(#130)
Breaking changes
-
Support for inverse operators has been removed.
Note that theinv()
method andinverse
property are removed from PennyLane operators as of PennyLane 0.29.
(#130) -
Bumps the required PennyLane version to v0.29.0.
(#137)
Contributors
This release contains contributions from (in alphabetical order):
Christina Lee, Matthew Silverman
Release 0.28.0
Release 0.27.0
New features since last release
-
Support
ISWAP
,SISWAP
, and their adjoints. (#114) -
Support a variety of operations raised to a power. (#115)
Breaking changes
- Removed the unnecessary
CPhase
andISWAP
operations from the plugin's custom support because PennyLane supports them. (#115)
Improvements
- Pass all the qubits as
qubit_order
parameter to force the simulator not to ignore idle qubits. (#111)
Contributors
This release contains contributions from (in alphabetical order):
Oumarou Oumarou, Matthew Silverman