qiskit/releasenotes/notes/2.0/fix-unitary-synthesis-globa...

8 lines
257 B
YAML

---
fixes:
- |
Fixed a bug in the :class:`.UnitarySynthesis` transpiler pass where
non-2-qubit gates would be included in the available 2 qubit basis,
causing the ``TwoQubitWeylDecomposition`` to panic because of
the dimension mismatch.