Qiskit 1.0.2
Release notes: https://docs.quantum.ibm.com/api/qiskit/release-notes/1.0
Changelog
Fixed
- Ensure that Parameters compare equal when they have the same hash (#11652) (#11875)
- Fix improper handling of
BindingsArray
inEstimatorPub.coerce()
(#11871) (#11881) - Fix transpilation of control flow to no hardware (#11907) (#11915)
- Fix type hint and doc of
StatevectorEstimator.default_precision
(#11910) (#11918) - Fix handling of control flow instructions in convert_to_target() (#11877) (#11884)
- Bugfix for missing qubit property (#11880) (#11927)
- Fix performance issue in parsing bit indices in QPY (#11944) (#11945)
- Remove old graph structure during
EquivalenceLibrary.set_entry
(#11959) (#11962) - Fix improper handling of BindingsArray in SamplerPub.coerce() (#11913) (#11920)
- Fix Observables.coerce() for 0-d inputs (#11868) (#11876)
- Fix evolved operator ansatz (#11682) (#11965)