Skip to content

Qiskit Terra 0.24.2

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 19 Jul 17:26
· 1949 commits to main since this release
0.24.2
163d1bd

Release notes: https://qiskit.org/documentation/release_notes.html#terra-0-24-2

Changelog

Fixed

  • fix 1q matrix bug in Quantum Shannon Decomposer (#10126) (#10446)
  • Fix inner qubit mapping in UnitarySynthesis pass. (#10405) (#10431)
  • Fix deepcopy for new-style Bit (#10411) (#10413)
  • Fix DiagonalGate QPY serialisation (#10376) (#10412)
  • Dispatch a builder with backendV1 and backendV2 (#10150) (#10265)
  • Add support for QuantumCircuit.layout to qpy (#10148) (#10410)
  • Fix CheckMap with control-flow builder nested conditionals (#10395) (#10397)
  • Fix VQD's optimal_values (#10279) (#10312)
  • Fix qasm export for gates with same name (#10286) (#10297)
  • Improve casting and error message for ParameterExpression (#10244) (#10268)
  • Fix deprecation warnings emitted by import qiskit.primitives (#10287) (#10290)
  • Fix BasicSwap FakeRun Typo (#10274) (#10278)
  • Fix the output macros.measure with backendV2 (#10135) (#10241)
  • Fix QuantumCircuit.draw() not outputting pdf in latex mode (#10212) (#10217)
  • Fix output of DensityMatrix.partial_transpose to match input dimensions (#10163) (#10215)