Skip to content

Beta Release for Version 1.5

Pre-release
Pre-release

Choose a tag to compare

@burgholzer burgholzer released this 16 Oct 23:39
ee31506

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.