Qiskit Terra 0.24.2
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-styleBit
(#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)