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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

mqt_core-3.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB view details)

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

mqt_core-3.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

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

mqt_core-3.4.0-cp314-cp314t-macosx_11_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_core-3.4.0-cp314-cp314t-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_core-3.4.0-cp312-abi3-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

mqt_core-3.4.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB view details)

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

mqt_core-3.4.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

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

mqt_core-3.4.0-cp312-abi3-macosx_11_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_core-3.4.0-cp312-abi3-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_core-3.4.0-cp311-cp311-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mqt_core-3.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB view details)

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

mqt_core-3.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

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

mqt_core-3.4.0-cp311-cp311-macosx_11_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_core-3.4.0-cp311-cp311-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_core-3.4.0-cp310-cp310-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mqt_core-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB view details)

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

mqt_core-3.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

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

mqt_core-3.4.0-cp310-cp310-macosx_11_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_core-3.4.0-cp310-cp310-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mqt_core-3.4.0.tar.gz
Algorithm Hash digest
SHA256 daa752050e1001cb72e7cc1fd0c0aeff8a526aefae29e414b26920739a4aa681
MD5 ac04183ca2e99d65335ceb5d4b50924e
BLAKE2b-256 bb6dc3b4f17a8e695d715379ad298d0e51790ad7e2a60f0f68f1c08703ca8beb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_core-3.4.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e6f1765f3569a533af790fbaee2c7a21a0a4b34611ff914b17a6c4dfdea08120
MD5 05432ae36609fed2732a69a0dc4fde25
BLAKE2b-256 24612b6e1ce9f3747d8cd336ff73a084ac1b5771111889467de214dbca3af8c0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.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.7

File hashes

Hashes for mqt_core-3.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2f51451a78b8fd4cb55c4a4d9b23f97c806305e699d313178fa3c8b9952fe558
MD5 7baa3c9717d5e106b2bace4f5c800bdc
BLAKE2b-256 b638232705301ea975356e06bed18e152424b5f48919961aa862275627689b1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 485a5133698c70c02430170bab46b88d24dd4188d6c63ebb3c91bdd3ccd7f782
MD5 f168498b2d138444fd8dc0e7f235f9d5
BLAKE2b-256 fc9bd16f996c915b23d8a58d74433dc1fbee55dbe0b40515c4a8e70a3c7f64f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8dbf325a30580cf2951774b3ab7fa539b7272a5a173ba25b98c753aac4faff66
MD5 440ab017fd818221ffa9cf9952319f5e
BLAKE2b-256 90a7736986cfdc0ebe3a74f2c732156484a6349a02dc389e0b6f7e997dcfbdee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3068fadbf7512d11f9ecb18e1e1785658657cd7b00759f1bfc67948d4af311fc
MD5 11d6df89127c16ad24131290bce4b565
BLAKE2b-256 8afbbafce65cbb74013df50b8c841bcefda9ab436965f7f7257c3c90c69c0b90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 545b8fe227d07d9c7c80868392dc9bb5c8902734809c3dafc565fd684dd785b2
MD5 3c7073066bce89b9af0a0f6bca067f13
BLAKE2b-256 84e55f7c5e760446ee0f820425de983c3f3476a5c6ab2fd8909f19941f808895

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_core-3.4.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 dcd597ff11027bdccecb243b9bf9055e7a8bc5f92af51349bd9a3051f6bd3c89
MD5 338f6de314b0c2257533e9375577e1a6
BLAKE2b-256 d73fb5970789acb4ac81efbf584c0e71341c61fec6a1fba8a37dffd8fdc6c37e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.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.7

File hashes

