github PennyLaneAI/pennylane-qiskit v0.28.0
Release 0.28.0

latest releases: v0.38.0, v0.37.0, v0.36.0...
21 months ago

Breaking changes

  • Changed the signature of the QubitDevice.statistics method from

    def statistics(self, observables, shot_range=None, bin_size=None, circuit=None):

    to

    def statistics(self, circuit: QuantumScript, shot_range=None, bin_size=None):

    #3421

Improvements

  • Adds testing for Python 3.11. (#237)

Bug fixes

  • Do not try to connect with an IBMQX token if it is falsy. (#234)

Contributors

This release contains contributions from (in alphabetical order):

Christina Lee, Albert Mitjans-Coma and Matthew Silverman

Don't miss a new pennylane-qiskit release

NewReleases is sending notifications on new releases.