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.8 to 3.12.

(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.8+. 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.

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-2.4.4.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

mqt_qcec-2.4.4-cp312-abi3-win_amd64.whl (843.7 kB view details)

Uploaded CPython 3.12+ Windows x86-64

mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (746.8 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ x86-64

mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (710.3 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ s390x

mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (791.4 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ ppc64le

mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.0 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ ARM64

mqt_qcec-2.4.4-cp312-abi3-macosx_11_0_arm64.whl (894.7 kB view details)

Uploaded CPython 3.12+ macOS 11.0+ ARM64

mqt_qcec-2.4.4-cp312-abi3-macosx_10_15_x86_64.whl (997.8 kB view details)

Uploaded CPython 3.12+ macOS 10.15+ x86-64

mqt_qcec-2.4.4-cp311-cp311-win_amd64.whl (842.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (746.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (711.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (791.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (710.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mqt_qcec-2.4.4-cp311-cp311-macosx_11_0_arm64.whl (893.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_qcec-2.4.4-cp311-cp311-macosx_10_15_x86_64.whl (994.1 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_qcec-2.4.4-cp310-cp310-win_amd64.whl (840.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (745.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (710.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (789.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mqt_qcec-2.4.4-cp310-cp310-macosx_11_0_arm64.whl (892.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_qcec-2.4.4-cp310-cp310-macosx_10_15_x86_64.whl (993.0 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_qcec-2.4.4-cp39-cp39-win_amd64.whl (840.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (745.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (710.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (789.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (709.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mqt_qcec-2.4.4-cp39-cp39-macosx_11_0_arm64.whl (892.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_qcec-2.4.4-cp39-cp39-macosx_10_15_x86_64.whl (993.0 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt_qcec-2.4.4-cp38-cp38-win_amd64.whl (854.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (745.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (709.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (789.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mqt_qcec-2.4.4-cp38-cp38-macosx_11_0_arm64.whl (892.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mqt_qcec-2.4.4-cp38-cp38-macosx_10_15_x86_64.whl (993.0 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

Details for the file mqt_qcec-2.4.4.tar.gz.

File metadata

  • Download URL: mqt_qcec-2.4.4.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mqt_qcec-2.4.4.tar.gz
Algorithm Hash digest
SHA256 1ce8a4602e604cc2fae61b996bfe8b3a7beac3019df1920040fca7199e2c36b2
MD5 3cc98a169672d7a6fc105476f7c9ce14
BLAKE2b-256 e91e85698c7b6fcb762aae4644eeedabcdc48644f47adc214f95278a4b999d38

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.4.4-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 843.7 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8eebae790383f1643622789ab5916f4e1fbb633b5ffe04d3c0cef1873a573a68
MD5 52c320003a16690f7535096c38d2297d
BLAKE2b-256 9db506975ec467c69d8c9091292bdc49c70a34477b5a23f66895f4ecfeca2d09

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ebfdbb61a07677cbaa13858d0ba5f3893947954d6699e8a3d4d49f53436a117
MD5 960d1db27f1b239fd980a1a99ea8ebc6
BLAKE2b-256 db8fc7cf0643ca48a73ae984db69a0ab1b4d255b5b1b3d7abcc65fbfa3d3334a

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6036ad3b0d8cc3cb4d6a797173978c73986c1c29a87d92d80709209fac9d3e53
MD5 afe847aabc299bf8a6dfa90cf91f1c65
BLAKE2b-256 b60842b9a474bbeb8b4d6236373fcf45970bd16479326b14bbf04647f40b8b8a

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bb5616c919a75783e77728f84c0b542d04e7ff856d812f3b464b1011a07369b0
MD5 de4db9517d5e7f9ff1f22bf2dd8590b2
BLAKE2b-256 84d4fa9f8e29ebb09602dd098652b31c29aa97340032d7e94827dfaa8914c8fe

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df236902f7e50002b6ee52af74459213023e4e6cba89beb6eec9400abaf0198d
MD5 ad4c0223ab1a8afc7663cf24c7232413
BLAKE2b-256 5bc846fd25dcc12bc2b863b33e6c78670945fac6caa312100182f429ef72da27

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76cd402faceef791148ba76ab92245514f3bba9dc02807b400d1404ee7c0fe06
MD5 5359fe7145ba532cf55ea228905bfc11
BLAKE2b-256 497212fb77b7ff7631fc1f45692a1677842727c81f7577caae77092ded6c15a9

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp312-abi3-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp312-abi3-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb85e1d31b400e6d1ef8a6b14906580e3293e835ef137b71386a3b3ace4c22f7
MD5 8c45cc5ee5b7a082eb32ead1c1962f44
BLAKE2b-256 83b04afea32a5584b0d3f4eb1cf247f3b588b7e0e2180b27d859b74a0b58df4f

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.4.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 842.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d0638dd2996923002ddc903181fdfd6a0a679a179f42c6f0f7c88aa3dbe2dda6
MD5 57ce6942ecbd4f04bbc95772343d5399
BLAKE2b-256 4384dc7c973450105b6a10e44cecde47a6cd92c0a304b7b43a3f04e488a9c4a2

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 508c32688e32fa4f6617c7f40f10dbc7210a7dc4c48ec38491f8cfcc2762ef96
MD5 3fe03b10d4f54ad3a67d2f6c2d13fa35
BLAKE2b-256 a40ed1efce81f5053972fd658518c5efe0fb249973cf4caf27d9be8adbf37d9f

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c1449fbcf67ed4c199574bc251f83b13df24b32eb5407c54bf9063ce2c49e55
MD5 e81fdae4bf8ca3aa320b4ef15618e1f2
BLAKE2b-256 199ea2aeae1dc8ec042191b3f42292ba846ba4e85b7ab235d8b77b4e2285afb2

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ac918fae6177b2e6a51bd7846f582f98ac86681cb89c61ea945ae32d75fc603
MD5 9130df4672711700a329d5128daaf7d8
BLAKE2b-256 6705c14a175384783a870ab7047056eeba985b510967cc06b69af63369e4242d

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ad645b43d49739c2856a74e6ddb4dadaddc4c1d0ea6e63e1cf57094c46c3395
MD5 4c3d995f978bddea9104be36b4112453
BLAKE2b-256 5c2fa51a07c49d5abb50741c8ab09d4c60b13e8e2ca2c72556e825b035715a1a

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f375753390569417004bbd9233f65767d69c1374d94279d870fe273aed3ba0e
MD5 316df1d8900f930e982551b83e0b4809
BLAKE2b-256 d436cc9033fd19f30cce1ae397ec7a65fea73c06c0b4410be2b64d6875aaaeca

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 147326587b5507db4399369bcb3c2f643e47e80413fb597da91370d197c2f5f4
MD5 64462e742b52942a18c097f9f682bad9
BLAKE2b-256 2b306f2a672c29fa3e97e553380d8d06e9b27e311e77270b082c72d95ae18464

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.4.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 840.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15f6adcce13972e8b98e6b12658ffc805a27def00a9ed40f956e982d2531089e
MD5 9602f58dbc758f1f394bc7222878fcfb
BLAKE2b-256 aa4dd4946ce495140f73d54a5949eb8d34c39f34902a126191f6a12f2b0ad076

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6bd8ba0abbea7ffac4a509590343422e1f293136a5c75847a126bf2381608ec
MD5 49cdebf52e7f3747596d1d0e5b80dfe1
BLAKE2b-256 641960a8db31488358044e6c8107bb4ab58e7711ec8b81e288a94b8e4a7c0f73

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e40f761902bac64607c08ff992cfb320b2b4b6a76f37e6e01a1e31464ec7bb0
MD5 d7831aedab1e78b09ad6b071d5ecf872
BLAKE2b-256 724ce1bf051a4d16088b4618ea47eb1ebe18057956321766400b7915bb592b03

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d1d577b5f000b4b4d1de2baa86f7674cbb0d78f3cff58271bc02e2afe9ea5b20
MD5 65d91df71b78c4f02de46d70f88a294f
BLAKE2b-256 89ab09bdf42327b1f694e5c4627130eefaa3ad2a3ef28dae4dc426264d5e6546

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d3c39ee772ab86fc7bba57ff7638b56789b7aca9317b2d4034399a66aba87bb
MD5 8dea50d57623e25aeb25b4188cac6839
BLAKE2b-256 2091a0c7d3442674c92e8ec31767f95d73e76910dc1f4bb43e44b3b964fdd5cb

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28db3082478c33454685bf5d43df9fd8263c6c90710f9c2b9cd918c0a4506a71
MD5 66e8a42a01ff867e4d82029819849415
BLAKE2b-256 867821883a94cf85597a3351576cf57f20e7cb8ed8b778558239ac04cc851981

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2c964cbeb8316cec98f5b318c938c4009111e82b9d91fd899cc4a62aa2772375
MD5 5953caa24c5987f531ff19e3fcfd9146
BLAKE2b-256 c1049dc542dbc0ab289e40bdd5728034f35ab2ececd95fd27ce39e8be35b328f

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.4.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 840.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0e0dc2b0b7129077699c278fcf8cfbe2f762d6045dd603ce83f22f21049c9162
MD5 58aa87f99f03e1c0295d34108ecf543f
BLAKE2b-256 f745bd8f014fd6f0b78dcad67bc630992d80ff19efada1f63ed579b6e4913709

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2db78f232692c581d1307670f81f7e70890b80597d6882e4898eeed0980bfdcd
MD5 a552aaca76a9661d153f144869f44509
BLAKE2b-256 90ed9ff4f18499a32497d4c96c892e1fa365f26044d8afc0bcb70d20c06fcc3c

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 223e60937e5c4c185c983eea86e2854b96e3aecd1fa1c1a6eef3ce1c21b0a9fe
MD5 1965464e3e61e95aec2f869ea19dca6e
BLAKE2b-256 21ebc8cfb3c95afd8bfaff91eb403bea1f7932b16bd6df58d0b28dde16652cda

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 71f0bc5f465b4cf4a24a74c5ed3732707106cf20c33bbbb3b2e300933e6f033c
MD5 674cd1df715dee89884c6ff34f08ed65
BLAKE2b-256 1041753714b9ea984754e29a151e596435cbbab8aca91b3b8a761ac98fc40319

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfa651c6fa766b94c6779e8810f28685da5acbce5c36a2f71543d733a118e536
MD5 819ac64aed448ed22b6d298c3073e9d8
BLAKE2b-256 18643dcb868281286166945f81eb3a30609e872119d395700c3eb495de0ea360

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86ffef18479365c2f6f72419d1449c42b6342e987a7b46557789274031580abe
MD5 7d24045c138502416fc1d840fe4144d4
BLAKE2b-256 7832ad0c374d03a854abfe499faec60564bc0aa0e5acfea7f6031f175b306e22

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7eaca4be60dc062e4b3e7f04d85c0c7eddfbbb470cb6408693d9efbcae2eeb60
MD5 6faa19fc9944166db74bc02c29297458
BLAKE2b-256 a2d34e3c4dd8d9eb48769b959f3811934e1de4dbafb1cddc286585b192f00903

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.4.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 854.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 351dbd16a32ff0fae83b04d5d44d3959891eb7c909f00d0a2c66e074c05f23ca
MD5 4eefceb872acf7e4c689a70e93cd59b8
BLAKE2b-256 426949dcd9af684056ae355afe7ac85067395e0482ccf7a5d8359c6680dc210a

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 724f1bd07c8a3d2caab2161597ebfad5b3cb36ecf9f6960b24ffea64fc03b201
MD5 126812acd067a029d7a809f99812afea
BLAKE2b-256 e02b376e1127417a5bee0b94a3b378667db742ebe89493f786cd6d244e3dfd64

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 75030970de2a68e2b8de7f37735a5ab4a3ace71a456f04ce82ad490f1c26a856
MD5 afa3aaac8acc0fe9e7018023a36830f9
BLAKE2b-256 bcd8c045c271a624268ca23ed8bf0b04aa597d8882999c003cc843b146513e49

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5786c63e788976b2d32b1100f51f01108873f5db7e3e0c9800822e1885cd1902
MD5 b06b2a7e1d40517b0aa47f206eda2569
BLAKE2b-256 2f207ffa1d0918bb5d56ed48c571c1513cc336ec12e51fa2a9b37ad5f9ad76d6

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9159adbf26495080f289b7f8f73849c37e1d5ee20e05b8f1f38c2664e552065
MD5 edcf3b332857c913fab502033c861a20
BLAKE2b-256 c1309d0f170ba96815d4133f878ad2d159537d84f9b169cd847a34516fcf2ad2

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dea8c4bbe8cce69ff92413a4820837181071555dee5b60fae27e0281b54ad6f
MD5 fa11d46017a3848ffccae59477029302
BLAKE2b-256 3324cc1308fd4bd9cfe31a483274c26e6fd44695a909e003d1fc017a853e9b03

See more details on using hashes here.

File details

Details for the file mqt_qcec-2.4.4-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.4.4-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1f82a029d616212427a7af515b2bffe1a615d8a937f607a5e7cc66c7865107d8
MD5 d87aae1d1f4434759b824a852db393b5
BLAKE2b-256 54605f9b3ce4f151d7352e6df7ff9a7b524a48ef8a5f1bab1aacf816150dc6b3

See more details on using hashes here.

Supported by

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