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

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

Uploaded CPython 3.14tWindows ARM64

mqt_core-3.6.1-cp314-cp314t-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_core-3.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

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

mqt_core-3.6.1-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.6.1-cp314-cp314t-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

mqt_core-3.6.1-cp312-abi3-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_core-3.6.1-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.6.1-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.6.1-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.6.1-cp312-abi3-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_core-3.6.1-cp311-cp311-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows ARM64

mqt_core-3.6.1-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

mqt_core-3.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

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

mqt_core-3.6.1-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.6.1-cp311-cp311-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_core-3.6.1-cp310-cp310-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.10Windows ARM64

mqt_core-3.6.1-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

mqt_core-3.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

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

mqt_core-3.6.1-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.6.1-cp310-cp310-macosx_11_0_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_core-3.6.1-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.6.1.tar.gz.

File metadata

  • Download URL: mqt_core-3.6.1.tar.gz
  • Upload date:
  • Size: 655.3 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.6.1.tar.gz
Algorithm Hash digest
SHA256 ce26f34bc0a363a795c8f95a2aa19341104b2961f3a2a4e2a19e2229e9e7dcd5
MD5 d21047e55385967a4440f8b1fe97688d
BLAKE2b-256 6395e1429f163a477845785a71d6dea92dfa1675d5228c1a01135f38340436ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1.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.6.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-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.6.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 31df5b87f5afc09bbe3f815df434f0306a56b952b4f5dc2599e4d53625031b09
MD5 997cae0c606d16d6012df80ed86b0422
BLAKE2b-256 0a5d4e1e3e2ea7cab9d093a865c0e2b3de0729257e4eaff8abcd654503e43aa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.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.6.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c5c7a2bdc0ff010672501cfc5735a547d9b15cab4f1604a78c687b69924ab25f
MD5 2955fa272854ab912d34156ffc1f1fb4
BLAKE2b-256 6cb74b9b70f914add8961fb736008618ea28f93b5acdba19878fde7d9fd4f30a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e4183e8ec739087e5f94319bfb054318b184d6fdaab2bca5207745ff89dae09
MD5 1d3287872900e518f8d2770c202d6882
BLAKE2b-256 7a9f87088625f8d5426caf4a66bcc288e1833999c5dd3e9718604117821b25ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f7459aae9b2d80be7b32e3317d3fb86f5f5977b27c149de1e6d68c67d4c80b71
MD5 d6c236af8664a954c32a7198c09807c1
BLAKE2b-256 ebce3bb8f5f64897fc1d70d637097098c1ada7abf579a93f8d66e392a3eb5e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0ef1c62495ed4b110f3bce89dcf0a21a1353f64010cccc1ec71a50ce0cdea26e
MD5 65791230826787635ffeaa40d69c8b02
BLAKE2b-256 a70f53b37b867d077124e30907bc520a80ceab0ca045f7687ea3aac301eebbab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c103a008405f4b554ee7bf092cd26a7d46cf7425c5ca8fa9b0a2e0004c4d8fa9
MD5 05521cb88d8aaa07564ce8dc921bc05d
BLAKE2b-256 3f12f50cadbb52bda38a4d727a90d5542c64078da8b5f0f18f36938e41877bd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-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.6.1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 9ed5a594426937520bc2b3c8f92a5a52cb37df8a9d55661e1a6d8ec37d169b39
MD5 34fb7f24215632aa348ed78d16c9c980
BLAKE2b-256 c61c5f054d1c0a1f3be73135bcb324ff5c1ef1312fa2d94c78a88b7e264dec0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.6.1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ef594511df7596c23c61d96adf8d3f805ee81aa1afb52fc589d19b2b036d88fc
MD5 bb8aee78fdc0ec42d0abb382c233bc9d
BLAKE2b-256 5ae48d18330770afe008a5f26598e5b8025404d3adab04d8fe3e590576fd31aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba1cf804ce909a7f9301759cfbc83b0d7dd6234752504f24185a39f616078bfb
MD5 34363f72995394b02e2e7abd18f809db
BLAKE2b-256 a2dfde19e1e6f9f2b0cfdca08af28ff033a883a1995185724de8812728d45f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7ff7726627bfe4e779fa74397b89d9e686543a99ea2132d588aee7da6ecc89d
MD5 8718e510dd3f3a059f158e28f7e14121
BLAKE2b-256 bbc11e4596f76d52e56b96849575795be5132320c7fa39df1dd83e1eff9f7d4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ee0433a5f4a22e6542e86558e29665219415aad730f699c555743d8fbd38a110
MD5 2cf13834db364dceaa0ad2de39d08286
BLAKE2b-256 8f45c2af228132100238121b256c84172acaaba3c4f68b45b0fcfab2a7684910

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8136975d84f3ad721a01e4461dbd15e8ae00630e8cf8ca000e247c68d44b32cc
MD5 6f2d4797cf7a42b56ba9b70752b6bfcc
BLAKE2b-256 77c1423abe9632f79a8174d87b0b3f60d08d8e033e5c947c1a35e8cf7f4b4b33

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 7.9 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.6.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8520f7cfa3b5e7465555fe06c3c1c17c194cfca92a06ac3f1bdf3c7660c1ef88
MD5 0b098927bf47f50a67543567b7d7321b
BLAKE2b-256 587ee9ace3e69c3613f5e1b73e5497cc94c451c259ab66fc3fda077f908ffc32

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9d607b34f571500dbf0fb1ecb5f5ef95139dc32d57461a1cd0614387af778e75
MD5 dc8f04958f4f9fd59b8a1b03bdcc68ee
BLAKE2b-256 59b580713df591091312e3801a5ecb84bf93c2996dfb0dbd9a912973ed3adc9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b5c1b9750fa3e8447fd1bfd92b599688d3dc8574d3e70d1264c9a40b1b7be94
MD5 a8683df470728705d0370c5f5c9e24be
BLAKE2b-256 20f93cc61de4fab97611c89d5977156ead60eb48c2721b8d4126d0ff1704e73c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bb184b52c318b3b9d5db97fa006120cbe683a8fa9cd80790bf24b67489cd204
MD5 fd34001790af1c3026b378c596c275ad
BLAKE2b-256 fadcba457c6db680a6e9aa84895bb25da826f03fb6454cfbd496a6c0ece3a9da

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2eae0ed0d4233749a8831bbeb32948da4031566acb742212b3681ed208289159
MD5 4a73e5c15673a1f88a8c7cf53a9a10e2
BLAKE2b-256 753d9409c8f111c119722a8909bbfc92a7a3d8e4377e058ccfe62a46bf61ac09

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27b80e793f27a963417cc06da908a31f51fae07722a20cdb5b32edd8e0276be1
MD5 37d1e744918b8f919164bb86ae543aa1
BLAKE2b-256 48b0a5a7450a9ffaff0ae8de49f65cd24c63901e3fee3dc740584c09b046165c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 7.9 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.6.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 74d03c9782cd2be1a7dc9f35a06815faf924caf9cf6572da815bfb59425f2c56
MD5 fff5b9847cf28cff41291196fdd23a73
BLAKE2b-256 b867fdc2331352e35d938b276416008be7ffc0178eb66276b1445bc3a3767897

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_core-3.6.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1275e6be9f4198ffa16df06443df081ffa0d9016edd5bc22f2e5fb6866d692d1
MD5 bf8cf1c45e6744e5a709bd3ecf0f0803
BLAKE2b-256 dd7566776318b8399d3ee0e995cc5415b17e3b86d0debcc8f2b94054a35fd550

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 181b62397c04f30f4b482bfb588b1e08ea21d8ca6a78a94d45c8170d3dd0ade4
MD5 b2ced2c137edf99f01807717c151de1a
BLAKE2b-256 b166971c7c7e5f570899fbaed56b43523698faa0b46c575e9be114fd6a7c7eca

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87d93dd7a1f2a45083facc5e376b40e5c4306703eb5af56f9381678244226061
MD5 a1f312032d7f5fae9a14d90abe1cd378
BLAKE2b-256 71ac1cb831f10d1be99114c8df214ff96bab3ffdc9913f4494984ce3398e5f5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a5e1c7f5f2522471700e908c8e2dc1963c1458e952a6814f021e0ed13724035d
MD5 a8c061d9085bc4d47f53f28e429d7933
BLAKE2b-256 90ea2d5529b1d6983f5f20ba5e095a4a2476348c5faee92cbba847a69a8a48e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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.6.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_core-3.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79de9549084ca6b107153b9fbab5987354a50c5ce692930b40679a4416f74c6c
MD5 613b05693156d25275f1922a5f2f43f0
BLAKE2b-256 18e03e362a11e4103dd4c456f381daad92c5f18a6c467426999f58c480ba2cd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_core-3.6.1-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