Releases: PennyLaneAI/pennylane-aqt
Releases · PennyLaneAI/pennylane-aqt
Release 0.39.0
Release 0.32.0.post0
This postfix release updates some documentation dependencies and testing.
Release 0.32.0
Release 0.29.0
New features since last release
- Adds Python 3.11 support.
(#43)
Breaking changes
- Drops Python 3.7 support.
(#43)
Bug fixes
- For compatibility with PennyLane v0.29, the use of
Operation.inv()
has been removed,
and replaced withqml.adjoint
.
(#45)
Contributors
This release contains contributions from (in alphabetical order):
Lillian M. A. Frederiksen
Christina Lee
Release 0.27.0
New features since last release
- Adds Python 3.10 support. (#33)
Contributors
This release contains contributions from (in alphabetical order):
Christina Lee
Release 0.22.0
Improvements
- Raising an
HTTPError
now provides more information about the exact issues by using the underlying response object. (#27)
Bug fixes
- Fixed
MS
gate parameter inCNOT
gate decomposition. (#26)
Contributors
This release contains contributions from (in alphabetical order):
Christina Lee, Antal Száva, Tamás Varga
Release 0.18.0
Release 0.15.0
Bug fixes
- For compatibility with PennyLane v0.15, the
analytic
keyword argument has been removed from usage within the AQT device. (#12)
Contributors
This release contains contributions from (in alphabetical order):
Josh Izaac
Release 0.11.0
Release 0.9.1
New features since last release
- Both of the native gates
R
andMS
now support the parameter-shift differentiation
method in PennyLane. (#4)
Improvements
- Lowered the retry timer so the plugin won't hammer the server for results.
(#4)
Contributors
This release contains contributions from (in alphabetical order):
Nathan Killoran