Skip to main content

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 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.

uv 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

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.7.0.tar.gz (315.2 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.7.0-cp314-cp314t-win_arm64.whl (639.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_qcec-3.7.0-cp314-cp314t-win_amd64.whl (465.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_qcec-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (253.4 kB view details)

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

mqt_qcec-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (242.7 kB view details)

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

mqt_qcec-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl (247.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_qcec-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl (227.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_qcec-3.7.0-cp312-abi3-win_arm64.whl (613.4 kB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_qcec-3.7.0-cp312-abi3-win_amd64.whl (445.3 kB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_qcec-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (251.2 kB view details)

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

mqt_qcec-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (239.4 kB view details)

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

mqt_qcec-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl (243.7 kB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_qcec-3.7.0-cp312-abi3-macosx_11_0_arm64.whl (224.2 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_qcec-3.7.0-cp311-cp311-win_arm64.whl (616.4 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_qcec-3.7.0-cp311-cp311-win_amd64.whl (448.0 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.9 kB view details)

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

mqt_qcec-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (243.0 kB view details)

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

mqt_qcec-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl (245.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_qcec-3.7.0-cp311-cp311-macosx_11_0_arm64.whl (226.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.7.0-cp310-cp310-win_arm64.whl (616.5 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_qcec-3.7.0-cp310-cp310-win_amd64.whl (448.1 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (255.5 kB view details)

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

mqt_qcec-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (243.0 kB view details)

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

mqt_qcec-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl (245.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_qcec-3.7.0-cp310-cp310-macosx_11_0_arm64.whl (226.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: mqt_qcec-3.7.0.tar.gz
  • Upload date:
  • Size: 315.2 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.7.0.tar.gz
Algorithm Hash digest
SHA256 b0a59e93b5c3b52dd5b95614f61cb97b0221f783b90e62fc140c0ba159132e01
MD5 ea3ef15a10385c91404dcf4cb8e38cae
BLAKE2b-256 2c7653d6fb3aadeac1d0749950c82e8f12461e3e5b6ab17bb509d0dca8a62bb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0.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.7.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.7.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 639.0 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.7.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 96b1272bc758499af191c0f6f91de3d51f8c78e41c793c67c808f11d69d6392f
MD5 fe3e0b0599ba9a52a2c74ca77234d087
BLAKE2b-256 046edc440301a32881814c638ebac5b678bb8bdba79f924a6b1308e6e6933811

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.7.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 465.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.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 169cdecfe415b1da1f36d0e7c917d5a9923b8aa755319995b9524904c6be990f
MD5 09ecb0ae60201b2f195bbb597c9cc3d1
BLAKE2b-256 d50b6f6904d6039fbc5f4b55f0a2bde73c12f517bdf816beefce9e37d5be5c32

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b62741e37f24f713eaf8b91300c65465bc0c952acc499d9c4897cc32b77f6b3
MD5 6e8264e163c1abf84920e38705cc958c
BLAKE2b-256 b010e290f0f67cb6ce1393041a12c48779205b7fb6fdbbe4e4b88bb50d066646

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73494d0f120ff0903696af5b0f6ae0dd9544a0b6837c876bc136647adc9f0d37
MD5 5e9ace3690d57d1bd5882aa6a152db21
BLAKE2b-256 70551df11f35367f63242f003464acdd2520d14b8b19e3b2f7373782b2a9dabd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ca072de91f199acc604412ef9397f1227f17d930babefcab3e3cdb94b79208b9
MD5 fa76a7683322373e8227be2bcc340171
BLAKE2b-256 382d60f43888f70755f5603db887655b4ade55f6fad36638c5942e29fb97e1e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8f8183baf1a96e564a341ad18cbad16d136c6c6d6d3ecf87066c17573ab21ce
MD5 3fa6da7a43e52643fe545e068da4749f
BLAKE2b-256 7cec3fe2da97a30d6f673c75a9256d46863b34d84aefe2530559ffd35a227259

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.7.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 613.4 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.7.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 28b1f04841ff7f3795d74bea2fb2a8b9b3f3a8be179d3f35e3e283042fce27fa
MD5 e09bbe76416753dcc5d67daa7105007d
BLAKE2b-256 ac8c6074b131154649881e615adc9e4a84efda72496b876fed0433889f27a43d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.7.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 445.3 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.7.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 60382489e30019cc5645e7bb4cf4ef1a582516e0b80f55ea5f8fd6c6c3768a82
MD5 4a0e0c9af333cf9f765a17b9002e8030
BLAKE2b-256 e7425af0f39c1a74ee3ddbcc79ad3a26515c3325c0cff69d95474f2e1ade4fc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61897cc5898afe6f3d62a054d22452575fd7e6728e1aabcdaffcbd56c436838a
MD5 8d84b1db7f11de82887793c4fda9810a
BLAKE2b-256 af9d277ccec280bb7b674772bda869b8a6df762f46ae9a9069efe37661d6bdda

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a5e616f5486848fcaf90001a1cc859882a7703af96b620268d83626810f2ec2
MD5 0470694391fc68e6dad2feb603c2881b
BLAKE2b-256 001f9522eefd113c4c7e162a0245c6aff53156237327dbfb2aeb794ed496abe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 80477619ccc5e65555ce7763ae6eaefe9e59d2b02a46ad6d238e9594896338fd
MD5 d29abea91e8daac385d567b4bf02a91d
BLAKE2b-256 afbaf007fa9ff77389872a7b1d415eb52ab403a7613dc8a29591df3448b6ca13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d693628fd47e63b7971a21647be0a886e2854a365153a2e3e74ffa17aaf0d6a0
MD5 fc2b8e0160e0813df64234da3ba33447
BLAKE2b-256 c3b298a039529d39a0cb6b51bc487b332e5f28c92bc57c0e68d1c2b85beee652

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.7.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 616.4 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.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5588bbdf7aa96c958ca431f7c85f79408b80fc8d1b757353a8c4c4baa1924fe8
MD5 eca6cddd95ec7cc37e20b4f0a6565cb5
BLAKE2b-256 805876f7dad2c4dc978bec7a8bd810cbd64e91913ff85583e3abb64847c64488

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 448.0 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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f3e97407cbd37a52f645bfc67986683dcae7111f1521fca73e66bed4f34dcd77
MD5 009f8abc9b868c00a8f220dc877a2c35
BLAKE2b-256 08fb19116aaa8dd5e79e44f1db07d43b01fb8522d6ca7a6a9748283390d0afc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4e20b144a6d4294d6db4af60970cd9a14f788d4d340915d9f45b90365721d38
MD5 9ded1b308f5dfc8e65f0e34e698db4ae
BLAKE2b-256 f27e11980f50ba4c8afe7dfafc6191bfb7004c568effb71ab5dcc419c8a56603

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 712f3f69b7d8bd14b8d5a2f7b620e46563cf70194ba8f3d84d00fdead505f328
MD5 c2a28479333b15b1af70c6025bcf12a2
BLAKE2b-256 ba08afaa009a4af946b2f2ba45c8e7c638925ed8eb8e5f4243406f2211e95855

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3ecec487578ef55d973f712ad9f410eb6a0ba1bf68fbe33d5b4cec6f726821ea
MD5 49a439ba31ed160181f1d30eda23450a
BLAKE2b-256 6fecb8dcd844853ac1b4b46e70d77398cff1cbe9b1985a25d5952ba5a5163090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cca6cfef7553c76fbc27e6af2ce6aeaaf1fd83da4c02eee45d6f4f53b26c467
MD5 82070bd99f00482e01da0439d6555ad3
BLAKE2b-256 ef2e0771fbf624be40d21f4a341f3fcb093479c76a76aeaa96b3dd89be2a20e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.7.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 616.5 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.7.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 eeb63e195b26b30f23b2e59663ab106d3e82d8be9e2052b4a5ca744055f99ad1
MD5 f4b9b240c585fed4740cec4d152f479e
BLAKE2b-256 668ad666df0df23e312ffc8ffbeb098e1e5df64947fad6ba828d1ae7f940c362

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 448.1 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.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d5ceade7c636728b7eb2d9a6ed2d94d0642e29951f74bd7931da5db1682fddb
MD5 f4e0a73660db12131ec0ed4cc0bf7696
BLAKE2b-256 a6c1ec2e05e3b9b3be3b25e238af10962177b11cfc9694ece971a142e1d2f2af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4438647de66fb1428b2592762593c80663543554e9a15c18afa1e469e9a2dc66
MD5 c5a2d25b70ed7f7cace611db0edd6a97
BLAKE2b-256 0d30f6e104d726b4bc98e3529491dbc258e728ba7803db53d7ee1dd2b00ece34

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54e09971a276d2c42ef6de8e495e5ce258c4941e796867c5970e455688fd4162
MD5 ead61d6ebf0869d419ad1c351c9f9348
BLAKE2b-256 6a1fe08c5f8723ab007a1615bb85a7b091c2e1c8dffb6a78e5ee03612911a887

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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.7.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5cb66b994c3efb5b95fb9f88bcfd91bb3ab22ee027136e6d3b3ebf4ff4fe0c34
MD5 98903114e52041dde1b0c460a6cb424c
BLAKE2b-256 8bb2af759cef4c62d6e9ac8814d53d6018785375841af495508517287daf14ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3733e40e197f42ff5e4229f183acf097a25c108503d523a6d0f1c8fdfec99afa
MD5 b3950a65894905ad47b0774b06791509
BLAKE2b-256 24af71972a2ca12f894d24bc0cea994c0b9b4230a41a1b30318e70605772742c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.7.0-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 Sentry Error logging StatusPage Status page