Skip to main content

A tool for Quantum Circuit Equivalence Checking

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT QCEC - A tool for Quantum Circuit Equivalence Checking

A tool for quantum circuit equivalence checking developed as part of the Munich Quantum Toolkit (MQT) by the Chair for Design Automation at the Technical University of Munich. It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

If you have any questions, feel free to contact us via quantum.cda@xcit.tum.de or by creating an issue on GitHub.

Getting Started

QCEC is available via PyPI for Linux, macOS, and Windows and supports Python 3.9 to 3.13.

(venv) $ pip install mqt.qcec

The following code gives an example on the usage:

from mqt import qcec

# verify the equivalence of two circuits provided as qasm files
result = qcec.verify("circ1.qasm", "circ2.qasm")

# print the result
print(result.equivalence)

Detailed documentation on all available methods, options, and input formats is available at ReadTheDocs.

System Requirements and Building

The implementation is compatible with any C++17 compiler, a minimum CMake version of 3.19, and Python 3.9+. Please refer to the documentation on how to build the project.

Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions.

References

QCEC has been developed based on methods proposed in the following papers:

a L. Burgholzer and R. Wille, "Advanced Equivalence Checking for Quantum Circuits," Transactions on CAD of Integrated Circuits and Systems (TCAD), 2021

a L. Burgholzer, R. Raymond, and R. Wille, "Verifying Results of the IBM Qiskit Quantum Circuit Compilation Flow," in IEEE International Conference on Quantum Computing (QCE), 2020

a L. Burgholzer, R. Kueng, and R. Wille, "Random Stimuli Generation for the Verification of Quantum Circuits," in Asia and South Pacific Design Automation Conference (ASP-DAC), 2021

a L. Burgholzer and R. Wille, "Handling Non-Unitaries in Quantum Circuit Equivalence Checking," in Design Automation Conference (DAC), 2022

a T. Peham, L. Burgholzer, and R. Wille, "Equivalence Checking of Quantum Circuits with the ZX-Calculus," in Journal of Emerging and Selected Topics in Circuits and Systems (JETCAS), 2022

a T. Peham, L. Burgholzer, and R. Wille, "Equivalence Checking of Parameterized Quantum Circuits: Verifying the Compilation of Variational Quantum Algorithms," in Asia and South Pacific Design Automation Conference (ASP-DAC), 2023


Acknowledgements

The Munich Quantum Toolkit has been supported by the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus.

