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.0.tar.gz (196.5 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-2.8.0-cp313-cp313t-win_amd64.whl (956.2 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (730.8 kB view details)

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

mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (710.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ s390xmanylinux: glibc 2.28+ s390x

mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (788.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ppc64lemanylinux: glibc 2.28+ ppc64le

mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (678.5 kB view details)

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

mqt_qcec-2.8.0-cp313-cp313t-macosx_11_0_arm64.whl (680.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_qcec-2.8.0-cp313-cp313t-macosx_10_15_x86_64.whl (790.3 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_qcec-2.8.0-cp313-cp313-win_amd64.whl (952.5 kB view details)

Uploaded CPython 3.13Windows x86-64

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

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

mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (709.0 kB view details)

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

mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (787.3 kB view details)

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

mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (677.4 kB view details)

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

mqt_qcec-2.8.0-cp313-cp313-macosx_11_0_arm64.whl (673.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_qcec-2.8.0-cp313-cp313-macosx_10_15_x86_64.whl (774.2 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_qcec-2.8.0-cp312-cp312-win_amd64.whl (952.5 kB view details)

Uploaded CPython 3.12Windows x86-64

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

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

mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (709.1 kB view details)

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

mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (786.9 kB view details)

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

mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.6 kB view details)

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

mqt_qcec-2.8.0-cp312-cp312-macosx_11_0_arm64.whl (673.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_qcec-2.8.0-cp312-cp312-macosx_10_15_x86_64.whl (774.1 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_qcec-2.8.0-cp311-cp311-win_amd64.whl (932.2 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (733.9 kB view details)

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

mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (708.6 kB view details)

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

mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (787.7 kB view details)

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

mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (677.4 kB view details)

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

mqt_qcec-2.8.0-cp311-cp311-macosx_11_0_arm64.whl (656.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-2.8.0-cp311-cp311-macosx_10_15_x86_64.whl (724.3 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_qcec-2.8.0-cp310-cp310-win_amd64.whl (929.7 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (732.7 kB view details)

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

mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (707.9 kB view details)

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

mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (787.2 kB view details)

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

mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

mqt_qcec-2.8.0-cp310-cp310-macosx_11_0_arm64.whl (655.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_qcec-2.8.0-cp310-cp310-macosx_10_15_x86_64.whl (723.3 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_qcec-2.8.0-cp39-cp39-win_amd64.whl (930.2 kB view details)

Uploaded CPython 3.9Windows x86-64

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

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

mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (708.2 kB view details)

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

mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (787.3 kB view details)

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

mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (677.2 kB view details)

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

mqt_qcec-2.8.0-cp39-cp39-macosx_11_0_arm64.whl (655.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_qcec-2.8.0-cp39-cp39-macosx_10_15_x86_64.whl (723.3 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_qcec-2.8.0.tar.gz
  • Upload date:
  • Size: 196.5 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.0.tar.gz
Algorithm Hash digest
SHA256 0b37d21e22b11192fbd8526d92255727bee9b41325b25c500b44ffb454beaee3
MD5 a5f2e8da298dfabecebb7a6323f9bff9
BLAKE2b-256 3b2d6860179c7264c256ce9da0a9401b65f34e1cda83522de09b18a7df3acaf5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-2.8.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 956.2 kB
  • Tags: CPython 3.13t, 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.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b2c9c83d410b2835eb3328add5142f3b3074a06643bdfe327f1c9dc33075f26c
MD5 52e35f9e7e5c711fb40950f84905d4b2
BLAKE2b-256 3198886252bf986a98d64d6f540424a7f2b4079612d9096e8afa64bde1947179

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4241fcfb82e6d12fd9b3a54f863184109dcce2c74a19758ecccb40d2d18fcdcc
MD5 2dca71873267751bfe283af0029e035e
BLAKE2b-256 dff6190080cd0ce33eaa0ae2caa641cc088370abc8965d8224acdc5f463c781f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-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-2.8.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 cd74dfaa82c13bc52205662a534850c6295501fcd96616878608e3501cf8f583
MD5 68d2300590324f1403d024f011e24bae
BLAKE2b-256 5c6989d381a78ca5b938ba28fa72d07a7e189be3e6ee140be2c6268f8aee788d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.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-2.8.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d5adab8677865b05e6cbe83088780a173001d96691ef58c404e292ed5b110ead
MD5 6c404106436f536d22f02062311c981b
BLAKE2b-256 de74e66838580425009412d8866acdbf479ef86a3cfb71b02714257c2c55bea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.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-2.8.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fa7e7b938ff32a41ce753d368048c5150b97d4689d717b8a8e86e1e9709c02f
MD5 c2bddee041cd55028acd420b380cf605
BLAKE2b-256 dbf707fc9d738a2875f458c823700fc04b39b265dc92a8c67f1a6e5b952d8e86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94513ee16c199a90617e27984376ec41e5a70d7684120bb081c1c745a12d6f99
MD5 04be11f86188b78a435189dca91c9ca4
BLAKE2b-256 b93d77cc23cc599c4abce6008086a1d68a0a78a3ab9372dabb821b444c9bf212

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7737ed672d7c8b705992d4c399f7cd01816e3460fb434d55b15487e0339b7810
MD5 9e2f7a7c281e3d315b0af8c00c073d61
BLAKE2b-256 3e7f5fe32076ba7c528ce2c56962cd3a464963ff31cff80c4e4dfaf7349e2ffe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-2.8.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 952.5 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a9edb6b6cc063f0a8d37392119c6ebe6ea83d19f3bc94d13c918a6037aada9b7
MD5 22d706faf5bfa10922c856ca8ba22f20
BLAKE2b-256 55035b9a349e73950aff800906f7477336d83d538cd2da0f505227d5793ce219

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80b79d02a6838f64e2f33b53f74e2d416524bf9790fc8c8975d94137d9694f3b
MD5 e2acf9159b43f344682849bb95456ab6
BLAKE2b-256 1ce4f5d225a8b1a5b73e7f6c6c7fc467a125392cb3b8c8fd7f447d534fdf249e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-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-2.8.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 aad5db77b785db5aa9fb822bb12120066461a09a2a8163557088d288e8f7e992
MD5 ac253a6727b25222d05724bbb234536b
BLAKE2b-256 352df41850207693e38dd0b719daed3ab2ca2727574b3f1d49e3076fed020853

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.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-2.8.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 72337adf441383a48c090062f4abb17e0de794ba5bde6f610a19585607d025ce
MD5 8c1d7c6ed8283e3379179deddd6a1e09
BLAKE2b-256 2d1085686e1d5c894821ebac1b3df57c3b64f0d6c9fcd19c3e4022e974faeafe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.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-2.8.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a07f5446bd3b7e8600ec3609d885a771801446713b3971c7cc3e38cf9b0117b2
MD5 9e9158bac426ff6c36ef8c23147fcafd
BLAKE2b-256 28e2550950d3503d6ce9c5b794b17f8bf45185da3950cd45da5a89e26c970745

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9833b2a8386c9dabc204dd80011db26ad5b7235496a86411ea429794cf89fd8
MD5 8ae3d0c1ed7acabadef59ddd665f91b3
BLAKE2b-256 1972f418b9ce7ac9c9e329bb3e40f5a2dd5ea1b00d2f5a16445b8950acd1815d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe173fd763a61419fd22972b1db641c2bd6c68d37937a2b79691c5472f03f738
MD5 6e32da688e379443cc5d3d56481d45ca
BLAKE2b-256 61568eff01e8aa35780381838050e91f60ce3b71fefdd85e139316d2b514a251

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-2.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 952.5 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 011c573d171beb3335a9e370dc72aea98c7a178561b164c0419d18f257e47e6a
MD5 9e978739a2afc6f13960030df28ab118
BLAKE2b-256 5ce6c0082efa760d937c33d5deda8ef35715348b45177f2466a9291c19a11fbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be258ecad84f3c4ecd97d80c34a16ea9a6f964b05a7faded199be839c31241aa
MD5 1b019504faeac5c00b91701e88231c58
BLAKE2b-256 08b028cbca3ed9bd3bdf84decc64784cbcc249fd373f9a18285b21f2cdae5803

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-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-2.8.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 97755dbcce9240dfedce27657433c94a14ad8efb51720b8a36bc1ea0ce9b1183
MD5 fcc2cdc56320b90f2942ca043c08b42c
BLAKE2b-256 e500ebe900ffa975b78d4b496046398f5ba0da3ba5bd4c482436a99d26195c88

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.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-2.8.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a2316a87b40a304c192ddf4f8dd8a725f0b93a1acd0a78fd0a2ee58c17fe5570
MD5 2dd242aa04311ad202a313501531fe95
BLAKE2b-256 3f15062ccac975e07814c6d275035cd1b4fe429056f3d5d226d7be6c01c777f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.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-2.8.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 560ffc8706117ca666b77f37db103392b14ecd0b0b731cd2d42ddd516e81a12a
MD5 a2ce82c3ebbe0a381684c3f1e65835ee
BLAKE2b-256 e48b6ac06d6e277ca2e24779de13bf601a2846e5872b62c17a50c4ff5c4414df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19a571963b20f01352200a41ccf1fad64eb33d83df603068dfab77d0041c9806
MD5 e2c0b022b9f7a8079e4d4504281460ee
BLAKE2b-256 ec431cc27e36fd820eae107a249bffcf6d61aeba5425ab8c8d0c6302d93508ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c98d8cd289c74162a10e9ebb5988140e023e072a73587afe1afbd7d262a3a433
MD5 d5a487b7a81dbc70d10b5584af0f9b96
BLAKE2b-256 5292957fdea417480885e5cb8951034b9f25da31cb71e6811b9d81f8b87f3c0e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-2.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 932.2 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d8c4e78143cf7176fab58e1dc8d9f54a2eb8d8134820e4ce7b157790ff1d92d1
MD5 70a55f56d680e93ce22f10b577061f78
BLAKE2b-256 4ab4718e01a576ba561faa7577783491c48ecc7f46bc42bdc9924848bbd85e03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf2230a024a09a83ef7fd685e09c273c5bb0e66756f8d218d01268f8753758be
MD5 57620adb1998bc9d6ac8d22697b3b718
BLAKE2b-256 3a4409be59133f3a971e47e9605f7dc33fcfa5194a8c7dc358e54b0ed8d2cbb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-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-2.8.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bab8c60c2b6a443bc63fa8e38b464591f0031d811466ed47c16f54e6639dd01c
MD5 25f3eae4986452c406afefe234c8d148
BLAKE2b-256 39a51d3f87ab828262f3596ed5f5128c694b65427cf195679a58f82ce00f8b19

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.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-2.8.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 cb27625b8ecd5b14eb16a779b9fa8673d206d5e77b0f1c0dab27cd202d77ad09
MD5 7d09f65e2f6aa2cc5db9152137fa93b5
BLAKE2b-256 08faff27bc0582dd4c33f89610be7d10ad691041aa2d97c51d64f6efab89f4ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.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-2.8.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0199a666fa2771c7360e2d4e4af44ba4a541009db99b7ba275016d47904cf719
MD5 798428efe9af1b9130c55a60b093fe6d
BLAKE2b-256 368ab6abb1a4804d6b988bf50966ae28e43e0833446194c80c09ad34d3729d39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88f4f76548017a2317791f5d31395514db6b4bc7caeb56042c3ed9a6b2b8340d
MD5 0a22e810003e2dfbf2b209362a9fe183
BLAKE2b-256 ee3280479a5dd2a991f4e9e7071873656139d6ee8033f9693495f3307c1213f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf423cc522233a55464b981f97620dabea5945289121f7120cebc3687c3565c7
MD5 eb55943c1db2c1775a31a814f26650cc
BLAKE2b-256 138e57f6c16b10e53d6c9487b45cb2b1a33d7b85de7e7e4960fec99e9ff0f53b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-2.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 929.7 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 779a8e926a5e15ba59bd459ee98b6104fdbcafd95dfbe3e24bf9c07967268dd1
MD5 a88489c4e5aca9697985c71e291fd82c
BLAKE2b-256 7648c522c3e7da6929d5e15d4b4354c6a1b581155860c483480808a7986742ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a6e146f8eca3316b56283e3d20a1795b69d8ebbdf24dac5c1711272636aa4c0
MD5 c1b7e92ac8320338529d6721918734f0
BLAKE2b-256 6003334cd51c6ea01e0f99db8c8eca899571eb78fb7f3d085cb08d772769440d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-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-2.8.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 16df67c2a8cd90a6c17a397804e2da7bf92b783e84169a00b67b11d6005c11ab
MD5 87bcd26cc37d4b4812c8ede0d9efbdee
BLAKE2b-256 e2c99a4b471757b9e50ef640187e051662c17d4d4c76ed1586baa4260f88d7fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.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-2.8.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f4c64dbaf8211703953c622b0c6ab3abbbfd50c508e66ca60bbb7f6b6eb2fc07
MD5 0936fc6bf8221357dbc814d8574419d7
BLAKE2b-256 9d562481255d6dd377772965fd2714808056ac3af5d8a08d5d46832622432bdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.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-2.8.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 636099b8ca7bac45eae923788a5f95281a2526add5d9d75d0410b8739adc57ff
MD5 f0cbb8d209f0fac29c74ca7c01cfda89
BLAKE2b-256 4ba032834541405a79af02724f646bffe868ce0822d330464231af59c53f2389

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c04c263c9eeeb4867d2754196784b346e33b0491aaf2da2430344a9470feb5b4
MD5 1a4126bc82c2c69424ed6dde436960c7
BLAKE2b-256 b020785dd0e46398b3a47ce5079be9d6fa3141cabbb3a2369977807c4a87e667

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2e7576fb00cac53c22b247a2b182b87a63f470f5bcf23c76b5d62ac79851e19e
MD5 cd002c7e7440d7917ad838fcb6c69e2b
BLAKE2b-256 6c0d8a8cbe09736282bdae46e797544ed2dadbe1ce884079ef2229c2bf2ce6f5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-2.8.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 930.2 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f94bdede6e164dde59d21cb7b5c09e1448017b045281fb27ff633de3199dc4f8
MD5 738df623eb74bc75a95a34a0d72c3be7
BLAKE2b-256 65619d054ad755b6ba4ba3ab7a0e9336e85680a28a9808d7e19fb7ccf1a18acb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c600413f5e0b93db39995c11cf203fe0b06a25889d1ecc8063e6fc448f56555
MD5 7b4ae5fefc0f9b7ebcb41ad8b7cbb888
BLAKE2b-256 ff4608ce9d34fa1afb658e3f78590b04958ccce06e4544b1af648e92c9148a97

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-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-2.8.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 94e6f6d5e3339153c0b7793b94981927523dc6ddc96d0c89e2ba45a9d28735b8
MD5 41290ba56022383dabccacfb14e7a187
BLAKE2b-256 1c14c8b055ad76ca0f480993fb90c95bd33b9ca9af7fc10c3ed34db5fc37d4c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.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-2.8.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 8a94bbab5ba9cec3cc44ea5ce38bb0875ab4a6ccf684b5c3f8b0015fc9a4291a
MD5 9c782027185bdfccfb2b66212e28833a
BLAKE2b-256 d68529208ba3898ed7fcb1b0c4320c077c9debe5ae8b2b764023a39d8d2d5499

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.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-2.8.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c84bfe1b7ec59825a9e219121f8b38b29a4b9fb1e7b56a7d229cad9cf6b7870e
MD5 8041920bfd2d7f5d3310e370f8b6b707
BLAKE2b-256 1528036ba1208a20f7f5ab0fd1e6e17bef2640bda5a1452280f11bc93541c933

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1b384182c5b0df9c77bea3cc45594b0e7daef3c568e7027093f513070eb43fa
MD5 417d1a6b2f3e0b4eb93eb675de132e21
BLAKE2b-256 fbf2d3b45ea977ef8e725cc9201ffea53c2597b3a9fb5ce4fdf27ee52d83a5b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-2.8.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 877f9c4d48f7828e042ddcedd13836001b30e91f966ede12f7070103a1fb0142
MD5 84ddd60acf61e95c458482542996084e
BLAKE2b-256 714a3adb7027fc9c51e5eccb92a49f09386013bb64b695b2d1b72b27bd27e567

See more details on using hashes here.

Provenance

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