qiskit/releasenotes/notes/1.1/fix-mcx-mcp-performance-b00...

7 lines
252 B
YAML

---
fixes:
- |
Improve the decomposition of the gates :class:`.MCXGate` and :class:`.MCPhaseGate`
without using ancilla qubits, so that the number of :class:`.CXGate` will grow
quadratically in the number of qubits and not exponentially.