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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

mqt_core-3.5.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.5.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.5.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.5.0-cp314-cp314t-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

mqt_core-3.5.0-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

mqt_core-3.5.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.5.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.5.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.5.0-cp311-cp311-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mqt_core-3.5.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.5.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.5.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.5.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.5.0.tar.gz.

File metadata

  • Download URL: mqt_core-3.5.0.tar.gz
  • Upload date:
  • Size: 656.4 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.5.0.tar.gz
Algorithm Hash digest
SHA256 fa07a256cb46a3f78caac6fc08c214681ed96a9259447d8ece9258ac384560cb
MD5 b0804c90d62c172db33da5b1c015e04c
BLAKE2b-256 b064d6bed803e3ca2b57c53da3b853f6482e5962d244fce60dd49a5e08946e95

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5e525996d300dae2a4563188dc1458dfcc935ae0656c5cae79bdf3a1d8ff852b
MD5 2021512a155da8bc55c0e7317d3f2b2d
BLAKE2b-256 8b027d35c8100ed0db0245d94151a27be789405e663b9296330c4e53eca5bd92

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.0-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.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 95d988dec8ef97aca8e3a85041063bdd0919ab5a24fe7259e67d864693ea52cf
MD5 10d8ce02fedb8613ec1bc4e71666385a
BLAKE2b-256 7715ca4559a98567da044be2f867d4c6e2bb437dffa72488c7c20052275e9a19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c34785ce1d84b51d42eaf05e0c79c4cf243f8e70099353a28d2aedbaca11ad5
MD5 bc67550078ec95e4219e3ee8673a6fb1
BLAKE2b-256 4c6921849b7548378270fc3dd229257323f6bceb93fd078b2114c1bd211ad015

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dfbc362bfc73ea4b1a0cdb7e87693a414ad4c4d6d5a4371db3c5b7210f5bf827
MD5 d5fabe2299be66249bddaec5dfbff62e
BLAKE2b-256 1c358c4f56cdb485fbab0c970eeb334fe8fda4f5d9f87e5c618f8ace3456500f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b76c00a44b8796cf6920725deec3f548ff3d5719b2b8f4a6bb74a831e3a0d931
MD5 09d603627a370ce6ec4281b2413a4667
BLAKE2b-256 d3035b723fd1d8c369990bab7650eec7548daf075d8fe459d8ef6f419579eb44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f18cf69bc66bcf208284c9cbc0d667c7057447f470fb7680d8605a65349de79f
MD5 4d7316e1e7f252500e15f8391c65f5a9
BLAKE2b-256 a3beb5b16a005c66880cc11c6a9a2b2793ded1e918995350f6eb01c9e3a7e647

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 d4277909071b9f5f6a4a4ee9ec3b539f872a567a14e86240a6bd54517518d87a
MD5 8ecb9ee36e1f5b3363fdd6b23f5de333
BLAKE2b-256 28c469ec3e45fa33c9f5f3eaec56f5b2e1875df9229a9baf78943ca141c14797

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.0-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.5.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e559c09cea77bcffb6b20ff5b5135a3db3dd6de8c5de878a319f63c8ec9b402e
MD5 613764e2403ddc1b738b3f75d3b31928
BLAKE2b-256 159f548345e811b7f7d6e353cdecc04bdf93995c03c5062715964d498b01db30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9937ec9962d1ab149d0837fbaf276a0476e7056419bffadfe8196f8058d35c2
MD5 f0ec65f82b03caa7b3e42bcf64afdc30
BLAKE2b-256 08b1ff2c67bcfbca3bbf1c71f589a6f26be3b329bffd20d455f131d0ad080c4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 407bcdddede1eb19e57601c952239c23bf6d55e35903f5022c0c640536faa947
MD5 5a5954c6a5abd54da424549bc8533732
BLAKE2b-256 3c51691b2639efa4a64188365a2178cdc1fc44a8505e92f33b5f4fbfbe26179d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 695638f56e26a5c41f67d08017aa554a50640950abc7056818493167d64b8bc4
MD5 8708c49c6c39ae8923052670a1e513ad
BLAKE2b-256 0058a989c14fc088dc8caa29bbb3122a9883978d566986575b86b184204d159e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdd4808b2d229eef953bd851353a03a4d4a07876de35e052048e6b3c845bb3d0
MD5 7cd08c14cd64eaee86633eca2d1f059e
BLAKE2b-256 9ab1960ed4444f322c56c0f0097914c1d14b8bb846cb7344860c769c7aa4c5c0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.0-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.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 efc5f4782bda3854c034a5b8d1f4176a08202cf6aeaa07035f08839d0fb5843a
MD5 07a44386914788fc2adf652c2ae7c355
BLAKE2b-256 a7f9baf26ed00ac4025d2a8596ee69d02f9d4d13d69023956c5941a509f30534

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.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.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9152f1b6c7c7671fff86fb50308ea11873c794864c5279968ee1c38a03b59874
MD5 e4e85e87d0b872c3bc1230c79ec254a5
BLAKE2b-256 f019495a8b7593898803b51b911d3e0e154d4310efe9f547cfa3d80d30cdcdb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 756a6c3dab138a9b49fdbac0495039668a3c677d924ef181fa3dd2eb105af035
MD5 679bdc5596c3b12efd6ab28784c757d7
BLAKE2b-256 ede0e70cf3d454056cf08650f4e80d956a85dd491b9e503123e9b49132acaea9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f4e5bde1d152d7c14b23227200f142ca9e53c7f9a61a3b6a0dcccf3860dc3a8
MD5 0349e373ce95762032ed1d7e3f609543
BLAKE2b-256 d41f54337eb99b74266e4d3d03e42c0b2820ce28e9a41b3f790a22f3eed5fe22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a28d0ea12bd3ff6441a8873f1f8707b24429a119b734a7f6754de3a1d5de9e38
MD5 affe8007f62efc7e15fb7e771a2baf79
BLAKE2b-256 043804759fb95826b6223bb5a571fdd0b7ae1c787c546898a6c5bd08dd26a5d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e943db3ff382d77659c937781104bd9f33673bf20790898278741bd1c014fcc4
MD5 e77558b9eea28309f54847d97c3e1bbe
BLAKE2b-256 1fe840383e417e19a8ead437d927c15ec44821ac9cde6b0b957bc7f8e5b2b1b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.0-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.5.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d6d9504ad129b02a50ea3615e32cf9b7845315af6a41d93e7394f23c2ec21065
MD5 860f01997cba8dde02d82a4f0fbd7c5c
BLAKE2b-256 01f65d58954d536f73937f31879d60d34107b9d476db26071b90d1bdd849c826

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.0-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.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 84fb57210cad84605c3ada5353a452dbf44327267e4d6b2b99dd2eb0fb262f65
MD5 84395e340fbd52e9deef5f7f66b9e937
BLAKE2b-256 b1db37673bc43ac69b8b85530b3c0c5351df42c4fb083343cf7cb8b9434b7c5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6f1f32bc5155fccd60e387d1d700f33bf28d0f00e335f34efbe826c7d436059
MD5 503e677a3f4f779052a78dd80fed53e2
BLAKE2b-256 2bbf2eb864ac99c505ba5fdc741e8ec5763a55342d6895cebba412f136836022

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41b1b3d496e2a4b2eb9d9882ae6ebfab61e301e022068968e4573bf0309b9b4b
MD5 d0253e85ed98be9301b2365b85db3171
BLAKE2b-256 ec5e04d93b545c2d4aa6032d899671f09ba6864192daa66c68fd56bb9aa950c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5c1ad027e6bca326b1961fdcc69e650dedddafb7dba533dc4d94db8564ff2007
MD5 082fbc39d6a5c668614b28f32e73a9dd
BLAKE2b-256 13f9a56630a41278f8bca0038398849fcf9d14274f3308644f837e77d9e1ebdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e618a8f025a1a48c72981740ece338bd668bc73788c2a807f1f7162f167a54d8
MD5 5a8698ede98cfb59bbdc90774e233512
BLAKE2b-256 d9a0739e79129b5adc4d09c4881673418f1b5ef9497a92caaefaf0d296d239d6

See more details on using hashes here.

Provenance

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