Skip to main content

A tool for Quantum Circuit Equivalence Checking

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT Banner

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). It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

Key Features

  • Comprehensive equivalence checking engines: Decision-diagram construction, Alternating DD, Simulation-based falsification, and ZX-calculus rewriting—coordinated in an automated equivalence checking flow to prove equivalence or quickly find counterexamples.
  • Compilation flow verification: validate transpiled/compiled circuits incl. layout permutations and measurements. Guide
  • Parameterized circuits: prove or refute equivalence with symbolic parameters. Guide
  • Partial equivalence: compare measured output distributions, handling ancillary and garbage qubits. Guide
  • Python-first API and Qiskit integration: pass QuantumCircuit or OpenQASM; one-call verify() or verify_compilation(). QuickstartAPI
  • Efficient and portable: C++20 core with DD engines and ZX backend, prebuilt wheels for Linux/macOS/Windows via PyPI.

If you have any questions, feel free to create a discussion or an issue on GitHub.

Contributors and Supporters

The Munich Quantum Toolkit (MQT) is developed by the Chair for Design Automation at the Technical University of Munich and supported by the Munich Quantum Software Company (MQSC). Among others, it is part of the Munich Quantum Software Stack (MQSS) ecosystem, which is being developed as part of the Munich Quantum Valley (MQV) initiative.

MQT Partner Logos

Thank you to all the contributors who have helped make MQT QCEC a reality!

Contributors to munich-quantum-toolkit/qcec

The MQT will remain free, open-source, and permissively licensed—now and in the future. We are firmly committed to keeping it open and actively maintained for the quantum computing community.

To support this endeavor, please consider:

Sponsor the MQT

Getting Started

MQT QCEC is available via PyPI.

