Skip to content

Releases: PennyLaneAI/pennylane-aqt

Release 0.22.0

15 Mar 06:22
b2d3072

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

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

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

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

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

Release 0.9

03 Jun 11:26

Choose a tag to compare

Initial release.

Contributors

This release contains contributions from (in alphabetical order):

Nathan Killoran