Skip to content

Latest commit

 

History

History
95 lines (54 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

95 lines (54 loc) · 2.18 KB

Release 0.15.0-dev

New features since last release

Breaking changes

Improvements

  • Inverse gates are now supported. (#89)

  • Add new lightweight backend with performance improvements. (#57)

  • Remove the previous Eigen-based backend. (#67)

Documentation

Bug fixes

  • Re-add dispatch table after fixing static initialisation order issue. (#68)

Contributors

This release contains contributions from (in alphabetical order):

Thomas Bromley, Christina Lee, Thomas Loke, Antal Száva.


Release 0.14.1

Bug fixes

  • Fixes a bug where the QNode would swap LightningQubit to DefaultQubitAutograd on device execution due to the inherited passthru_devices entry of the capabilities dictionary. (#61)

Contributors

This release contains contributions from (in alphabetical order):

Antal Száva


Release 0.14.0

Improvements

  • Extends support from 16 qubits to 50 qubits. (#52)

Bug fixes

  • Updates applying basis state preparations to correspond to the changes in DefaultQubit. (#55)

Contributors

This release contains contributions from (in alphabetical order):

Thomas Loke, Tom Bromley, Josh Izaac, Antal Száva


Release 0.12.0

Bug fixes

  • Updates capabilities dictionary to be compatible with core PennyLane (#45)

  • Fix install of Eigen for CI wheel building (#44)

Contributors

This release contains contributions from (in alphabetical order):

Tom Bromley, Josh Izaac, Antal Száva


Release 0.11.0

Initial release.

This release contains contributions from (in alphabetical order):

Tom Bromley, Josh Izaac, Nathan Killoran, Antal Száva