Skip to content

Qiskit Terra 0.20.1

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 21 Apr 19:59
· 2438 commits to main since this release
0.20.1
625b202

Changelog

Fixed

  • Fix potential infinite loop in SabreSwap (#7970) (#7971)
  • Make SabreSwap account for clbits in predecessors (#7952) (#7957)
  • Fix QPY deserialization of UCRX, UCRY, and UCRZ gates (#7933) (#7941)
  • Fix dag visualization for DAGCircuits without registers (#7923) (#7938)
  • Allow shots to be a numpy.int64 (#7824) (#7934)
  • Bug fix for DRAG pulse beta validation (#7925) (#7928)
  • Fix small typos and improve consistency in primitive docs (#7897) (#7905)
  • Fix init_observable for Pauli (#7898) (#7899)
  • Fix return type from schedule() with a list of one entry (#7885) (#7889)
  • Fix plot_error_map with BackendProperties set or BackendV2 (#7880) (#7887)
  • Fix of eval_observables() when quantum_circuit is a StateFn. (#7863) (#7881)
  • Fix hard-coded sleep in run_circuits (#7793) (#7860)
  • Fixes Clifford, Pauli, CNOTDihedral to handle Delay (#7850) (#7854)