(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 and examples are available at ReadTheDocs.

System Requirements and Building

Building the project requires a C++ compiler with support for C++20 and CMake 3.24 or newer. For details on how to build the project, please refer to the documentation. Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions. MQT QCEC is compatible with all officially supported Python versions.

Cite This

Please cite the work that best fits your use case.

MQT QCEC (the tool)

When citing the software itself or results produced with it, cite the MQT QCEC paper:

@article{burgholzerQCECJKQTool2021,
  title        = {{{QCEC}}: {{A JKQ}} tool for quantum circuit equivalence checking},
  author       = {Burgholzer, Lukas and Wille, Robert},
  year         = 2021,
  month        = feb,
  journal      = {Software Impacts},
  doi          = {10.1016/j.simpa.2020.100051}
}

The Munich Quantum Toolkit (the project)

When discussing the overall MQT project or its ecosystem, cite the MQT Handbook:

@inproceedings{mqt,
  title        = {The {{MQT}} Handbook: {{A}} Summary of Design Automation Tools and Software for Quantum Computing},
  shorttitle   = {{The MQT Handbook}},
  author       = {Wille, Robert and Berent, Lucas and Forster, Tobias and Kunasaikaran, Jagatheesan and Mato, Kevin and Peham, Tom and Quetschlich, Nils and Rovara, Damian and Sander, Aaron and Schmid, Ludwig and Schoenberger, Daniel and Stade, Yannick and Burgholzer, Lukas},
  year         = 2024,
  booktitle    = {IEEE International Conference on Quantum Software (QSW)},
  doi          = {10.1109/QSW62656.2024.00013},
  eprint       = {2405.17543},
  eprinttype   = {arxiv},
  addendum     = {A live version of this document is available at \url{https://mqt.readthedocs.io}}
}

Peer-Reviewed Research

When citing the underlying methods and research, please reference the most relevant peer-reviewed publications from the list below:

[1] L. Burgholzer and R. Wille. Advanced Equivalence Checking for Quantum Circuits. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), 2021.

[2] L. Burgholzer, R. Raymond, and R. Wille. Verifying Results of the IBM Qiskit Quantum Circuit Compilation Flow. In IEEE International Conference on Quantum Computing and Engineering (QCE), 2020.

[3] 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.

[4] L. Burgholzer and R. Wille. Handling Non-Unitaries in Quantum Circuit Equivalence Checking. In Design Automation Conference (DAC), 2022.

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

[6] 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.

MQT Funding Footer

Project details


Download files

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

Source Distribution

mqt_qcec-3.6.1.tar.gz (293.1 kB view details)

Uploaded Source

Built Distributions

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

mqt_qcec-3.6.1-cp314-cp314t-win_arm64.whl (637.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_qcec-3.6.1-cp314-cp314t-win_amd64.whl (466.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (250.4 kB view details)

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

mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (239.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_x86_64.whl (240.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_arm64.whl (226.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_qcec-3.6.1-cp312-abi3-win_arm64.whl (611.5 kB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_qcec-3.6.1-cp312-abi3-win_amd64.whl (445.5 kB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_qcec-3.6.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (246.9 kB view details)

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

mqt_qcec-3.6.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (236.0 kB view details)

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

mqt_qcec-3.6.1-cp312-abi3-macosx_11_0_x86_64.whl (235.7 kB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_qcec-3.6.1-cp312-abi3-macosx_11_0_arm64.whl (222.5 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_qcec-3.6.1-cp311-cp311-win_arm64.whl (614.2 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_qcec-3.6.1-cp311-cp311-win_amd64.whl (448.3 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (250.6 kB view details)

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

mqt_qcec-3.6.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (239.6 kB view details)

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

mqt_qcec-3.6.1-cp311-cp311-macosx_11_0_x86_64.whl (237.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_qcec-3.6.1-cp311-cp311-macosx_11_0_arm64.whl (224.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.6.1-cp310-cp310-win_arm64.whl (614.1 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_qcec-3.6.1-cp310-cp310-win_amd64.whl (448.2 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (249.2 kB view details)

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

mqt_qcec-3.6.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (238.7 kB view details)

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

mqt_qcec-3.6.1-cp310-cp310-macosx_11_0_x86_64.whl (237.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_qcec-3.6.1-cp310-cp310-macosx_11_0_arm64.whl (224.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: mqt_qcec-3.6.1.tar.gz
  • Upload date:
  • Size: 293.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qcec-3.6.1.tar.gz
Algorithm Hash digest
SHA256 0d053387fa2d660fcf8ec9ab6e5da6069634d73a3e95a7a9e5b5fed7479af3e3
MD5 dc71ff873f484f57988e200d59e581ff
BLAKE2b-256 d5161e900e1c89a034ee8d6196de3d2b5f30711ffe159c5a4de0fdc6189374b3

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.6.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 637.1 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qcec-3.6.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5a20662bb0e0e0d067c970fc6f89e7c74edb2fc16e054d53c615eff0746f41a6
MD5 61b04435fa69e2f983dadf55f5098499
BLAKE2b-256 65dd3ac789c6d6e835c7c483422db15c65f566e1357ba988f2161685adb9413e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp314-cp314t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.6.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 466.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qcec-3.6.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bb63f16760c333c3d04a56970c1bdfe21e99d0da9b9b039b0085813195e6ee7f
MD5 979b0854bfe5a6e3c3100ddaf0c773ed
BLAKE2b-256 db3402404e95f3b905689849eb797372e31f8714ab5de5a28fd3f2f695dbd20f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp314-cp314t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cedf1a5ad487622af7edcc2f7c2af6e3ede791130bd9cd88d333fa9a5a99a0c5
MD5 23bf3c36e86ca68c070428c940557a93
BLAKE2b-256 d426ec188dde64eab22f28d6555bf4d14cb4af249f81fc710888f68f618bd720

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7dd36f4b68ef86d42cbe140e48922df018a47d73000b44aae9cc9fe66217632c
MD5 96ab7e47145aa93865e57af6c7af42c1
BLAKE2b-256 339a3654183129053163f67b97e08ea4547947e4b30593be3f0e3c4c65510596

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1d8800075dd71c125c22cb3b0b3502b5058e7cd83964e7c68b05ec9eb058421f
MD5 6dd79575e59ac291ce524ab7c64508d0
BLAKE2b-256 b10efaeb4ec285f47dea7463b8b859ea9e8c7b9ed78481584dfe538e83f86eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e888f31dacd78c27005c8e4eca45674b3295087717d47b542e62ce18c12d9a31
MD5 8e99310d3e5aa79b9af4ad05b9247c92
BLAKE2b-256 d49da2303a4bab2b1a35c58248185f89e4a5871ec14c088e9e84b7bbc80bca73

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.6.1-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 611.5 kB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qcec-3.6.1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c4f1068fd2ae8d926ba9048e99306b3349e06f7509a40454f55dc786c7665055
MD5 8e12e15df48db221f467ca58e4ceed3f
BLAKE2b-256 5ac82710ed3781bcb80b7c87451b78e081bdb31570820031eb13396623853a49

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp312-abi3-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.6.1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5ee3a48fbc3b145a92d9209bebaf92d01741f481789fdd5935cc840fa9029d40
MD5 caab7cce62e653c115a54321fcb478d0
BLAKE2b-256 e3f2a17519cfab01176c03a96079c2a712ef2a2c99833abc6d97c7b9aea46969

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 529835521e8e4e217cdd61215b8a7c47a349baa86b1f32408c19cb4fb0399a54
MD5 545cefffaf4f3394442492ee5f581f36
BLAKE2b-256 ab14a2562098c399c1cafe48e03f8523a08c149ed8104d382d4e24cfba614d99

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03e37a3ee86ace7d8541fee0b647feb004465e2c56624a3337cdc7a77c0c6c75
MD5 0c96033256ee821a2152f0ec3b071e04
BLAKE2b-256 303cc55bfc33eea06e713077cc3162e2e2f2a3a836e8ab1f13798a2864759795

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1a649008da91b42b7a7231512ddfe78b851454bab4e6d062c29049ade5d16ec1
MD5 56b6b3f328dec3fa09b089d4f5fd140e
BLAKE2b-256 56b8705803cf605a4f30987031da56d3136df1be995edff4558251776b282169

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp312-abi3-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8300e38baaeaade42e278cc89d472f0442511b6380ff9e0366ae68993ea0e0b0
MD5 ffbf64f1e1531dccd4cbbf164589c878
BLAKE2b-256 014cf058c0f6acf45342c9713095aa23275cc591bad35ba5c21acec3203548a7

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.6.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 614.2 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qcec-3.6.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 336dcdd229827b07cb0544fb6bcc1bb2ac38817579d2d8a231bd2f9262261bf6
MD5 5bfd4f5ab0024881bc6ae0dc7f59ece7
BLAKE2b-256 9a7a65ac8b6a801eaa1c5c6112cc3b6158b2d8b1fc8d23e67f3a1ead3dedb7b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp311-cp311-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b52795a6afbda923823da3485ee584a56c7fb4a4fa7c6b977091844021f6369e
MD5 7712f3cb0cb7f694253033fcd35c2b3e
BLAKE2b-256 a57f3268ce58888314697d6f5c6e9aa29ca238c7649bdaf8844a4cd7cca313e5

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9a3bc83ef743f3365daf807f3f4618d47aa856ebdd3ac4fb7687efc6f976641
MD5 20a57252813e0074d89962308906c2ca
BLAKE2b-256 875e2d58b085e09b6d8afe4455546c5d2f0e2780f921999a5d55240edb0cf3b0

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9dc2b0fa06e5484328f1f0bba6097cb683ddc3f99b6a545aea775585a027d66a
MD5 7dd40eaeec7e7b9f9e75162a5fe1643f
BLAKE2b-256 c556ff4896dd651786d67fd5b6b8a3ee3ddaf384b1b9b0c60b75284c119aee88

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 88e36543d8ea65886360960814416c27b6f8474e255d9f4cb2254c553546dd7c
MD5 644179704ddf2d1a7ae39db1ddbb7a39
BLAKE2b-256 e5e814d46d1ddba1aaa26136ef639028c3905488be5b83134f67241689d5cf07

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12a0640b2480f72292e75a57783403edf811650405c155a860083c601f381961
MD5 20c8a66cf8e34034a488df689e7f6dd1
BLAKE2b-256 de0b0619ba807fd52ab1edefb22f352d6b70e147d21053cf8fc5d3770c125e95

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.6.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 614.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qcec-3.6.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c093175c97a67c5731bbadf7cd7063abda7e1bd50ea3e80f821a9ac0b2e65095
MD5 cdc0b90391434d654e2a83e10cc843ff
BLAKE2b-256 52c582510c8721b63891e72e7ad75b70f7918e42f2a7b8a2ac5ab960939a4cc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp310-cp310-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2e1db239d0bec8198d1317c8b1cf08ed20c887eb63bae85590035655c8e6b623
MD5 41a1a7759c191d850fdd0c68851e5d82
BLAKE2b-256 d4858775d220d06e02ea701d2f6994dc17be173013ad4d9eacd7435cafae1f8a

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79018893072853030faaa3e066981c6e7b20fc2ca7cd6c5820ef997c65350ffb
MD5 b25e696f5dbcb12aea40b08f4d7c2204
BLAKE2b-256 0336d91036cb97f10b2276cf0a192a0a619e2ac82fa6f54cfcf354c85509677d

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ca76885b3afc20460a38a3d7a4c08c4e51dd35d7fc38f12870595f312a318fb
MD5 3e82cb496ed9820bebc7b9f402fb570f
BLAKE2b-256 f2a94c61d6af5acb56ef0e1b69d650bb774e2383b7355b0071f1f1141cb31214

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

Details for the file mqt_qcec-3.6.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 93d51dd278966aa222a4c2d867d8f61b7a40638160398cc2d09e97bdf1dab94a
MD5 0aac06d9a7e4d87cc3daec726849d5eb
BLAKE2b-256 d1556e50ca989af1484118e88aa0b80208ad83d4f8b6bec9c19bbb344dce5e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.6.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qcec

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

File details

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

File metadata

File hashes

Hashes for mqt_qcec-3.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1623a60eb35f558db3e6bc38345d8ce6fcd165e48817f6227dc53cf064f19b1
MD5 26af5918274ee7d82f145f2e3bbf69c1
BLAKE2b-256 bce8c3718edaf04407b42d4476cadeb08d55c45b8693cc89da74fb4050157c09

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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