You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2n − 3 Toffoli and O(n) depth using 1 clean ancilla
2n − 3 Toffoli and O(log(n)) depth using 2 clean ancilla
4n − 8 Toffoli and O(n) depth using 1 dirty ancilla
4n - 8 Toffoli and O(log(n)) depth using 2 dirty ancilla
I already have a working implementation and want to add a pull request. However, I don't know where the implementation should go. I was thinking qiskit/synthesis/multi_controlled/mcx_synthesis.py.