Skip to content

Releases: cda-tum/mqt-qcec

Version 1.6.2 Release

11 Dec 00:32
7811a41
Compare
Choose a tag to compare

This minor release provides a functioning sdist for Python distribution.

Version 1.6.1 Release

10 Dec 22:14
fa73065
Compare
Choose a tag to compare

Minor release

  • Switched CI/CD to Github Actions.
  • Updated submodules
  • Slight modification to Python bindings structure

Version 1.6 Release

17 Nov 09:33
Compare
Choose a tag to compare

v1.6 introduces random stimuli generation methods for the verification of quantum circuits.
It also adds the option of persisting the state vector used for verification methods based on simulation.

Version 1.5 Release

19 Oct 23:17
Compare
Choose a tag to compare

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

Beta Release for Version 1.5

16 Oct 23:39
ee31506
Compare
Choose a tag to compare
Pre-release

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([...])

This beta release tests the CI/CD functionality for automatically building and deploying to PyPI.