Breaking changes
-
Changed the signature of the
QubitDevice.statistics
method fromdef statistics(self, observables, shot_range=None, bin_size=None, circuit=None):
to
def statistics(self, circuit: QuantumScript, shot_range=None, bin_size=None):
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