Hashes for mqt_core-3.4.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3c67121831eb9a6a82fb857148220d792463893063a6145f347a73d208d2b63c
MD5 f784cdcfc000d0d80718850700f5da2a
BLAKE2b-256 a347aa597c38630ddcfed4482f381bb7970c3186fe189fdd6463d2171c55554d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0b37033ac2a1e8325257d649f7014ccbbe516a2004541008cfca18f89124ff4
MD5 370d442497e38abe81d880b00e7de040
BLAKE2b-256 ffa4c61d64b69d5801d4cd4da23bb20042828e78d4ce9274f13032a5ca838981

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f86da5c06dd16e90ecfed2e328e655153e0cf336a6bb75effa74071a85d16f2f
MD5 6e488867bb05fdd4338f9983c0945c90
BLAKE2b-256 6e2839d9bf7563c48a1bb77fc1f489cc757e92fe25dffd931c909ff31dfcecaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bad7520308ea3dc528305b5e0610bc2053b67a6c7526a69bf69bda62551c4ef9
MD5 da66f064a774a46c0eed352251e84367
BLAKE2b-256 23daeabcece4479a59753ab51a9a259146419d5cb2a7547de7f7fde7214c5900

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df2d6cb96de949d90d5051dd8c85354cce308207d655ee2365c92f5adcea135d
MD5 7268f2955eced10dac003be47b64af2c
BLAKE2b-256 e1860973049ec3f15ae9e47bb3a5d0222110c26ef86da336932575403fe63f77

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_core-3.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ba9f687a96f6e42fd019e6098a7e54867d0173727613fbce92a893dd1f8f6950
MD5 b5866b300a9931062911e929b3383d02
BLAKE2b-256 d8e42640e3ae0e1eab43aaf0fca2fc4fdcd098059cf1f86b9b6ddd7a3044c72a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.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.7

File hashes

Hashes for mqt_core-3.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d759f38cf09dfdd822f170262b395b76bdd4da2144dc5fd8a4a1d8346f5c0cc2
MD5 33efab1a76ed7ed62e693a7d672f8198
BLAKE2b-256 fc674b7929ff1c8d7c127fd2aac0d2d51580a8c177d066d6b7288bedfdaea03e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10d2c477c74fc873d442df27434586011d4749a159cb388bb49daf4f89ac4ca5
MD5 b3301f128ac6909c807a4e887a6611ec
BLAKE2b-256 e12e484b9d559263301412bb7da49b5939b15fcef27f3c6c7a743f61ed2fbeb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31846c555f23b9f7a710f9a70fc1882bd63d3bd19430488912f543debc4e646a
MD5 669edb0958eb8718cd8456719ee96c63
BLAKE2b-256 90dfe3b6ef95b7181c9455689325da68e5befb7faa1f01cc19106435909ee9a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 226eab23b0b53a0018a435001a5d34b362bed8f7659939155e3ec58042b333d4
MD5 bf4ca9087b0b6a853a0823ee21b96e34
BLAKE2b-256 60d93bdb720b99764a7ab3da8f103ccdb5d20cc069c893503d11f018716b7d06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33cf21ad638892fa2fc6913840dca1e50cc531776c7f6b2fdb3cee0bad6004f1
MD5 7aa85c9b868de9a9a1906a0ad27a844c
BLAKE2b-256 40164a82f02632d4cc22070490399f37f5a0019d0e669c9c0f610283e0a54b29

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_core-3.4.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e1edc694f169b0f7b2a79b397efa6268349cddf94cbc396586c2cd68457bacfa
MD5 e5d5f33e45b0b9ab186b22528c541e2c
BLAKE2b-256 ebd78b5b7cd47df3bd1191bc58ce78dee23f0b6ac594e499121a984643ea9b55

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_core-3.4.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.7

File hashes

Hashes for mqt_core-3.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e49fd8f7b9ef12e4ebeed98a4bf8347559e938a0caec2f0b952e8a760cc4c60b
MD5 9422169356417364d15209f6b7db354f
BLAKE2b-256 687a4e413df061c1fa788205abeaff27ec5f40cb786403145fc505bc5a1b8d47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bd27347bfd1310e4496c4f79a72076bb2638425968efd0724a3a2cbf0025b9b
MD5 ab9011240e218b3686cdbc766fde761a
BLAKE2b-256 c408ae8859715f9eb6c16b707064fc0ea1171f3bc7804175b642b85571e4ef01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59fcd0711f49517c612946225c3b588448f8e0683f2a7aca596e7bc0eb48ed03
MD5 990f74fc9337fdc4809c3ecbd58814a6
BLAKE2b-256 c77819b0395b9568dc2d76056a998516adeed3775f98750a7a9bd988851be194

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 30176b938ae76544cf70be31cdddbf2de8c83d8035af7f39ce11d5dd46c77b4c
MD5 91019e39fca8749bb737a863e08c70a1
BLAKE2b-256 b7f08bbf1160a26f99799556a73a150873522ccb824cc45f3e9fdac44ecbd6a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_core-3.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c58e5d223d2f59ff9146970b8a5202e07718dd3ce2191291469b347019ced674
MD5 a5fe18aa4696de5e3816c8dab54de0f1
BLAKE2b-256 169b960d498f34f88df402a7b76a18eec8113c86f8c233eba7313a9e1530dff6

See more details on using hashes here.

Provenance

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