qiskit/releasenotes/notes/1.2/fix-mcx-performance-de86bcc...

7 lines
248 B
YAML

---
fixes:
- |
Improve the decomposition of the gate generated by :meth:`.QuantumCircuit.mcx`
without using ancilla qubits, so that the number of :class:`.CXGate` will grow
quadratically in the number of qubits and not exponentially.