qiskit/releasenotes/notes/0.24/add-gates-to-Clifford-class...

11 lines
401 B
YAML

---
fixes:
- |
Add the following Clifford gates, that already exist in the Circuit Library,
to the :class:`.Clifford` class:
:class:`.SXGate`, :class:`.SXdgGate`, :class:`.CYGate`, :class:`.DCXGate`,
:class:`.iSwapGate` and :class:`.ECRGate`.
- |
Add a decomposition of an :class:`.ECRGate` into Clifford gates (up to a global phase)
into the :class:`.EquivalenceLibrary`.