Skip to content

Qiskit 1.0.2

Latest
Compare
Choose a tag to compare
@kevinhartman kevinhartman released this 08 Mar 20:52
· 234 commits to main since this release
1.0.2
30a22e4

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 in EstimatorPub.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)