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.1.tar.gz (656.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mqt_core-3.5.1-cp314-cp314t-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mqt_core-3.5.1-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.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.5.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.5.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.5.1.tar.gz.

File metadata

  • Download URL: mqt_core-3.5.1.tar.gz
  • Upload date:
  • Size: 656.6 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.1.tar.gz
Algorithm Hash digest
SHA256 cc7cf4998138f7a046c184d46a7ac40f7b1607a81ed44b2502c5856a72b6913a
MD5 9bf7e87d09fa6a26b0a8117bc27df606
BLAKE2b-256 d35cfa92462bd0a2acfa5362dc5416f26ee5e0efdde5c7c5f9b50bd1746f9063

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9fe0b022f5f3756908220972cbfb817d76d6963e57e93621365dad2bb57616b4
MD5 f25e20f60ec353ed7be97ba628e185c8
BLAKE2b-256 21fb68c606f253aa98c00ec03fc7ea54ed8b5496cabf9aa2382132df917c06f8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d70f6d18e9ba2917f2b5b6de98f901c28aeb4f613795f077467590ae26079527
MD5 e3da839c487f701046d62dc3d9aeddfb
BLAKE2b-256 a9ff3cc7177dabea341b54d73371dfb73d1ff825a0130ee541be52f98427cb3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30cf1718cf2d9138a524ad8acde459e9e4524bcba7253fb53788b7aa9d2d7b61
MD5 db55d36fadc0b1eac2130cc0e6f021d1
BLAKE2b-256 e268e2d2706fecd1eec5fc1705a12c207ac80e844fcb56f02792b52ce3760620

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba7bcdf4e094e3d6e9bd760ec379004189cfba35c54475d16158dfe5bc188fb0
MD5 34de099e540fe8f725ac4a5cff7096d4
BLAKE2b-256 ad40e6a321209baea118a95a1a2d4f6bcf7fe9b1385a27b8f5d97781adad98cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b500cb0c5b66b880c3d2f7584f7f0a5b2435fc9944f24f5f5c73e7422b555480
MD5 b222619a9c05fdd81a5840b3b1ed9019
BLAKE2b-256 f9d5e87c213e55bbc97dd103601a41c1e1b0a9b4c53e4b8b72e6f5e42b3dd2b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94f5ce98f65ec5e2adee684d9acb8d60617de612970bbd298697fb534221b6f0
MD5 2224ebf65ce0a7611bb79b8f11b0fb52
BLAKE2b-256 d524638d87f2d6bcf43de7ab0d5444c5e3b69d9a6d03a54cf029fe8fe6ef1b21

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 037637a485005cca63db0622d64b9c81d157dcfe274d2bc18678458d5619d245
MD5 504a8db6fb28330d699bba8611de6b6c
BLAKE2b-256 d7c4274efab062b2f145e799a5e9baf8c1233f1b6b17b90fb11f15b83c15bc6b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b168766294b397c127c724ddca5c38f81fff40fd7974abf93a161d9d3d938297
MD5 a63cc9fd9bfb9f125625bc0a2a8f6938
BLAKE2b-256 70f6ef1dcb8754cf85debf066e3b8d657ac01b02272f138fe4195c473470768b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cca904768456231de0c0f1eb086889cc668122a83fe7e5e6e6b157502495ab00
MD5 911b642c0af1696b914e1392d5319c46
BLAKE2b-256 3a175ba20d4a689632b37f97f07d46ffe0cffa45a5f004a8fb5f6abe9411b3a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d9dd74dd9775681212cdbe9a95b11f0279a348238cc46bc862c7062ba32faea
MD5 c1071c84170e4a44fad4f10bfddfa9f9
BLAKE2b-256 7d918ad758a88cd3ccadb1150f7369571c25475e960a31312554aa4d6544f8c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3030ecba510afd65c89534ef2941d2d5154bfb27959c3fe64d4582786f138dd6
MD5 8f795089e69daf2dd1c414b58a011fe5
BLAKE2b-256 46a13802cc79e562804c98becad18088c6f62ba603d2dae5e703e57b9cc9acb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e81201510d02abd195872ee0908cb804fcfbf93bd104e26a55bb65b87e66aa1d
MD5 a79d0374e0312d671ce04d202eeb0a5e
BLAKE2b-256 10bb95a606aa7ee052c1f92c7377d3c13e9a9d1845731dd48c778855170008d1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3921d5577e7ec573ae7a4fdf2db49d9ab599e73dae922d77234574eb30206a53
MD5 e27730adeb098686182f4ed1051511ab
BLAKE2b-256 849024697912cfd1fa542db2c2900eb18e65bd03eb018dbeec4bdbe39aa47da1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f73a34062126dbde100b97b822db10d8b52495036d4b4326b49714e36a3fa0b
MD5 f2df11d385db8fc342084b6d50027f8d
BLAKE2b-256 50091c3855120a9ab463d8a760a379b49b506ddf2ceda6a0f9a32fbc70205a06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56183a6b29fe9171c188c6ef22bc3fa502c74b8c388a4e2bf71ec8ff4eb57e24
MD5 ab4897cfc56da206384bc946913a425c
BLAKE2b-256 79fc0347d60fdcba46f05502065b77a4aefbfb552fe0da30d13899f6c1ad1999

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6995b35aa020e4e20386bab921cbda921aefc3b80ba56ae9003fc4a4bf57ca2
MD5 0f4b47c82f5f948ed2f307a6bb65ec3d
BLAKE2b-256 1bd7a096a9aaea3eb124e2c6e9f8ba72c15b5f577581147b95f902225c897de0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 03a06898430f5bf77430a7c6d1e1308865bb579f1d11637bd79f36e7380cc314
MD5 0521dfdaae67fec0d0bc0e444e322596
BLAKE2b-256 9dd7a52421e7086b8e7676a2ea175fd1cda730ae77d9d584243c7f5beb680e27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76efb8dfdc284464c5de19dbe04b0461a97723de7e4f766631a78df1a55e42b7
MD5 62c45df016523b9d7dd9525b29b62695
BLAKE2b-256 f6df126dc5218c4492d75960b43dd19f384a0ec1a21e8197dba7edf1174b8822

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0961e09b07be0c4819e85b77eb44b7b98c8dbb93a9ac29d98f74a6d26dffff5e
MD5 11f13cbd5d6f15021b9987e33e255a66
BLAKE2b-256 94e43c2a7c78e9d39baebf4ec245e4ce9594e7afd1b9e6e6408cd46bda09c4d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.5.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.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d453a0526a11fafca0cc53be6ddee6c4b7ab43c64701b599260449d38fad3ee
MD5 43e7276e4da2abae5723a7617c06d643
BLAKE2b-256 85a048cbe8a29a333a96d82a7c3a02bb47ab8e142986bdca963fd147da47762c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ddc5b07fc4283c39caa7b5f3732ce025aff045fd2fe860ee3f93b7d1db2fc87
MD5 3d8d6a4b3598d670c07cca4eb077b4be
BLAKE2b-256 a32f0c140e6179ac2f17176f9d582cfeb69f19fd7082a65e7ea9e22c79285e34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a6477e7d60eac9c2dac43b5cd3da6c31fdfea44fea4c78c65585054450f54a2
MD5 443a242b496335fe0381158a7f420c41
BLAKE2b-256 9778dac5ff8bd9057b63668ffadfd7c8ffab9146493a7b4ebc7cadd1428a8395

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 34389bf28da6bbeee6456775ba73fb32c1569f153a1566b20153eb63b482d52f
MD5 b827fa9539137b445085ac762f52c8de
BLAKE2b-256 6e5140e173f136dddcf07cdda2b2985c2bbb4b92ca21c5063c917243ba77d2a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42db841d2a95cd76b53856ab968bcb191ae9123a2f5dbdc7278b2340cfab3ce6
MD5 8bbc6e95bcd240fddb9babd74d4878b6
BLAKE2b-256 6cdc0ece1cb5eb4d58ee1858442d7f596e5f3b86ea2b24fda7f40d3b97f2f62a

See more details on using hashes here.

Provenance

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