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.3.0.tar.gz (268.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-3.3.0-cp314-cp314t-win_arm64.whl (676.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_qcec-3.3.0-cp314-cp314t-win_amd64.whl (514.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_qcec-3.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.8 kB view details)

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

mqt_qcec-3.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (246.7 kB view details)

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

mqt_qcec-3.3.0-cp314-cp314t-macosx_11_0_x86_64.whl (262.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_qcec-3.3.0-cp314-cp314t-macosx_11_0_arm64.whl (253.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_qcec-3.3.0-cp314-cp314-win_arm64.whl (659.5 kB view details)

Uploaded CPython 3.14Windows ARM64

mqt_qcec-3.3.0-cp314-cp314-win_amd64.whl (496.1 kB view details)

Uploaded CPython 3.14Windows x86-64

mqt_qcec-3.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.6 kB view details)

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

mqt_qcec-3.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (244.6 kB view details)

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

mqt_qcec-3.3.0-cp314-cp314-macosx_11_0_x86_64.whl (255.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

mqt_qcec-3.3.0-cp314-cp314-macosx_11_0_arm64.whl (248.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mqt_qcec-3.3.0-cp313-cp313t-win_arm64.whl (652.9 kB view details)

Uploaded CPython 3.13tWindows ARM64

mqt_qcec-3.3.0-cp313-cp313t-win_amd64.whl (496.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_qcec-3.3.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (256.8 kB view details)

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

mqt_qcec-3.3.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (246.7 kB view details)

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

mqt_qcec-3.3.0-cp313-cp313t-macosx_11_0_x86_64.whl (262.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

mqt_qcec-3.3.0-cp313-cp313t-macosx_11_0_arm64.whl (253.5 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_qcec-3.3.0-cp313-cp313-win_arm64.whl (648.7 kB view details)

Uploaded CPython 3.13Windows ARM64

mqt_qcec-3.3.0-cp313-cp313-win_amd64.whl (491.8 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_qcec-3.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.6 kB view details)

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

mqt_qcec-3.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (244.6 kB view details)

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

mqt_qcec-3.3.0-cp313-cp313-macosx_11_0_x86_64.whl (256.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

mqt_qcec-3.3.0-cp313-cp313-macosx_11_0_arm64.whl (249.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_qcec-3.3.0-cp312-cp312-win_arm64.whl (648.6 kB view details)

Uploaded CPython 3.12Windows ARM64

mqt_qcec-3.3.0-cp312-cp312-win_amd64.whl (491.9 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_qcec-3.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.6 kB view details)

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

mqt_qcec-3.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (244.5 kB view details)

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

mqt_qcec-3.3.0-cp312-cp312-macosx_11_0_x86_64.whl (256.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

mqt_qcec-3.3.0-cp312-cp312-macosx_11_0_arm64.whl (249.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_qcec-3.3.0-cp311-cp311-win_arm64.whl (637.0 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_qcec-3.3.0-cp311-cp311-win_amd64.whl (479.0 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (254.3 kB view details)

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

mqt_qcec-3.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (245.2 kB view details)

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

mqt_qcec-3.3.0-cp311-cp311-macosx_11_0_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_qcec-3.3.0-cp311-cp311-macosx_11_0_arm64.whl (238.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.3.0-cp310-cp310-win_arm64.whl (635.4 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_qcec-3.3.0-cp310-cp310-win_amd64.whl (477.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (253.9 kB view details)

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

mqt_qcec-3.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (244.2 kB view details)

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

mqt_qcec-3.3.0-cp310-cp310-macosx_11_0_x86_64.whl (244.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_qcec-3.3.0-cp310-cp310-macosx_11_0_arm64.whl (237.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: mqt_qcec-3.3.0.tar.gz
  • Upload date:
  • Size: 268.5 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.3.0.tar.gz
Algorithm Hash digest
SHA256 248d483c2629db9fe3b9aa89de3cb7ad567a6f333cd4e453c5638dffbcd3b880
MD5 c54dc39ab65a5454a742037574eebcc9
BLAKE2b-256 ec889f269f7a33048f7b8746acd42b8bb54557ceaf8972839a5b9c5b928411cf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 676.8 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.3.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 316217ee80a4989b2de162ee9d19b8c81ccd2dd7cb553ec9e33cc11a1fd1fa05
MD5 1b5a02869eede888db3f595aa539c982
BLAKE2b-256 95ac71cafdc6909fe35a590164f158cca28a344b8f4521cdd904794538e5bd63

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 514.5 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.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 46c885981049f1f4b620e5060902f1550c41d7a508ae5693c5f4d0d75a9cbd5a
MD5 357d52ff80be37cf5d502c275bb485f6
BLAKE2b-256 38dc19fa7e19332926e57b2fa0186a6e63af9fafa3921b7c3d0ac2fb3619b399

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66f7906ec82041874d4c4b20f72205b72ff06c302a59e52776c0784412f22ebb
MD5 1d3739b26c30103d7da7fc5a125e0406
BLAKE2b-256 f0ef69326a0f1f805464d3c54ea12898905f373c03b0bd5f160038a57e58207e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf749ae9edadf96d22e67f1acc80c5e98e3a3c9728dfa46bde9f97a09a7a4107
MD5 a83415a9a47d20d11a8aa49c6046113e
BLAKE2b-256 ad2cfbeff537007f57561f815658100fcc14c96a81127f5badf880965a83b11a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 52ab05c64510187cb79bb1e18bb1e8d5b3677684ca286723974e2e655e40d84a
MD5 1dfcd369d5f653bda81cda84f9645c0c
BLAKE2b-256 ec3cd484c46731c152d8c65c098e9073f7c994c2d7be3321072560a65f10b8b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd22d3e845667b660ece3de5149002537cb8e02224a46bec630f214055eb7e51
MD5 450a1b77d41dd3440a552560557634e7
BLAKE2b-256 bc65bdceadd6fa5a679571d2e93195ecf1fbea3aa26e42f0b40663c4de511c32

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0596147e116f6ff36ee8f6ce2b11228c290f59901282dc3f9a553b335370e049
MD5 6b10e17c7fef81651fc197cdb99b0d9e
BLAKE2b-256 8a95087580e325426fd84b0911f65ff8c07952339b732c868e8a016a5fb1744a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 496.1 kB
  • Tags: CPython 3.14, 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.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 71bd9055939831a8b5c0ab10c089c18727187b2b61bd4e783e172a640c49d423
MD5 3fac8b121f7f0dbe17826f8f6812c85e
BLAKE2b-256 65551c3e0abf7b72a064e2ea8c93db1543ec97459e9b8314b7f155915577e8eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b93011885a0a226f935f2159cf994f2e99cfbde6978b69029c4cebc2fd72780
MD5 d4058cde0c379ff6b39387adfb7b70eb
BLAKE2b-256 23a48a97fce86ef7518ac25c6412b2c8a7262acc132c080b038b9d7400a1d04f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 011c591cf9e85e4637e3a32a47b04ba310c6e8cf381b5027a604ad1c8013beb2
MD5 09a0b5649e1df20799baed35801733bb
BLAKE2b-256 fb2b35e960fed73673654c25421ab71f346ff5802871e19b7f339d1841cb5645

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0d67ec4bc4ef3b8011139d05359d33dca1cd1da8f4a17a09b3ca790c3eea1883
MD5 86077a4423f48ac8f37888897053cc7a
BLAKE2b-256 6c30ed7b97fa208cd944e0a459d6b4746b4aadb512bd8e274df29a69dc6eed9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 645846b1b2dadedfdbd90e7ae42847af273b2f1b10ffbc5bc9d5e0b32ffa7fdc
MD5 0d1e7434712e0e26a2a58b36c763a275
BLAKE2b-256 2aa81b8dd6465186d6c3c215cc909cb3ff89db9d71ef7b3d8f75fb51074f7fb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.3.0-cp314-cp314-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.3.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.3.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 652.9 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 81bb37c9641d190b5a52fac5b8369767010bdbaf94f9de5be50759e563ab5aab
MD5 0e649495971269ddf08b5cc16df96d6e
BLAKE2b-256 4e90585f5b44d300c718d1fc47a6b47fe50e5d1164c70df2962edb52e103f5b4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 496.7 kB
  • Tags: CPython 3.13t, 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.3.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 575d5d64725081559dc21a929cc38ecc10b6d5ee10ecc19a71b7ed7b8afc58b8
MD5 90e6c40726fb46d01ee699c87106c106
BLAKE2b-256 b1e9501ada3a652497b1f851836fbc49102d605c3a6c8786cb84e9b902f471a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b34717fdcb145e044f184fb5e35833626673dcba0e08e0c7ea2c6ac36aef3069
MD5 39e3a1938d63bb666025f7e8bd483c45
BLAKE2b-256 ab0c8bc6a32f5192093c0ab71ea299fe281879ada680382b84831fcdeadcb051

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.3.0-cp313-cp313t-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.3.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2463e1530f8cbe64c85688e82592aa1b65197431e253d0a2296888fddb9b7a92
MD5 ea822860d5539e8b1e588bb8048011a1
BLAKE2b-256 cbe71f9e2950289bb91874692d6aad25afc2e542864b6fff7804e0416e056ee7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 47549ef4261fd4b2e69a98467939f0f7f9cf6c6906b9d05643cfa816d76d70d9
MD5 0faed4281fddde1a4338f766b42cb134
BLAKE2b-256 689b49aeea44256161159652f857608e9f4f52fa5ba1a62e2ecb467bae5f7211

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b30f40185d37affe2d8abba04ed85f2de106e9b61913fd291b7a6ff2c1d4b6f
MD5 a0d705e3213ed964e64e327fc9f7d5c9
BLAKE2b-256 1fbc4ff4da9aef6408d9dbda6f7a0c44f5be4f7533e7d366346401f618303a2d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 648.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e7736c77d8df207e1aa3024f545c5599648155257449352d19827ba1754ac7d3
MD5 485db0dcb9bccda1cf99e75a7528185b
BLAKE2b-256 1c1d4ebd40fd75efc41dfa375e9bd8694aa3382afb1a8cf6f60baa5f42b986bc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 491.8 kB
  • Tags: CPython 3.13, 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.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7f9b7d84a584b27dceb9d14d8fc6ad0ebd914076ae6d50a15c91614e59bdc998
MD5 e95dd3bac422877035866b3665dee57e
BLAKE2b-256 05f4117d799d8991d088e3b36fe7d8005b18f7c7ded60a8d097d7023c94910e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8a5bb24c8b01397226db97a87f5e62bd5204ca56d349ff25a33e3b67175ae53
MD5 55c30716e3ae42e2c1b836d72d0d4a97
BLAKE2b-256 80c682c2b0f96a31141cc91d564ec239b9af72c72537828267bc63ad2b123d8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.3.0-cp313-cp313-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.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b0f6ba19dccaa47d5761f11df309db3524b0f9eeffa15c86d9e4c0d96db0a93
MD5 13bfbe01c27da79e6186ee779d85d759
BLAKE2b-256 c7d6acbd13f38cbfd38e2b41b32d40d9c77d77370abdbd30c3caf0b66924a21c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.3.0-cp313-cp313-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.3.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 11049eac277a22cdac4cd5c0ecd24d09e3d4118a382ede9b9d27b9c5dd467322
MD5 098b1ec59827ab9f97cb0cd9d11b7f74
BLAKE2b-256 f21ec75d92f4821773a75ac2d39f275bf114d3f73f32acbc227cd4fdd678b219

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbacb7bdc244831ba2e4e4bb1f92b2fc4e03ae0d26c1f413540a6a772629dd37
MD5 2d4dcd3a1e2d2bf06382b92f2a6d5d6a
BLAKE2b-256 48d3f472ab9ca887c23a72030e11925ec9bc7904818fd73d0c5e9b310222606e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.3.0-cp313-cp313-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.3.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mqt_qcec-3.3.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 648.6 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.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8bfc74e1b3250efb4cecac9d3d579e351b5359d2d1e4b0d3b2b8bcb73b97de96
MD5 ebb3fe298e4d5e8b2fc4ed280024332f
BLAKE2b-256 0bcf53e04ec6465f09cf2c0c868903c78dec1d9e055176baee498d6752a8b1d7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 491.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.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7c3e6b3ae236ad78645ba374d27e0a95f266cbe54f79a25a05076307dad3b74b
MD5 4f7ae61cf04bd518e6038a16e5e33b4c
BLAKE2b-256 949ee8b761619703f796f43cc01d63258618de21ebf69ebeb36da5e579d1a8d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b35ed57cd38901f6fa0e64791af915ccf2861ea2d9df5f11e6e13684a8b7bb3
MD5 0a183bc864bfff3ef76322e270b22ab8
BLAKE2b-256 e986583bc794c02f96c2d9c751ab81b615df6afaedb8835f6c9fb399e8f80622

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a03a457c52a1175a38485e60b0a92d458357075c9a3714a0261ca9c305d64ea
MD5 e59c7db9f7b8fdb7e8b9b0b98928cd03
BLAKE2b-256 2314ee679483d0a7dc330aac6bb03deec8bc2ef6a7250340979d18a97c060fce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 58b6cad250cb62a14eeb24bcec672e8c3945181e05dd734b00f96455ae5b08ff
MD5 731b7ff14ed7d204a10e466d4566f721
BLAKE2b-256 a45f48f65cf93d18a1d092f2b5cc6eec11889cc82e638f917dc39bfc508a5d74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9361c988f353a87d5b0a8673afe831f9905fb9fefc051ac1f7c9ee928582c1ab
MD5 9618e11cc9f2f4835c9c1c637845f0f0
BLAKE2b-256 8058bdca1bbbf285cb0d002b4f0c1f40af2f00f7b97e5c37e0d44c2eaa85358f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 637.0 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.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e0f110bf7d5d8f80065656d045b24d35b7d3fed4107e8b67b53dcd3105313d9d
MD5 b941f14bdb589da3378be38d5c0c948e
BLAKE2b-256 593b1f25e21bbaf5cb79fb4a3172d6335d488c0826b95d773b8b828170e7e30d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 479.0 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.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f0cf61e45cc9c6760eca3a916eae4dff23d16598d3473f3803516bb2fd14c05d
MD5 12ae23ec62f1e2c13f4d34b61b0f062f
BLAKE2b-256 9ed21935a6903e65a5245cfa2d8b757643f7154407ef6e80e0ed9e8e31ef7a5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dce113f1f83aaf917ee130e88c01c59f80dc67e9d6a7e0da01c711b5f143fe04
MD5 918bfa9dbe984edd1e5484f282541c98
BLAKE2b-256 ed1703e2dc1f45e3c588f4d712a8ad652a338de0ffc44c7582aa7881337aadf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d02801540bf3fe81567f982373c6fa224329239388a9564c704e9dec36d9be19
MD5 cb8e2e092a124c9e9c79bfa7d496a89f
BLAKE2b-256 cc021abf99a5f3ab87d85b4421e5017b8698deb2e59893e6f2a61dd73d003dc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4945df72e5c6f6ba1395315ee9bdb99cda8f3da7da4097f4e8ede0ac4d507568
MD5 4a1de1bea95411eb654d46f78489cfac
BLAKE2b-256 c0521bdf25233f3dc02301caeeb8adec15db40bcb601bbc7280fa3af93627895

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a37fe4cd7b9d28653abc861c60dacffff4d395d325b51d520d70d1ecea769fe6
MD5 2bb240f841efa54b6b1cc2e7cabde0ea
BLAKE2b-256 b9aa6da0f4a92e9e4d940fd52fc26003a61bb174c86ce4107b3def9e9e26cbdd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 635.4 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.3.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 70538f8e78d68990be82681b0029fc5ebc84fe4a6c213e230daeea253325d250
MD5 d54c433dda623b3534d5d80c7ca662f7
BLAKE2b-256 9ca559af69a1754025a35d0dd63575e5120c395a205fb538d29faf29bffe8216

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_qcec-3.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 477.6 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.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2678be6a9041340d29f72c7dc349fe3edcc9e5186234dc6b0084a79072825ccc
MD5 1d1e08fb58f6755fd92a256a9f606b69
BLAKE2b-256 a8d7897ab3dfbe23a9952bbc3f247dd671070566a689aab7fff3d83b41d155e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 123da9814e371dae9f800e27492ea68d7f813a50e2f1aa349477d795823fccaa
MD5 77e75fda41dc586d9ff4edc4924d8cb5
BLAKE2b-256 7d31de4de2ee0e9ac77d8b8b7d40c26b9e1fe008a76df9d146c34d27bdba2d5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39acd9769e5ae350daf698c23fe6448510fdf8aa224475f38734247c1af448c1
MD5 5b835b58fbdd72003cdc27d7c8228d57
BLAKE2b-256 cfbe8d3db2dd64325182e8d4a4d91d6dd7be40e951423a24a8eff283ef31f753

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d0895bb35379da3d04af900b7860b3d47f58087b573d7157971718a667ad876d
MD5 4f3cbd30e7e77868fd7edd3529483ccb
BLAKE2b-256 73e8a9422698361220ed642f42cdab71c054949b15e6975d7fdae2a506c47f9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_qcec-3.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4835fab057bf3b15949a919281bfbd710948cc31a2fcc18d639e7d05e3e6c5b8
MD5 936ce3ade8c1da245c71a49f331f504e
BLAKE2b-256 1fcce45c7f119384363676769242b6a4c061ffe007f25ff8f58d48bb74a8e2ca

See more details on using hashes here.

Provenance

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