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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

mqt_core-3.6.0-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.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.6.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.6.0-cp314-cp314t-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mqt_core-3.6.0-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.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.6.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.6.0-cp311-cp311-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mqt_core-3.6.0-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.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.6.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.6.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.6.0.tar.gz.

File metadata

  • Download URL: mqt_core-3.6.0.tar.gz
  • Upload date:
  • Size: 655.8 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.0.tar.gz
Algorithm Hash digest
SHA256 2dbe472147ec86e0edcf0c2a967c0442d05584c4ae3d01731fe9f059efc072e4
MD5 660a720b8ff657ae0e91313e377ca86f
BLAKE2b-256 c8f8ec9d6d4a692f32813102d586cda4e9ecdcadbcad7dfd21c186de38feca6d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 82be66f32d48da249c392e1fd8d10fb03c83dea9757952894c12b74fe34f69e1
MD5 a4676bd0e5e4eb0b9688a53eca0b01ce
BLAKE2b-256 f2d49f34094f5d42fda7b710ca3a2975bd63b617dc7a6a68608e9ff04eba76b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e53f24fdef939761f358c97501e44a66003223fef4489a9cd00687266c85025d
MD5 ddfece993ab4fb2891cc0d5968e40d69
BLAKE2b-256 e9c9409fe7076f0208b808975cd84e255ce53eaa1b34afd68091334b342c0fe9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb417217947f087d691084cc34aa625d36f944acb5a770d948cf1d35de431226
MD5 de5f46f4251568c8c6a5784b3ba5aa69
BLAKE2b-256 46a3d8ed824b58e3ca741471394a8677b78186f31eae3cd590a6461e9cc03e4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac2e4aaf2b3197efe80a918cb6b7c9dab3f667240c32a545a7a7ed71b2efee42
MD5 8ad1c2f88ce10b9e78486325b111f57d
BLAKE2b-256 4b0647937da4edd6a2cdce91926ee97fc88ad6995ef17ace4ca174a53f5aa4f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5279e2a7ba48d1415efec12899af42e09db027babb40f19442899c486bb18869
MD5 bb308cdb3a009826c6365abc6efa37a2
BLAKE2b-256 dd1e8e388fe7333c9d77f1b79dbacacb7f407c6f731a198cefbef645e63e6752

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6dc4f14bbd5efc9d900fc366ac3cc3def7f5844899f56316f76a7cd0905e6e83
MD5 a31fdf709eea11eca849542c43689fcd
BLAKE2b-256 3d2eb00289503eddd53b69c8316040c3b3a65f2757be139299088f931279b3b4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 ae4a84bdcf5cec02c8217679fdb69a36d94583df6a7d5ec1fdcd0ab80ce00299
MD5 6b354bf42fc056191348d89af67108a5
BLAKE2b-256 491e322975fbdb4f33324a2d5bb62d25172c2186a3311b2a8623457cf7ba3b3f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3b7d51d3e656cd5c176c7a1f7fb20afbda29d6b74cff501d8646dce438ecf108
MD5 8be394aadaf5c11080da8446bf80a26f
BLAKE2b-256 4f925356b721421e43d5dc243f720ace7f23a09451c9d12506c5cb9adef7117c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e134444b2fe85030c91ae6fcc1fc4e970bfa0deba7bd14ef631e3f64c7786995
MD5 06cd2caa26ae5eae0eef094f20160d67
BLAKE2b-256 67b09446a377f7d6f7bc493c70d9514ea11d5d1dbb4e61dbb90fc409fb9ae877

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa6ac3840d751f8aad3be665d52b2d316d9fc579edcdc2a2f7d93b36200435c1
MD5 f1286978df8fca12a583d9c382dba842
BLAKE2b-256 a332554bf20bebf472319668531b81c577c18943dc40ea2be2ad80675655a775

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d94958d1ee57c102310b404fb3e37da2d95e444c47ddbf96d5211fdd57473822
MD5 28443de208d5f312fb20757a191fb825
BLAKE2b-256 4aa768f74bc094d830904ecaba0eb9b1cbed76b23d48cac0e33b554079db97d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d595ae9c6ca9b66534d72d42f8241a6fcf2912299c22232d7e6986599b1130d
MD5 3812b06d324c4675aaadde7e7036a4a6
BLAKE2b-256 81472af71210b5083c176353591a15956e2a3b9f0c444664f9a6ff150da8cfaa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0ea8a4a0c8d7de0768635c3cd416fc0df2a1a9920f3cc9baa89545a8b20601a1
MD5 fc4950339364e4b148d52e5b79ae2f4c
BLAKE2b-256 3c0bc618e3e072baf38803ff9f4269481c32cad9ba312bdb0f56f8cb194dfd94

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7293e1b012cc3c33ae685aa427424f2c3a847ce0839e21d62a35d48574df32cb
MD5 07ed1a3a6822c69084e6e234bb2340ed
BLAKE2b-256 420b2346cf625a639e27604195e7dec974813b889aa2f5ec93ae98d46905a7bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98b8586a740547902a92bd158929d8bdf18123499d10e91c7697d3d8bda185ea
MD5 fd37322f7d71ad9e6bded32db07d4e19
BLAKE2b-256 88cf5ceea2843c51bc052eb1d288ff242596f0475ca3171274ea8633c0a53cbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 012436d2d3c637f9285878144d2e7e4389972b9e475f501b371e9558d438859b
MD5 f9923605784e0b71c70c674d189461af
BLAKE2b-256 28484b91fcc15a7e1c8e64313e83ab99758f60a25b0443774d21e50315b74292

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e668103182b73eda319c4c591cbea66d0c9ca7afafd0fb0d0eadedcb6643c846
MD5 7384a13d48fbd68d7b606fcb39dfa0fb
BLAKE2b-256 07b5e0bffdeca3e5a97105cd813acf62d4d47e3ef8fc5c9a3dce800993b68a50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a55a33366996d59fd9fade56493816bacd61abc15abc34799e747923ab46b068
MD5 6b2ec48cc97bdc3d7a6962a4d9233250
BLAKE2b-256 8ed08df2f2e33ce32bfc42ef0668294bf815824346791c26e069469d3b27d672

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d394685913fab34ca5d87b54cc0e3f13d76b2e0288d333095b50301f69a83ceb
MD5 554a5b021e8d6d38fdbf80f0bda49ce6
BLAKE2b-256 6c2117de83502a46063c4a755be35eb571b48076660ce258e43ee2fda4ec73b5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.6.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.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bc65e766768fc4ba7f3c71fd8a4529a4b64e6478702151972b2674550e201af5
MD5 7e12e046634611a4626df13babf026e0
BLAKE2b-256 ea6efed9e4979f3d12cd4f69d8ca9310b9578d4c7ee791fa8a6d645ac0bcad53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b1c3267fd8e119a8d3059a615c0bd4c227199e3278a6addd36148f0dff2cd8d
MD5 d630704cd52acf8761e34ca5b955d4d7
BLAKE2b-256 32cd48b74d75eb70c8a8d041c07be0bd1aea36766027da933e70f20095cdb06b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9f1087aaede8af439c4aa2b44c47a1f7ef39844a98d68a69d6dc76c1bcbdc7f
MD5 f9e057a974cb8ca9a2b2dbbb77ac907b
BLAKE2b-256 19e23f3ba7a37d45f4fcc7ad08f941a21c121ae41420368d2e7757aa77a556a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 39a67a3828512a397482bba98d99a12d41c258e298c9154b31b48969b0b8bd76
MD5 822b7aa39f3a8a8fae90b7202650a689
BLAKE2b-256 1f02b6ecb58c7b2a766f5dd639f79b1bb10cf8354b4f0fcf62ffb0aa5e85dbf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48bf7670d85b9361d219cb5c58eab0f0ddfc3042d4868ab7b9f8db167774873b
MD5 539ded4e0ad0f9b9eb3419caab2aaa57
BLAKE2b-256 fcfc0e7b4e81c8671522ca8771bcdf7f5446a7d3e375314efd31377f919e250d

See more details on using hashes here.

Provenance

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