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-2.8.1.tar.gz (198.8 kB view details)

Uploaded Source

Built Distributions

mqt_qcec-2.8.1-cp313-cp313t-win_amd64.whl (956.8 kB view details)

Uploaded CPython 3.13t Windows x86-64

mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (731.7 kB view details)

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

mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (710.6 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (788.8 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (678.8 kB view details)

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

mqt_qcec-2.8.1-cp313-cp313t-macosx_11_0_arm64.whl (679.9 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

mqt_qcec-2.8.1-cp313-cp313t-macosx_10_15_x86_64.whl (748.0 kB view details)

Uploaded CPython 3.13t macOS 10.15+ x86-64

mqt_qcec-2.8.1-cp313-cp313-win_amd64.whl (953.1 kB view details)

Uploaded CPython 3.13 Windows x86-64

mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (733.2 kB view details)

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

mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (709.3 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (786.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.8 kB view details)

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

mqt_qcec-2.8.1-cp313-cp313-macosx_11_0_arm64.whl (673.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

mqt_qcec-2.8.1-cp313-cp313-macosx_10_15_x86_64.whl (776.9 kB view details)

Uploaded CPython 3.13 macOS 10.15+ x86-64

mqt_qcec-2.8.1-cp312-cp312-win_amd64.whl (953.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (733.1 kB view details)

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

mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (709.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (786.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (677.4 kB view details)

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

mqt_qcec-2.8.1-cp312-cp312-macosx_11_0_arm64.whl (673.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mqt_qcec-2.8.1-cp312-cp312-macosx_10_15_x86_64.whl (776.9 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

mqt_qcec-2.8.1-cp311-cp311-win_amd64.whl (932.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (733.7 kB view details)

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

mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (709.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (786.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (677.5 kB view details)

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

mqt_qcec-2.8.1-cp311-cp311-macosx_11_0_arm64.whl (656.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_qcec-2.8.1-cp311-cp311-macosx_10_15_x86_64.whl (750.9 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_qcec-2.8.1-cp310-cp310-win_amd64.whl (930.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (732.8 kB view details)

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

mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (708.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (786.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.6 kB view details)

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

mqt_qcec-2.8.1-cp310-cp310-macosx_11_0_arm64.whl (654.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_qcec-2.8.1-cp310-cp310-macosx_10_15_x86_64.whl (750.0 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_qcec-2.8.1-cp39-cp39-win_amd64.whl (930.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (732.9 kB view details)

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

mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (708.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (786.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

mqt_qcec-2.8.1-cp39-cp39-macosx_11_0_arm64.whl (655.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_qcec-2.8.1-cp39-cp39-macosx_10_15_x86_64.whl (750.0 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_qcec-2.8.1.tar.gz
  • Upload date:
  • Size: 198.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qcec-2.8.1.tar.gz
Algorithm Hash digest
SHA256 7e685617895cc14f29f85eca5c54b82a8102bf77fb3196f1c11e54854fbe5b28
MD5 31dfda1ec83e8684c19ec7d64cfec28c
BLAKE2b-256 d7594f63bcd878a34e1c60f043d9276f1059e83035b07adb98ae6bd2b0f6927f

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 12b2da67cf4feb9661596682c244b9db56491c37a3208eaa7e40c7d42ecc2bb0
MD5 1dbc23099211b0b7ecf2c82eb4043e31
BLAKE2b-256 5393c6e248e9bad261c4937188713f78f73e4946ca223c29d59f3a500dc095cc

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65978208434aee177018c05541418296404f41c47ec0080cd405c8be327bd4d5
MD5 1ff96fd34ac578188da54cb41010f1f4
BLAKE2b-256 d47463eb85f4f958ca70cc24d62ac9e50dc4fd1d580d877a34dc762053555ca4

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 de6debbcf0a31a6bef8586dcff3783880aa5a7ec44eac70fbe29ed990aa0e949
MD5 947dd45b920203c96c81a545facca3e1
BLAKE2b-256 0c72ec64d4a4952b594d857b42e9cd005aaaaf6367d824aa1c144121b1ffeaf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d40142387160c83fc2d6d2a6bbf27638a5851bd2b5e20c4347f2615ee89eaab1
MD5 9c0097a7a4c5b8696d4c7c157b2efd90
BLAKE2b-256 521caeb623284e26bc6dd64436080b65d758e10a1406b150ac876d49c01f1238

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a6af4e8e49c5b8ecfb52793dac2de899dc7c7ea66d010513896ca7a435ae9c0
MD5 967efbc27bd644a1de8589c1f7fc7170
BLAKE2b-256 e2c797d18ae9b2cefc567d7311a5cc1888e05954ce9f70f22516885f02847740

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac0e4f4475ccb71c8336e7d41d7c3beef2571c548c5399c015404f313001b3b1
MD5 a4883813f858136a22bf7b3cce2a3994
BLAKE2b-256 9dc37228336576459a1236219cb18c364386489e38246bea1ef6098d4fad3d05

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b7c58c28b522ec887b8b0a249e7168b2b431dc2eb2db7e2e5522887d8096ea6a
MD5 03ab0c0dc22350a715523480982f14a3
BLAKE2b-256 c8b4ccb1dd451aa610cb204a531095f597f88c21ad7fa9a5f07bc77e0a224dd0

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.8.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 953.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c3cdefcc92d2c0b1787e9762d33f798cb5808a7ff14d87b5a51f092e84362edd
MD5 4d870b215d61083f741be824f3e89ebc
BLAKE2b-256 13a0df78fb6d4f951753fa8f80f0f6d88a40162c8af9b98def42884b785fd755

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e2b5e5d15c808320ecdaf30ee1e445662855b1bd287b943eca0be1537f95b1d
MD5 a2288bba79f7ad5f367157450447ef6c
BLAKE2b-256 726c78e24a9596ace5c231c2a8ba5b09649558722de899f1edfab4c84d9ca253

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 91824598f038a9ae16e7402e2decfdfb17317cfe8769eaf1f871dc40b0f04538
MD5 93678aa5a6fead7df4003e20151c089d
BLAKE2b-256 fc83095562b517ea3ecdbc66ad502be549fbd0291de8979dcbb2bcb1beb10e5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 97214c08b37e8fa0dc6115d3f379a7bf302593844b71dee770a6e10c321d4b0b
MD5 c441a999329e0a046db3320c76d8dd17
BLAKE2b-256 fe6a644e399fb1135f8de484b325e92c8f3659b725f874fa801c2f068650d8d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f76b690be70f2de42dc7f0cc8cb6acde991f54ad6df6aa088693af54cb3a6613
MD5 42145c173f9ffbd72a04792d4cda3152
BLAKE2b-256 b5886e8891f61bd0c86a0778d322dceba7f099ce51ec3070a6cc117b82850d38

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e283af7c413a441bc8a2ac9c19655c870a800980168bc8d5cb138649efbe633
MD5 efec378fcf321595b35e797e8bc36a4c
BLAKE2b-256 0a1ed4dc044523ddf98795230f6b04e02bf839431401054841ceb1d390db9cdd

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 478130d3ea11125ad2b2e7ca37ef06e895984cb84b48ce92e8ffde2a19f7df41
MD5 2fcad69fe5c05c6bee6e1821cb635ce6
BLAKE2b-256 29c37cef7e3ac6062f7a9b44a59b4fef9d56f85f3fc4e33e85ee1a3e1251cb17

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-2.8.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 953.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b31b7326856f9a7ae1985452add5804c5795d6485303a9776ae2e5db7b39b994
MD5 0122996082c18a27e0d8b435bedd8b22
BLAKE2b-256 56788f67cc91d838f1960b06dd0c7b955adfafe656e562417436ca94aa3a19af

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64a69bfe75410d1f584b7f023991f99d85e483df624f3cab17072b00fac19000
MD5 9b8484c684f94d5ab6902cc6044f3fee
BLAKE2b-256 8545edbb703904d979a2ea314576b549151cf364e39f0a8a4ab8b58fbe840161

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 0b8cb4a61e04c486295c92bb8b718130b3c91d8e92a9721b8e13c0c6481627ca
MD5 e780e5f7e9906d2fce482794d0db6f67
BLAKE2b-256 b5cf78028a7a392990cbb649981e694925265bc88f3b1322dc8bf1b3d6787e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c1cd6a228891cdd5221203bf0280c101a714165b6d43ed4ee37c631b7b1942d2
MD5 3769202a6c95b769effd22d9774a7983
BLAKE2b-256 4f9d263d653bb7aad08d5a800a309b26962bf960e1e0ffe3c71399b06f7effdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 262f53581cf557d8233df304cfc5df9bdcda1a04bc0aa351451f685a7514f12a
MD5 c4b93984f55bcead5dda0297f0afe3b2
BLAKE2b-256 fcaa179d5eac11f8a741c3775b5d999b4babdb850da98d9f1095af39685a02e0

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a5910781fe523f3117ac7ac1962a8ea55f2efd80e3b250b24b52ca47fa062b5
MD5 756fc2c44ebc1978438d9fc0bea034b9
BLAKE2b-256 f224c92865cbb2c8ebdc31f92a514017fd024fe4aa7d1ffbdf2593a5df160f13

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fc9dfc92d202aaed8edcd67408c916d03324ed2dddded72582426e88c9d582fc
MD5 e95afe117ac65677cdb3e1a3429ecf31
BLAKE2b-256 645e1dcb3625c51bf6f901e6326cc926769a485a044b4165408e097dd4955b98

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: mqt_qcec-2.8.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 932.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a14b1500a1e4f27a7e551188f60724433a8c37c9a69a641be034c39818cbed3
MD5 3951f4df4bad98c8db9714c573c12955
BLAKE2b-256 be7c754d6058856dde700ca76d1108bdca26f790d304abd5f092359715515e7e

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c009b8391e2b3a2e0e301565f0ff91512abfbee34cb12a41165bfdf3209b51e6
MD5 c931e47dbcbd43a0f14c0cd4b13a18ad
BLAKE2b-256 98abd55b1594a35b7413bd3035cc1b96bd144fede16b87d529496f272bd4fbda

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e0b357294fc403952c1ba327d615fb02f3300efdb3f2a26909d22d62f768a13a
MD5 1c3b62c4b65c44f3012f0de8ae430ad3
BLAKE2b-256 995e0628a6cc980589925be8ddfe91457cdbc2a94c63116eddb7ddc7836b14dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 30f6df0d5c8f995e97a4590d02adc7f775bd95841a1124667f9d8bf7b0a22f19
MD5 aaf351f3141566f3d56a1913ecb500b4
BLAKE2b-256 f96526f0960dc6b2d64be4f221f2403d42ed39bc18af741a64d1d4d76f66e88a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0159b47c897592d9cd7e829d20b9de2d40cf0a86e691bc9d883a58c7f3d43c56
MD5 fc36fc3e0f2d2b3fa3189cd6f0ac95b3
BLAKE2b-256 c339a6bfba069f925802da572ce88cb98f77f73caad6f22308dcc94972c23ed2

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19bf0a24659fb025aa501b60a91e3fcb3dbe907acf78e64f00f1a112f6ce5623
MD5 a774aa587e23c309dd1ed650171e59f1
BLAKE2b-256 4334d412a6c1ad5aa3895031a3937fe70f40459b5dbf741cd904394f7e1e631d

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f694c3ceb498207771619c98c09cea80809b1852c02648082c172917d91721cd
MD5 9787d96aa39deeeb88daa19d9b4d9a0f
BLAKE2b-256 6431c9601456ddf0c1b8baffd8e1767d22e3e56f3567fb5e6a49cd06d3b9987a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: mqt_qcec-2.8.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 930.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf8614fd81b28b37e4d94c9d5141cafcf248dad31e7881e08ae6302f07a0df45
MD5 0e7b9822c0961a09b0b6322f26e971c4
BLAKE2b-256 b607a72c204e6c694a3ae9eeef9b0b880baddaf727c5149a547a7e5fc586d1f9

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c690c31559f92458d3c18b56d9aed72ab61c51fb15b70b07dd392c8bcb84ed6
MD5 f2b0e1ab379899f9261e476bfbd4f748
BLAKE2b-256 5d3c53ac047c646c54b2121569afdd9906ad566cf1be2763c80da3178c278d4f

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 f7713501ae072d14d1cfa277a6ed7c2167a30b68d5a5514df503e6f842ba92a8
MD5 378ecbec57818bcd455c4ac2ec42b583
BLAKE2b-256 8ab2bf5efdd5ba13c67bc91a0d27667812c49b7ffaca743de825b8af8da6cd42

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 273cecd9e1fb37e6c09677c89b43543d4ae2ce7ae88305df08d70ba934444cc2
MD5 6a7591850ca497085afcdd9b3c35ec83
BLAKE2b-256 69052f6f055b3d9529d8cf93f539bba44235495e927fcbc7085472c8dfea17d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18c621478e4954abf2f1ce60ed8397389d72c66594700d121594fa4ad7bcf4ed
MD5 f35ab135f3f94faa4882fa5b8a8743b3
BLAKE2b-256 ddaaf4ae1a859fc78806e1536279cbc2fffadc28258d3f3e0c20f64ab7837d33

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38ae20f46929d4bc56a9d67fca26942435bfbdfc39928903a7393e86cb8c4516
MD5 f84d63ea0a58db0a3e4c71fa0d1f72b4
BLAKE2b-256 51e93aa02cbc2777901548a7c0fff62b6a9ac2650e25a9106d3ddcfef7f29d76

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8bd9a9039574a8302ca2323784c81934d0d249c1b622b440fd58d6a7c0fe3403
MD5 b125a12ee4a19b1d6d981f894ae58cba
BLAKE2b-256 d89ce6adaf697e892ba23a6c54f7cf52ec416713263f4eda3281bb9ad5912ceb

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

  • Download URL: mqt_qcec-2.8.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 930.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 421f0834aae3de723cf009ef6f2a1694704cc7a4841ed35d42aba993c0be7e51
MD5 457bc317be4bd9b3975d031cb9efeb8c
BLAKE2b-256 ca4d20d87ad8afca90cc7b21c097835298c9867319010df717c24e7881d2d91e

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d05543c41cea4d575c25b55dc3ff2d2ed8d09018968a7775688274a759cb79b
MD5 548f428151ecd0a2d654127659ee0575
BLAKE2b-256 63265bc60bb1aeea67eae6356baea6aee2ae45b71a62a0a809b3c08159c54ea4

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 24c6504d78e9773cb0eab3306891f321a28c89e10e3694ab1f16c704ccbaa796
MD5 5da9fe66cd4d53b3f0ad2a6a38e52100
BLAKE2b-256 87072353cd115d3bcbc533c7811a581c47a54500fbd47df8d181f6181beacb9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 55d39de860f6f02b7fd543a2b4eb5f1d3e931fc36ead2ea8c817e0147ffff9df
MD5 be2460034df29a68e37034d1eb36394e
BLAKE2b-256 c4609d744128bd2e19148a68ed0b8aa5d4f40dff9905c2bbfe6e9954ce5f5363

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

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

Attestations:

File details

Details for the file mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6f63cbcaf155c09d75a28f9e388cd17b406d991e777fd642af6161f06cf5532
MD5 8d74a36a0ddbfe8a1d2fb93d7288142f
BLAKE2b-256 1efcaac8caa54a473925150d8c35023b0663698e0b0d169f77557faecfb7245a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c95def75d5483a79d999d938ef3696804a21cca7f0cbe6f058724d2e8e7924d
MD5 dd53b864bd04fe53d756b0ad68f1c2c6
BLAKE2b-256 bcd5a92773eaffe9835cd4acf054f2d493b0083fdf0a9750eed43a13c2952722

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3da4c8da10427fa40ec7f744b08dc9595276ee85c3ac775c3a7d8bf4f8b8d832
MD5 b9b50efdb3da5bbb2ca01bb51854cf4a
BLAKE2b-256 0fc3ede3ae90da1dff7d92dac6732fc5ddc15e7033d56d0fd5c1035f57f5abf5

See more details on using hashes here.

Provenance

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

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

Attestations:

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