Skip to content

Qiskit Terra 0.19.2

Choose a tag to compare

@qiskit-bot qiskit-bot released this 02 Feb 13:31
· 4376 commits to main since this release
0.19.2
6069e5c

Changelog

Added

  • Add support for Python 3.10 (backport #7102) (#7546)

Changed

  • Add support for Python 3.10 (backport #7102) (#7546)

Fixed

  • Fix QPY support for control flow instructions (#7584) (#7606)
  • Fix QuantumInstance compatibility with BackendV2 (#7563) (#7605)
  • Efficiently check PauliSumOps for diagonality in CVaRMeasurement (#7574) (#7602)
  • Fix PauliSumOp.permute to not change the original object (#7339) (#7599)
  • Fix qubit order for 2-qubit LieTrotter evolution synthesis (#7551) (#7591)
  • Fix the inverse method of PauliEvolutionGate (#7524) (#7587)
  • Warn not error on overflow in QFT (#7541) (#7575)
  • Fix error in Target non-global operation method with ideal gates (#7554) (#7561)
  • Check the existence of AncillaQubits before adding (#7450) (#7555)
  • Fix QI modifying input transpiled circuit on execute (#7484) (#7547)
  • Reject other QASM versions in QASM 2 parser (#7456) (#7536)
  • Improve error message in DAGCircuit.draw for invalid filenames (#7447) (#7531)
  • Prevent duplicate bits in registers (#7510) (#7530)
  • Fix display of register names with multiple underscores in mpl and latex drawers (#7459) (#7527)
  • Fix parameter order in VQE, if the ansatz is resized (#7479) (#7526)
  • Fix Bloch sphere with Matplotlib 3.3 and 3.4 (#7517) (#7520)
  • Give FakeOpenPulse2Q qubit T2 times and readout errors (#7425) (#7474)
  • Fix QPY serialization of no-op instructions (#7431) (#7432)
  • Fix registerless bit conditions in circuit_to_instruction (#7395) (#7406)