Skip to main content

The Backbone of the Munich Quantum Toolkit

Project description

PyPI OS License: MIT DOI CI CD Documentation codecov

MQT Logo

MQT Core - The Backbone of the Munich Quantum Toolkit (MQT)

MQT Core is an open-source C++20 and Python library for quantum computing that forms the backbone of the quantum software tools developed as part of the Munich Quantum Toolkit (MQT).

Documentation

Key Features

  • Fully fledged intermediate representation (IR) for quantum computations.
  • A state-of-the-art decision diagram (DD) package for quantum computing.
  • A dedicated ZX-diagram package for working with the ZX-calculus.
  • A QIR runtime based on the decision diagram package.

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

Contributors and Supporters

MQT Core is developed by the Chair for Design Automation at the Technical University of Munich and 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 Core a reality!

Contributors to munich-quantum-toolkit/core

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.core is available via PyPI.

(.venv) $ pip install mqt.core

The following code gives an example on the usage:

from mqt.core import QuantumComputation

qc = QuantumComputation(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure(range(2), range(2))

print(qc)

Detailed documentation and examples are available at ReadTheDocs.

System Requirements

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 Core is compatible with all officially supported Python versions.

The project relies on some external dependencies:

CMake will automatically look for installed versions of these libraries. If it does not find them, they will be fetched automatically at configure time via the FetchContent module (check out the documentation for more information on how to customize this behavior).

It is recommended (although not required) to have GraphViz installed for visualization purposes.

If you want to use the ZX library, it is recommended (although not strictly necessary) to have GMP installed in your system.

Cite This

Please cite the work that best fits your use case.

MQT Core (the tool)

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

@article{burgholzer2025MQTCore,
  title        = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
  author       = {Burgholzer, Lukas and Stade, Yannick and Peham, Tom and Wille, Robert},
  year         = 2025,
  journal      = {Journal of Open Source Software},
  publisher    = {The Open Journal},
  volume       = 10,
  number       = 108,
  pages        = 7478,
  doi          = {10.21105/joss.07478},
  url          = {https://doi.org/10.21105/joss.07478}
}

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

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_core-3.7.0.tar.gz (680.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_core-3.7.0-cp314-cp314t-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_core-3.7.0-cp314-cp314t-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_core-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

mqt_core-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

mqt_core-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_core-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_core-3.7.0-cp312-abi3-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_core-3.7.0-cp312-abi3-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_core-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

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

mqt_core-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

mqt_core-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_core-3.7.0-cp312-abi3-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_core-3.7.0-cp311-cp311-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.11Windows ARM64

mqt_core-3.7.0-cp311-cp311-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.11Windows x86-64

mqt_core-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

mqt_core-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

mqt_core-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_core-3.7.0-cp311-cp311-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_core-3.7.0-cp310-cp310-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.10Windows ARM64

mqt_core-3.7.0-cp310-cp310-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.10Windows x86-64

mqt_core-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

mqt_core-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

mqt_core-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_core-3.7.0-cp310-cp310-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mqt_core-3.7.0.tar.gz
Algorithm Hash digest
SHA256 b6dad03018624bbe44f0eeaf5bc8f4a8f9ccc241f08a70be6983f2f51fd8ea59
MD5 6301b5b58f8448c0587f8bd078ad95c4
BLAKE2b-256 67e9a9bde84ad0b9e4f3d142bf5d211859101348cc96c18f9cec5e45e1069ad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0.tar.gz:

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

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_core-3.7.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • 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_core-3.7.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e95d30b2aa9afb3ea03f8c4ce31058f11f0b8c3069df4ea7082b84e15a363edd
MD5 8759297e37fbc7612debd962ec63923d
BLAKE2b-256 0b1eef910579560991fa0a69c0c7d6d17d1e3e2e3ba66f7cf17bc96cb25ad0dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp314-cp314t-win_arm64.whl:

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

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_core-3.7.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • 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_core-3.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3c6734d51a54490d16de9f45a5bdd05bcbdc1ebf83f08cbca042add9e43c5594
MD5 b5365b6b9bc10329911c3303915d981f
BLAKE2b-256 2bfd673c808e77eb808c3f980af928f1db42a3cc189f32bb83286c56bfe77792

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp314-cp314t-win_amd64.whl:

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

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_core-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eab167445b041b258120b2a8b9a776334f185cb6108dce1c49985530b78aba19
MD5 28b57690a4421873714aba896f17a28f
BLAKE2b-256 f91bc800230ba42b7e658e65e359bf18fd2a51532da14e89331256a466c2e9cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

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

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_core-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b7352f1fe76cbd3150586a30ed9e3aa5257cc96596a4bd602b40cbe797340eb
MD5 ad7083f8cec600c28d5062f1d05bc0e4
BLAKE2b-256 2f7aeb8dd41c3783bd7072abb59db0077bfe7bd385e320e9c1035aa6ac218752

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

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

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_core-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 94b3ba6177ed0d7d3c012c9b590ad41a74386ab267fd6fe307769d6572943387
MD5 48dd9de378e7562b965ba7256aa54223
BLAKE2b-256 f39aca9c24007c5b62475e1c50a5061215037e129fa70aa51fe2e73623760559

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl:

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

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_core-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db344b721a6e8c3bedfe398b6a561fe8cb63d21ec7cf9142e58f3608b211deb8
MD5 a5eec8e674e711c387b4b84fd3a39fa7
BLAKE2b-256 3af0e0584f77b3474c1cb616adae56f4afd0552145812dd31dab48054e575ab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl:

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

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_core-3.7.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 7.9 MB
  • 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_core-3.7.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 70bdf26447fe42f033383646afdf98bbebfd319f917102dbc4a6b7d9809ba3d1
MD5 8575308b2ac6b6641bad90061052c791
BLAKE2b-256 a0a12571eb9fc0fa9eff770d32435fbe95cb23b9505ff225ac27e8b1a5a1bed3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp312-abi3-win_arm64.whl:

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

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_core-3.7.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • 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_core-3.7.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 eaaf3e4ec1bdb6df7325fd305cd47eb3607f4619d0702a56519fb4be93fd1459
MD5 b18e61acaa02a3f54da50f72a4157bca
BLAKE2b-256 3008f737a9aa6b795e095e8ad6621b352b12c83d5a6543c35fc57969222f029e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp312-abi3-win_amd64.whl:

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

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_core-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 baeda0bc20303948dfb27ae4f815fc66577f2c615c3f46ea9f4aca14e53619ff
MD5 a1760997e9e7151e1b70dbeed9589243
BLAKE2b-256 4323599c8192073b6891ec829ac44237d39843a9d6007da10e51a00a607a3aa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

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

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_core-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc27f85c8c8d700b7d53c1b2c6cb52ab12d8ae61f37a0b2c3999791af564b8b9
MD5 cdf23a2de6441eeb437a4266ef82f561
BLAKE2b-256 143cebf28553eb37b86368c4046963e8e2e4a2f0612a63072689579700236215

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

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

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_core-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 42a09e718ff9e801cd29422ec4e6bb5a39a923e9159b995647b9745f74fc5194
MD5 7c1de3f16cf3939fec10c57e0b531783
BLAKE2b-256 ffe3d5ac6f0db322fadf8ed2b1af9e726d748d1840750c3460f61e6d1948d3e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl:

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

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_core-3.7.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e0af92724e3cb331d88db7e1c4c4fce6296520603be694f86c8f74adb6620f2
MD5 5dc2b3d97861cf15cf4d669f1d5511b7
BLAKE2b-256 1e6fe5a9c767ea006416a309644a461130ca662d9e826e33e1e35da1d2fd4d3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp312-abi3-macosx_11_0_arm64.whl:

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

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_core-3.7.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • 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_core-3.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e331f150cd435858c51d72891e25e3e920c910d09dde08fd0f8341382a3bbf6a
MD5 605f7acc450474a22e636aaf58d41bd2
BLAKE2b-256 c25d9404802663938bea4564ca4e69e88b18e6988f1c4f11d117658922535255

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp311-cp311-win_arm64.whl:

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

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_core-3.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • 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_core-3.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7aff40d8043fb009ea7f36d160651891dc163c5813eca19cbfd6bba0333301b2
MD5 1a974b8cea0fb010d5ea981037b277bc
BLAKE2b-256 1fc660e2b6d3336e7b9d530864a82a401cde4c79e1863894603dba706cefa43a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp311-cp311-win_amd64.whl:

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

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_core-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3335998c93a601ef17672df239ff3e59ad4f0ba646f0576007c9e64483937b8a
MD5 4ef2df082f1cdc6afaf790d450c12179
BLAKE2b-256 76fa2252535dae7358324fac83267619017583011f000944b99fb3b35fbc78a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

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

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_core-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9058762975f8fd09b33453d56e2e81dcaf9f27635f15e97fb429b6780d206c6
MD5 984489b521821f17be633ad4f5211006
BLAKE2b-256 ca97dfa55943fd05d1c4b2a061db17b297d64a473d319b5abc0c38dd6eea9a87

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

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

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_core-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2cc1cb0cdc83cc352fec6fee71df9ed3c30c2cbdf163e0af59a3835f53eb11c4
MD5 1d268451ae9b67754e9447e865a56535
BLAKE2b-256 ac7ac1a5c5e4581442d34169b3318e85232682414af130f0b7c9a6a96be9895e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl:

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

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_core-3.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d101ddac7e704c1f2a18591be0ba05fd148df4de3be03327cc2e78e2f9be8fed
MD5 de1492e2c749a7df3b89a4eba42e3c13
BLAKE2b-256 bb7cb3f8595a59011951c63891dc7930fd70dd64dc438da99b5c054937c429f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp311-cp311-macosx_11_0_arm64.whl:

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

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_core-3.7.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • 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_core-3.7.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 99a546f8f653b23f1a16fc202f3cad588f70eb3c2ce581923e4da48ed3caa367
MD5 c433adb758ab96a4ae397d54757c2b42
BLAKE2b-256 5552166a3f17ae01e3767405a064dbbf21a4b70f1b668787ba7abdb17ca8fd7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp310-cp310-win_arm64.whl:

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

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_core-3.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • 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_core-3.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f30c4cb95555e20fea57d9ea96cc96279e44d3f7a4490cb62d20c9e375c72cad
MD5 2c6efb345d2683002d8cee05f761f499
BLAKE2b-256 e056da4deeb4137c751eab7e304bb97b37610098ff72f6de5046c82ee9ac3b82

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp310-cp310-win_amd64.whl:

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

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_core-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd537702e9ae4f0dbfa519808baec049230523c364adbb84b57e432800b60dad
MD5 91bf6aa27d37f3d45658b6d1d1447519
BLAKE2b-256 e436f9121569c19709478e66bfd7b76ae6d01cbd959a4cfec0e6e32b6983bdec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

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

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_core-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2de1a664b41eb59df7e422b491150e916a75e6bc8d74b1bfafeb2878d980af7
MD5 3d73a27c2276b1327ca466ffe8ea852a
BLAKE2b-256 e9079da691977f7c4f3dcbfe2acb66c6f71049c39c4eae676dbac76fba8668ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

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

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_core-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f035ebe4aaa5cd157299deb931346685fda7155ed766f34f549a4e29968f889b
MD5 ff765d68d7ff9d5bef4357af7d9694ee
BLAKE2b-256 fd206ce443751548b82d9c0bd46d28fed0ceba8760c0fffa8339a56756057b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl:

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

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_core-3.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c214906f6c44501f44d68735600dcaf9bef03ab82e8c28a1ec3598341a77a7d
MD5 e8a9df31d64a1914f1052c9ffa7d8330
BLAKE2b-256 6328b564c030d05327be870105de61e1d5c053351fc48ca1a758514708026819

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.7.0-cp310-cp310-macosx_11_0_arm64.whl:

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

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