qiskit/releasenotes/notes/0.19/fix-c3sxgate-7138e004a2b05c...

7 lines
238 B
YAML

---
fixes:
- |
:obj:`~qiskit.circuit.library.C3SXGate` now has a correct decomposition and
matrix representation. Previously it was equivalent to
``SdgXGate().control(3)``, rather than the intended ``SXGate().control(3)``.