TUM Logo Coat of Arms of Bavaria ERC Logo MQV Logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mqt_qcec-3.0.0b2.tar.gz (240.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mqt_qcec-3.0.0b2-cp313-cp313t-win_amd64.whl (545.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (329.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (316.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl (321.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_qcec-3.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl (378.0 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_qcec-3.0.0b2-cp313-cp313-win_amd64.whl (540.8 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (326.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (314.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b2-cp313-cp313-macosx_11_0_arm64.whl (318.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_qcec-3.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl (371.9 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_qcec-3.0.0b2-cp312-cp312-win_amd64.whl (540.7 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (326.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (314.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b2-cp312-cp312-macosx_11_0_arm64.whl (317.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_qcec-3.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl (371.7 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_qcec-3.0.0b2-cp311-cp311-win_amd64.whl (525.0 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (325.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (314.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b2-cp311-cp311-macosx_11_0_arm64.whl (308.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl (355.7 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_qcec-3.0.0b2-cp310-cp310-win_amd64.whl (522.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (325.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (313.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b2-cp310-cp310-macosx_11_0_arm64.whl (307.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_qcec-3.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl (354.9 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_qcec-3.0.0b2-cp39-cp39-win_amd64.whl (523.1 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (325.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (313.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b2-cp39-cp39-macosx_11_0_arm64.whl (307.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_qcec-3.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl (354.9 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file mqt_qcec-3.0.0b2.tar.gz.

File metadata

  • Download URL: mqt_qcec-3.0.0b2.tar.gz
  • Upload date:
  • Size: 240.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2.tar.gz
Algorithm Hash digest
SHA256 2cffd6034feb5a344b48e0ad6a99d3cde4afc39252f52f80596979d7aac97512
MD5 a19d7296d11df819ea41e3639e08cdf2
BLAKE2b-256 84da812c1b0c55efe9b04559159ddb18c958949e098ff2cc0774f8c97edaf4e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2.tar.gz:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b2-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 545.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0d42539fc79ee570044ba0abd32e4db76e87e57602b2b13d81ea292dba415e13
MD5 736b0024ac1a2b013228de25d82ab90b
BLAKE2b-256 41c01f8d72795180ae396cddb56b7e1f17fb10f89f2ea4bc6caecab835da27b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313t-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6bf428e07ee9dea171774ce4aa5b53bc6c0a244434ddfe35d929c5d3eada864c
MD5 2b59b89079f3abd201d29ee2b5aa34c1
BLAKE2b-256 4f875bfc1b452f69b95cff22e881f8475ece7f7b95080da5bbb4055743ede982

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f1fc4ee28daf7b86e163c1b60323403ba2dacfd2b4349f5f5a602e728f35b3d
MD5 0c8bdb1ea03095b7d0611115db5acf3f
BLAKE2b-256 5e20f7efc65173364dd0e70dc703560c315d4ef641ccf874c02a122c18299bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40f7ae625c4ad8bf314a1a09143148b3268eec5c03fd9075a04a62b80231170e
MD5 4bc7264bfffa516a806b75bd723f1281
BLAKE2b-256 7804f8f900319c80c3a25b15c069b8e12a840c670b38ed046d8ab11deecd8bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f5415300f2e213cc1d6ed0aba68814379b8cc323d68ce0082704e84fe4d07727
MD5 d67dd59165116d1b27d1f249ad763820
BLAKE2b-256 380b0c2ab5ff6be7e7558dfcb4c9a673b96f804780db8e1a7d91ef62041ac2e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 540.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c2197ca58a9df90fa4afdaa64264d8ea035925ac05316a48004d0fbc2c4d37bb
MD5 cbef20f2a10f137f007808a9f512daa9
BLAKE2b-256 0bd373f778526800b3df2372c4039f56e4adfab18474ee2d7e5fa1cfb9bba6b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3bda32e784acbd829ff77a63bc2d68399bedfcbb9d998b8f20fb2d82dc6e628
MD5 5eca261063a4fd9730f62916f88e9950
BLAKE2b-256 49a46cc47868c91f55e45d9378e0dac7de5ccd56e8d644e037429aa411405333

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de598daa5e80ae1cacd832ace0f626536add6dc8a461863f54b0092a39461087
MD5 55f7598a7f9c7ff40e46430744a70620
BLAKE2b-256 df4b833cd6de9c86ccefe48ead1acd23252f5a1747ce6fcc1d5343940cc5a404

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 797334007234e0267885c98d876e9e63566519f19960fa692a8bcb715af3172b
MD5 2b2a92cfef599820ca96bd663f89ed9f
BLAKE2b-256 c3192083146cd950b7d05185010c744d60caf59aee358c3ef8a87c0a3a58c3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e3b9eef7252e91699aceb84c1fae5f3f94c2f596d5301dfca2e9e66ef9bba611
MD5 763d08513a05dfc536b41671c6e179e0
BLAKE2b-256 d656fedc8cc24fb163f4c579408caa2b924a47d1d1544ff2d98327eb1e9883db

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 540.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e20aefcbc9c880f56a6fabc8858fe7fc2d02a4f0600aeadcd25a36f3835f250a
MD5 46b56e6007111c8311e568e58af8de5e
BLAKE2b-256 36954f09cbf663fe4fb79b43d9eb016d46414af0b56cf987d1afba736a4b756f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp312-cp312-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb3da8542ddcedd6e8072907c8fdffa1f68e19abf84ba8b176a39d0b424ca0e4
MD5 4855611d0151887efe8a18b53d0178d2
BLAKE2b-256 f416f989f09df29c1652af9c550a1078b2147dafce0335c19e50932b8543f470

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db5a0a8f88f4364ee10fb7ac9b295e88532e4edcaeca065c74101d2e4d5796a5
MD5 1e8ef095e687eea7be5e87a83b731927
BLAKE2b-256 aeccc8958788a999355193881c22ca838e9289c3134d74ae35343ade507e77ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 028e1d13cdf1c0bec396a704414771bc6102c2afa9e43d3b1ab99b982726ff24
MD5 f6a1cc331acab4d3c1fcd963f192b042
BLAKE2b-256 c537d1ace56aeeb7aa5acc110b0ec65a02950e157619d298c02e89264cb564d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8646b84fa5f6cf3b32cd942500ac02a5fefa12d1f1d4f43ba7e0773b60a20bea
MD5 a7d1239293c2f475b40b2933e6152179
BLAKE2b-256 86542e146905a6eb8cc98c8fc12f5b2b7bd2ace204ef6dea25ced81587b8c1c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 525.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 11e1a28932f22942d20b816a8b475952ee08216627271cc5e6b06ff4ef071d2d
MD5 aa08e9e6897b48b6e3fcb3893de0a7dc
BLAKE2b-256 3b3f55cc61ebe6b6832cfbd96743e8acf565f1ff94b379ca32112b511e5f41ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp311-cp311-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e203a3ff88cb02ae1d59a19dabdbcbec59a6608a8f894189beecde97629fe1b
MD5 57f49b2dfb586be33ba5f006ba853779
BLAKE2b-256 91fdc2a67baa890afcbf5ec30e304a86e93f1c42640b9eb0fd24cb0f368ebeef

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c7e3921dbcbf7f3e77a3773e45de44d539115fb12ad3f45af820949941d6f78
MD5 a22e28210d8098a0eecff4be26b8539e
BLAKE2b-256 20c3b07c652521c700b552b1a47358aacf8194f87bb5f53cf04fe215495f52e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad6d9439d90975f8537b411089cca2cceb2f6c1efc61a304e4308036ca5fddfb
MD5 a6eaabc3f47abaa782bd9555a1107385
BLAKE2b-256 27ed29aa0370b9b6e05f0458f83faf3cb9bb05ca3dfb507cfcdeec885ca1c66e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 57264f025ab09cd47a17c363076d6af2e57d203131996afa31c2f40d4c4e3996
MD5 3a84f497470e370d0e43cefa0ab1e968
BLAKE2b-256 8b67a6b319b04f9cbe8b0c220db456ef96aa43ff9c3dbdded8fda100a79cfa25

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 522.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e0fa3620f443e8197c7cc2c34d344acc483581610b7b7ce1efea24e0a3b0b492
MD5 38a0d5585ef00b719be23341989deeee
BLAKE2b-256 6e7ec19e401de071926fb887eec1d73ecca31c69fb21489ea68fbb9a772179ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp310-cp310-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f2c4090d80fda9b78d5d9d5d4db6dd618c4d5940679b5fc3b735b232e268c45
MD5 3af5589d0b4e7d7123261dd5b928894e
BLAKE2b-256 6524d1cbb4b5d60619289f93ff2caa142059b049f3cf151f04a1e9232ff4a1f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d673c468c339d606b62b032311b6bf8c4b46fe79edf46056e5f69f8a4d12bcd2
MD5 f7137d7d458d27c74c82f3ad8c5ec1a3
BLAKE2b-256 b3c49ae04ae23a7d0da4b5d5a84ae67268f496ce7232e8c3b9d9e2e2d7d05f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbfbec9a164a1b5cb174c01c88c34fd412627cef0519d25a007e0b028b197be8
MD5 64b098d7bbcb92455e28a5e8769f5252
BLAKE2b-256 ab65462386accad2b409853373125b08694bae86c67bb9373e993070e372183e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 901658c09c293905251da52d46f981d3068ac6f36c247d0d36e109fd44f4ab51
MD5 257560fa046ed489848d7773f34290ae
BLAKE2b-256 8f2fe5e4724a5233402ce08a7dfc03a12f64ced1ee62b63f5f9b368b954b0691

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 523.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d733fcd1e94874729fdc2ed366db07823ff09ad843071d45ef20ddaab2e4406c
MD5 5c2b7fa354b510fbf781d8fff9ae5a0f
BLAKE2b-256 07d751ecb6919a73b67580bf32385c00c06ae14fd41f9019aa441d1a6e13e104

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp39-cp39-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2801964cfbd378b876b7a6e7825e0e65a31d7e895909eb082239df4cb05cd4bf
MD5 1443047f5ed891cf084ea0842ad7835c
BLAKE2b-256 3ceca5ddcb9d2ee6837e43d8d187571bbdb368379da44b6cb9c03383b227e848

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 236417856666365c3690264c1caeb7f117b1fff195bbfa8a8afef1693ba00d76
MD5 eeabd816ca7efd1ab703abd0f48e9e06
BLAKE2b-256 aaecc22a7dcb73c7ad453d5616819471948e1a867b2619a21d2ac75706ae705f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3131fdd90ae19ad11d52a9acf0da1f9d49e1666e370fca55f42784620cad95d2
MD5 24b744540f06f51d9d97a83e30b57ce9
BLAKE2b-256 530485231a87580e9c67a69198833e6212ad9604361efb3cc167edf0df5147c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_qcec-3.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c966bdea85492227322e57bfc13c29f950870cbeaf6785716a17ae6d2948036d
MD5 2099df10e92cc200a9783dd0f79a4fa7
BLAKE2b-256 d416b0ffb8baca2721c74acd163895c921cf9c836ca3216cc2f6841161f5d086

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page