Skip to content

Version 1.5 Release

Compare
Choose a tag to compare
@burgholzer burgholzer released this 19 Oct 23:17

v1.5 adds JKQ QCEC to PyPI---allowing user to install the tool by calling

pip install jkq.qcec

and use it to verify quantum circuits in Python with

from jkq import qcec
qcec.verify([...])

Additionally, configuration options now also include optimization passes applied before equivalence checking:

  • swapGateFusion: Reconstruct SWAP operations from elementary operations
  • singleQubitGateFusion: Fuse consecutive single qubit gates
  • removeDiagonalGatesBeforeMeasure: Remove diagonal gates before measurements