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.4.0.tar.gz (270.6 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.4.0-cp314-cp314t-win_arm64.whl (626.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_qcec-3.4.0-cp314-cp314t-win_amd64.whl (460.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_qcec-3.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (243.7 kB view details)

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

mqt_qcec-3.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (232.9 kB view details)

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

mqt_qcec-3.4.0-cp314-cp314t-macosx_11_0_x86_64.whl (233.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_qcec-3.4.0-cp314-cp314t-macosx_11_0_arm64.whl (222.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_qcec-3.4.0-cp312-abi3-win_arm64.whl (601.3 kB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_qcec-3.4.0-cp312-abi3-win_amd64.whl (439.9 kB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_qcec-3.4.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (241.5 kB view details)

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

mqt_qcec-3.4.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (230.1 kB view details)

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

mqt_qcec-3.4.0-cp312-abi3-macosx_11_0_x86_64.whl (229.1 kB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_qcec-3.4.0-cp312-abi3-macosx_11_0_arm64.whl (218.2 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_qcec-3.4.0-cp311-cp311-win_arm64.whl (604.4 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_qcec-3.4.0-cp311-cp311-win_amd64.whl (442.7 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (244.2 kB view details)

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

mqt_qcec-3.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (232.8 kB view details)

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

mqt_qcec-3.4.0-cp311-cp311-macosx_11_0_x86_64.whl (231.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_qcec-3.4.0-cp311-cp311-macosx_11_0_arm64.whl (220.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.4.0-cp310-cp310-win_arm64.whl (604.2 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_qcec-3.4.0-cp310-cp310-win_amd64.whl (442.5 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (243.5 kB view details)

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

mqt_qcec-3.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (232.1 kB view details)

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

mqt_qcec-3.4.0-cp310-cp310-macosx_11_0_x86_64.whl (230.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_qcec-3.4.0-cp310-cp310-macosx_11_0_arm64.whl (219.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0.tar.gz
Algorithm Hash digest
SHA256 c377adfa58ae5b0ad391fe7d6dca9f77f80d030a54059f804f91075f3be89d88
MD5 9db7c0833e0bfe33456775d95ab5f104
BLAKE2b-256 377a5e31dce537e8fa84e135a1b06be0284350f940c4b201026486187d936c4a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 85332159c6bb7a9a595eef7a8cf0a84b39fd7103eb469e49aff31b4f6b293b91
MD5 2b62d7dbdbb0f92de4f684e5481909da
BLAKE2b-256 6f18f1859794bb410e3f44572318b58486cb0d329c9ba9f208f5397e383f4e4f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3e6c8d4b86aac472d1594cc99687a716478bab50c1f183c77bfe447abbc1a389
MD5 d7a4547ace09370b68592055d035e41e
BLAKE2b-256 e1901d03528f51d75d58fe1b91370aa98797503652e620edb2e91a3f5244b41c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b83542637cb7f34be54db8add598730f4489aa3ef735e4fca5f17a414e79f845
MD5 eb84a3bf1669c1f99bc1ddaf3b0eee70
BLAKE2b-256 a6aa0904ec5fe67a640b0e89bc6f3109565ff877d3f06fd0d35965443b43554f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1c3e729e9568445d6d96d5caabb547f2c3786f86bfdb73741d446ea9c06a1fd
MD5 2127065396284c6908caada7a1545097
BLAKE2b-256 b072cbf82e7bcd07140a88a38adbad7f26c6999f86884716ee87f48f688fec0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b969f52876c04356291d4d4f89c9952cd5588f040c24ba6dd591adb5e33cfb5f
MD5 c419277256d29a34906ff7abef5b7432
BLAKE2b-256 6a0e1add710c71abdf22be358e1355bae85f27877b42df6e67817d0a83c5e4c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ac40f4e64ee3afea8ca24bc5a492dab620c913a932c4f5b4e18091e3bb9d432
MD5 21c1be4702d4e724f07264d6b520cc1c
BLAKE2b-256 824faa17b65b71b2a0b1a2fccec6846a79b84f5db11800b6d77c93a1bee8d657

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 aad9029b83b7af24b71ca7ca2c22b1434329d800e97d3042b457db5c5a5b190d
MD5 e9b965e63e4fc66ab8b42e518cfcbf42
BLAKE2b-256 1d2401c16a947da77e838ef7795cb1c6cbd0b8b69a5d7a268a36c4a16fdae6e0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a470e9a36abb81bdc0cecae4611f2b3a829e2cb2f4d9f00f2764e5eac8900baa
MD5 88593f1428f0c4e565b1cc7eef068709
BLAKE2b-256 e72441078231012e94334941b0ead0aad997edbd5f6f6bd073c1c25aaa2dda48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18fd8a82b21140eedca59ba0f0d7be6ade22dd23be1fb9805ce083eed02b89be
MD5 99d9feffc626569b81ee68cfff82b56c
BLAKE2b-256 c171699b36807dbac841fdff1a0a006dff772684727f310e98df7bcf5943e884

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13369cbec8a97df45287abdb2c5e2aedfa3489c1546aa9d687117ba7c8e9bafd
MD5 c2edcab18014fc3874b682d153a11be7
BLAKE2b-256 5060f672f83fa405408d70dadd3bc3f6e8cfb222cf3be8a94ddeaa35d199a882

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8d7586aaebfce3b33a944a9b4cb8245e647a8402f42d361acfd874ccd866df5a
MD5 01825f286a0c720135af0f240da44230
BLAKE2b-256 65a00006ff22ef4a6798723e70cc5713aeb6ed131855e370ba22ff9d76f3c85f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26cfee5ff8598f8e3f6109cae9bf188a142121c08a8e8e936a79035ec2b3c3b1
MD5 8e9cc057052d236abfd2eb6650420439
BLAKE2b-256 db01d9ce094ad0ca806764be18949625f2f2ab83a7e4eef015485defd790c91c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 19369e646ebe5aa5c442ac661d220f68ac4345d74f454d7a9305d3059b30047d
MD5 bd116ce63fd21fad879ac37356f49c41
BLAKE2b-256 eddcb2519af45241c8e895f09c686391b03fb1b80ef5148845e7fbe840c3bca8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e8bc94ed705dabf45617559186ff0dc30c9bf9269bedce419d9bffe6b8317fe0
MD5 41cbb2e2cfb76b9b5414c6bf285f277d
BLAKE2b-256 4d0f4ad73f21a27bbb1abd219999f58793ac4c1f196058faa1e5c8aa63116119

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2a91e0028124a8948ee032370e10f3cd9c3c636700f9be1d8d3d1a19c5f0f4a
MD5 99646a3c0e941d988848a3f5ce6c1a36
BLAKE2b-256 8f468e524a1fd0849a29f2698870384da62941b7c9c79ddb39595f5f424f9e03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e214a4065283bd08abe9a15080ff1f00cd5e0a3de29596def5d2b5a568816485
MD5 38b2af3ab8f4ee6288d9b7b306029341
BLAKE2b-256 440e48b9b53118e04b156c234c61c385edfeda9910af1f2bed7e6ffae5b87399

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8d31efda94061dabaab9c6e62801785f062fd21ff49d848dced6dbe546293796
MD5 129e455dc34b3fed4b31fa535a2f0da9
BLAKE2b-256 0978b2abede13c32db207826e216a36a2255412b1b67153f69f7346f95a748ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 335b7eee0ffc189f5d26c2821f25adcb282740d3e58d4b269906790a7a0cd813
MD5 fb9027d50b31362a08553555357e940a
BLAKE2b-256 f1d86029ae5438390764e18d9b26438baf464a9c110159567d177af2ad5e9dde

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4592d96b4945a48f3f954786f1524a7ce7914d7abc92347f3dc618ba75e93277
MD5 75d75208cabcf58cae6d58b4ba63d2c0
BLAKE2b-256 0c2a3e7f3ecfcc2977b6ad7da3bbc5fb9e456cb09758306002fb962a5cb02d51

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 595f4bb5f45542bd881bff57c8294903dc01aca2268495aed12129418de39ed2
MD5 4120867aa7c25d438e85e704dd1b7029
BLAKE2b-256 085d4cf39c229f2c97715560132ccff24e93250d8bbf0d13cd88ba85acf8a677

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 deeb4cb0e84a53cca6b220dbc5fcafd2ed6566810b0a318bf614410ac130c292
MD5 e0b165fb888b136794b32fc8463606aa
BLAKE2b-256 aa2462adb9f2c2eae43151f0e53c537251b7fe34cc73dcb29ec9f4115e56e1c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df569179281c246fb575e138fb600789119244827bece5c5cc8243960b6de4b3
MD5 77a84c1871597b9d1f1fdf40af0333e2
BLAKE2b-256 a23e52fa68814db3dbfc881dbe4307f2548c88d4d0c82f80edcaba2927c896fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9c45fa5b2aaeb642feffd3e24c26d521c8048bf8d54b36e56b1e74828c7b52b1
MD5 14726abd8eb57fb8cd4df7d07418166c
BLAKE2b-256 a8dc6748f4e4dbe1193d7c3f940ecc367e1c369dff150174423c75eaa1d69a84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d91955a0416ea1da079d92a7e0a48450ba131e97f6fff48e070b499f10314d85
MD5 643ae7fae0161bd698dfd983a1c7ba2c
BLAKE2b-256 4b50457df1f9e85a0a2db3daf3cf995c8dd68c8e25b7a888744b8d175b80ca63

See more details on using hashes here.

Provenance

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