QuantumCircuitOpt v0.6.0
Breaking changes
- Added support for
unitary_complex_conjugate
constraints (for both with and without global phase), which significantly speeds up QCOpt’s decomposition methods. - Added a generic
multi_controlled_gate
function to evaluate multi-qubit gates with multiple controls for any single-qubit target gate (e.g. multiple-control Toffoli) - Added 2-qubit Fermionic SWAP gate, that swaps adjacent fermionic modes
- Added
QFT3Gate
to docs - Dropped support for
controlled_gate
- Cleaned up angle discretization code, which is generic now -
get_all_angle_gates
andget_discretized_angle_gates
- Qubit routing example (4-qubit gate) added
[noblock]
Merged pull requests:
- Multi Controlled Gates (#71) (@harshangrjn)