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.0b1.tar.gz (233.3 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.0b1-cp313-cp313t-win_amd64.whl (568.8 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_qcec-3.0.0b1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (347.6 kB view details)

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

mqt_qcec-3.0.0b1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (335.9 kB view details)

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

mqt_qcec-3.0.0b1-cp313-cp313t-macosx_11_0_arm64.whl (349.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_qcec-3.0.0b1-cp313-cp313t-macosx_10_15_x86_64.whl (377.6 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_qcec-3.0.0b1-cp313-cp313-win_amd64.whl (564.0 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_qcec-3.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (345.5 kB view details)

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

mqt_qcec-3.0.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (334.3 kB view details)

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

mqt_qcec-3.0.0b1-cp313-cp313-macosx_11_0_arm64.whl (343.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_qcec-3.0.0b1-cp313-cp313-macosx_10_15_x86_64.whl (371.5 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_qcec-3.0.0b1-cp312-cp312-win_amd64.whl (564.0 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_qcec-3.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (345.5 kB view details)

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

mqt_qcec-3.0.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (334.2 kB view details)

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

mqt_qcec-3.0.0b1-cp312-cp312-macosx_11_0_arm64.whl (343.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_qcec-3.0.0b1-cp312-cp312-macosx_10_15_x86_64.whl (371.4 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_qcec-3.0.0b1-cp311-cp311-win_amd64.whl (546.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.0.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (346.0 kB view details)

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

mqt_qcec-3.0.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (334.1 kB view details)

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

mqt_qcec-3.0.0b1-cp311-cp311-macosx_11_0_arm64.whl (328.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.0.0b1-cp311-cp311-macosx_10_15_x86_64.whl (352.0 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_qcec-3.0.0b1-cp310-cp310-win_amd64.whl (543.7 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (345.0 kB view details)

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

mqt_qcec-3.0.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (333.4 kB view details)

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

mqt_qcec-3.0.0b1-cp310-cp310-macosx_11_0_arm64.whl (327.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_qcec-3.0.0b1-cp310-cp310-macosx_10_15_x86_64.whl (351.1 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_qcec-3.0.0b1-cp39-cp39-win_amd64.whl (544.4 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_qcec-3.0.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (345.1 kB view details)

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

mqt_qcec-3.0.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (333.9 kB view details)

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

mqt_qcec-3.0.0b1-cp39-cp39-macosx_11_0_arm64.whl (327.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_qcec-3.0.0b1-cp39-cp39-macosx_10_15_x86_64.whl (351.2 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1.tar.gz
Algorithm Hash digest
SHA256 0c7c7f6eccbe9ff3ef3e7134981b07ae6a5e113858baec98eee968b701dd23a0
MD5 2441943855fdcc95e0303dab7f228c95
BLAKE2b-256 993d13ce7b940c694bb74326df0a20cc80a931854900c88d32af4975dc4470d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1.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.0b1-cp313-cp313t-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 019b6e5429c02692b1307ccc6428040a97b64d45b0aaf0748cb3e298841bb684
MD5 ef9a0d599b3a4cbf7cf7495b7989aaa3
BLAKE2b-256 6ce7ff8df55a6fd6a1974d6ccbdaa5298300c81423efd1e24bcbc1caa1855100

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d16492a34e9010f2fdd31a7ab0e7ca1eaea6566b0a819133c6a4b5d544ef6eac
MD5 fa850c0c4aefa0923bb4e08c025c3e86
BLAKE2b-256 0b28a9e4ac3f71b09ff8d34fae5ccccf6ee22fcef3acea6152d0abf34c453dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2553f107ba5f5163c3544d19f639a80fe6ed7f43ea5c7035054069bde14ed559
MD5 cd0dcc7c09d777353ca29fd045460993
BLAKE2b-256 ceea38f15b09c99647963687e440afa4aa767932cc04748c2243d5c3ad5d251b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a0776176f9dd4e6ec8ee93d25a45cfe81f19ce1de8b92bbfc50ea88215790b3
MD5 153ac46228deaf9ae96ef48161c17c30
BLAKE2b-256 32d04a7b55a22c0add08279cea659d6e13bc494ccd25baeb7b21a9a379cd72bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7e6b268b68dd164d79061c011a34a160bd6f0c4e1eae79ed327255e3ae199a75
MD5 e3a55aff689d76d3c7e27a8e4e9fdd18
BLAKE2b-256 875a2e0641befb339b67624a9dc9f659a58a3d19899e6c4662ef4f3563083b9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ee23f7c7ace221edf06e5eda09bd9ad467f3c470f5945ab873de3767778c575a
MD5 406aaaf9dbcb449ac890add52facd477
BLAKE2b-256 c0fec0d0571d0cf9c668d8015b545759941d64e7ce520d94c66a57a5a9a7b09f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e3df1d986fa8c55da92dc5dcd81f7e12487d343f9da5cddde28d88e2edccaa9
MD5 8c464d8be3d72ce3f11eb407ecec0bde
BLAKE2b-256 73e834432e28d5e7a3ebdf03c24f67b8979fd1307ada396ad0ec5c4b9a159257

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 253f58a9933ad8d209d5ad855e4b40a9d7ea063e97876502e2ca7c4629416a37
MD5 21b2555be250014d37a59ccafeaa4e59
BLAKE2b-256 0ebd20f60a355fb67ad245956f2bf59657205da072ea0e1f438f1bb976ca6785

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aef24f2b4ccd14c2ace56c0e7fe93c6e98bfcb12b5f17fd8098ac60a397934fb
MD5 f657aff6e97a2651a70f18d19073cc52
BLAKE2b-256 5f0a2405d8cacf86638d6c67061d9a7c028c4005da76f513c3ba050ff1c6f514

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ea407cdbf62b41052277772daceed81df1d51a59380162707a9d9fe7544db1e6
MD5 5c619a9c2f2b85ff831a74e7a4e33f65
BLAKE2b-256 f105a2df59e77e4a34049b7b0d41da1eb07267cf2ebb21315220ed87c3d2b676

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fcb08351a6dd3ee3eebcda535a9a86da86bc479faaa2ab0a0212f64218d97eda
MD5 8e7764d0603b515d2b366c4c167f8ac0
BLAKE2b-256 ef6bb478fb70a9e8e08fe8db5ddc58095abe24e7265a0539f2b4070323b4d68c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b9fdc8c608cb17dc91789daf23ac85329bfc60de9dfa531b8e59ac2fc33d849b
MD5 5790ee7b78ec7c6a126cdcf76a7f07aa
BLAKE2b-256 7a7922b7d988978f3cdf63d76d881aa194fac07ba9309981127404b12d9b4993

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 180b95730cfc60a6252537ec6900d07a109eef21d8fd3692d336f92315c174ea
MD5 3a02b6e0cebaad4834d02d1401a692f2
BLAKE2b-256 8d93f2c7572f367a13f95e7c470462ce44ef9431a8f243a4f1c0cd6f78094686

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6273fb8eecfeec2df3c0d85ab1f0982c8efc94dc97ff2c5f3ae484b8c308c8f
MD5 0ccf345935f45cf9fae4f0a606ef0dac
BLAKE2b-256 fcde93f84372da2ca8ba77e11129e7c69ee560ddac71b1d64a0462bd28936b37

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ae1e915ae53fd89e555455f61eb9fe23e1b657d61e4e1a88baf7448328240a06
MD5 a42bf89e4c819f91b8952c6a036e12c5
BLAKE2b-256 ff8a4bd73d9d3662c495e32c380943ece45557457e421d36c7b5ea7721030cd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 75b3ab16a6380e055e12e905f64bf025b67dc46731844f627117cb6fb49c3428
MD5 12a832f3ead97c80a2836ea84b3ef44f
BLAKE2b-256 5d742c693a11737bc4b02bb164af4e4d1932ff78686c450424c562e67bbdb1ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98afdbabde253db9b10e1fe270210922531c128651be2f7dff5d2644983d0ca8
MD5 601f64afe4a80f0ac9bfc1bb9932b05a
BLAKE2b-256 fc46d87e247ccf6aa94c15b759e53fb25a45b074ce74108ae88644c064378fd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f9916d3a6d5ffe32d17f3168c1041bfd573d34b5b8fd239515dc0a37ea6a947
MD5 3ae68c5683bc1a0e344440705ff42081
BLAKE2b-256 c1c1c9609d5ec221aed73579259fb25363b515e0c4ac13b04320e322a01b2aae

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6efd27037277e01a8bc7dbc9fe06d8b7df634bf22da51db2f0754fc5bde2e764
MD5 66e76a2456cf2cc806288d8981f01351
BLAKE2b-256 4729ac0df3481760652046a05a30151ba767a9de13f848570d30bc754909fd91

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 571240456a91b77b98b2def8201bb85e94dfbc869932a58ab3df40d2cab31d3a
MD5 341d2aab59da1907c76f21b141b8428a
BLAKE2b-256 26eb40e569472d50e039c43b4451251af32093d6035c5099da29e3b14c4970dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ad48d479fe2e79b03427db0a710fefad576309a53cd5f79a0efed85982eff67f
MD5 54a816df3213f72e29bb1418e806b3e7
BLAKE2b-256 9f7bc6694c018a9e8be9c8b64d6dc4d903218f84aea586781b7d1c62e4e1e515

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5056766accb584fe024cd53a9a9ee21631676fda52bfe7b89911855c0edde296
MD5 6dac446ea6aa53d28e4940781daed5b8
BLAKE2b-256 52e9cad96577517ede17ca2ffdd3116619e8f37f81de355a6b58afe72ab09b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b225c502ee315327f3eb5ccfd287852deec61930d2d4fd45eb27b6beaf338f3
MD5 b5e984656d2cc4425de8462732c2f7b5
BLAKE2b-256 1cdf766a072d286cdb295eca9cda9db5873cc7ec3b0a913f81b7c5d63de5bcbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f08b9b0ea853c8849574620c6f48c74c078191973f7c6384ea20d37874d16f51
MD5 26dfebe7dc4eda182fc068c8fed274f2
BLAKE2b-256 6ff46367aa3179ec49dea0cd7920ac475f293b4a57290b84e6a8f05f2151e956

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9fa20cae6ac57ed5b67f71d621c9133a888960dd243b709dd6687209ff99f369
MD5 42d9b036ec05964f3915b763a10cfa19
BLAKE2b-256 deb8199fe7c77b22bcaf6f597f7fc6a11bcb60037cf12b9e63b209f72341f163

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qcec-3.0.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 91beb8e06c256fd1d4a2e1e73a5c05804ab3f6e40105837261c05ba1a11bf8ee
MD5 67c71ecd6672200411cf7553a083aeb8
BLAKE2b-256 989ced4285195d4470acb4f0ab959e92dab538bf941f9f69193e9aa375f8856b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f5de593700da6b04b3a95e5abbcf325eb8755d426011dddfc0ca4e89e22e261
MD5 4c6ea723b2da86d2b2bf35abfa429fd0
BLAKE2b-256 e656b4edd1909769082593c1a9e0ff8afe686757d965773178ccde1aa6538ac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 797afc7a4e036f41ad95ed3f8c165408e31e9bfa43a582d7243a29a1b8d4c67f
MD5 b40de6338d375ff8e9c55323b0f276c6
BLAKE2b-256 2fbae31a6e7f6687ce107c9bf6e52f1964c38be249c4b56cce6aac18d81bf5e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b05ab66cba122a5618f0e9a68108ebe856674d04932b4120d6293b15bce7fcd
MD5 d17fae3861b31e4bf64ddc19cd0ab6ff
BLAKE2b-256 fb439a467618a423a77d66fd74853d52557b45467ca82e2594d79cdb26764f08

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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.0b1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4b6ad4afe2f2ab8955296321f91e489d38585b0532b6a469b94c0a3b8e7dd0e2
MD5 3dea88638f24e2719961ebf3bfcb0601
BLAKE2b-256 a85cbb876179f2d76bc9c2b0dc8177b095372392879150daee0f360899a5692f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b1-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