Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 23:28

QuantumCircuitOpt v0.6.0

Diff since v0.5.9

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 and get_discretized_angle_gates
  • Qubit routing example (4-qubit gate) added

[noblock]

Merged pull requests: