Skip to content

Releases: PennyLaneAI/pennylane-aqt

Release 0.39.0

06 Nov 14:50
2106fe4
Compare
Choose a tag to compare

Breaking changes 💔

  • Drops Python 3.9 support. (#70)

  • Upgraded minimum supported version of PennyLane to 0.38.0. (#75)

Bug fixes 🐛

  • Fix deprecated import path for QubitDevice. (#66)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Astral Cai, Andrija Paurevic

Release 0.32.0.post0

06 Sep 18:06
64e9322
Compare
Choose a tag to compare

This postfix release updates some documentation dependencies and testing.

Release 0.32.0

28 Aug 18:36
578947e
Compare
Choose a tag to compare

Breaking changes 💔

  • Drops Python 3.8 support. (#51)

Improvements 🛠

  • Added support for qml.StatePrep as a state preparation operation. (#50)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Mudit Pandey,
Jay Soni

Release 0.29.0

28 Feb 18:19
2d1ee68
Compare
Choose a tag to compare

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 with qml.adjoint.
    (#45)

Contributors

This release contains contributions from (in alphabetical order):

Lillian M. A. Frederiksen
Christina Lee

Release 0.27.0

15 Nov 00:27
443aa07
Compare
Choose a tag to compare

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

15 Mar 06:22
b2d3072
Compare
Choose a tag to compare

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 in CNOT gate decomposition. (#26)

Contributors

This release contains contributions from (in alphabetical order):

Christina Lee, Antal Száva, Tamás Varga

Release 0.18.0

21 Sep 08:19
b271c08
Compare
Choose a tag to compare

New features

  • Add support for the CNOT gate by using a decomposition with the MS gate. (#14) (#19)

Breaking changes

  • Remove support for Python 3.5, 3.6 and add support for Python 3.8, 3.9. (#15)

Contributors

This release contains contributions from (in alphabetical order):

Romain Moyard, Antal Száva

Release 0.15.0

20 Apr 08:28
b5b271a
Compare
Choose a tag to compare

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

18 Aug 05:42
Compare
Choose a tag to compare

New features since last release

  • The AQT plugin now supports arbitrary wire labels when instantiating the device (#8) (#9)

Contributors

This release contains contributions from (in alphabetical order):

Maria Schuld

Release 0.9.1

08 Jun 05:39
Compare
Choose a tag to compare

New features since last release

  • Both of the native gates R and MS 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