Skip to content

Release v1.8.0: Usability Improvements

Compare
Choose a tag to compare
@burgholzer burgholzer released this 10 May 13:13
· 1137 commits to main since this release
625b26a

This release adds many usability improvements to the QMAP tool:

  • mapped circuits now properly contain measurements at the end of the circuit
  • an option is provided to extract the WCNF formulation from Z3 for use in other solvers
  • a simple post-optimization is introduced that tried to cancel adjacent CNOTs and (parts of) SWAPs
  • the search for the minimum number of SWAPs required for a particular permutation is terminated according to the number of allowed SWAPs per layer
  • the exact mapper now allows to map to particular subgraphs of larger architectures (given as a set of qubits)
  • gate counts of the mapped circuit are now reported slightly differently (SWAPs, etc. are no longer listed extra but appropriately reflected in the CNOT gate count)
  • the output in verbose mode has been slightly improved for the exact mapper

What's Changed

Full Changelog: v1.7.0...v1.8.0