Skip to main content

PyPI OS License: MIT CI CD Documentation codecov

MQT Banner

MQT QMAP - A tool for Quantum Circuit Compilation

A tool for quantum circuit compilation developed as part of the Munich Quantum Toolkit (MQT). It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

Key Features

  • Exact and heuristic circuit mapping to superconducting devices: gate-optimal MaxSAT/SMT-based mapping with Z3 for small circuits and scalable A*-search–based mapping for larger ones. GuideExactHeuristic
  • Clifford circuit synthesis and optimization: SAT-based depth/gate-optimal Clifford synthesis with optional destabilizer preservation, plus a fast heuristic splitter for larger circuits. Guide
  • Zoned neutral-atom compilers: routing-agnostic and routing-aware flows that place, route, and schedule atom transfers between storage/entanglement zones. Guide
  • Neutral-atom logical state preparation (NASP): SMT-based generator for optimal preparation schedules of logical graph states on zoned architectures. Guide
  • Hybrid circuit mapper for neutral atom quantum computers: a hybrid approach combining superconducting mapping techniques with atom shuttling. Guide
  • Python-first API with Qiskit integration: pass QuantumCircuit or OpenQASM; one-call compile() or optimize_clifford() via plugin wrappers. API
  • Efficient and portable: C++20 core with Z3-backed solvers, prebuilt wheels for Linux/macOS/Windows via PyPI.

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 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 QMAP a reality!

Contributors to munich-quantum-toolkit/qmap

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 QMAP is available via PyPI.

uv pip install mqt.qmap

Compiling a given quantum circuit to a certain device is as easy as

from mqt.qmap.plugins.qiskit.sc import compile
from qiskit import QuantumCircuit
from qiskit.providers.fake_provider import GenericBackendV2

circ = QuantumCircuit(3)
circ.h(0)
circ.cx(0, 1)
circ.cx(0, 2)

arch = GenericBackendV2(
    num_qubits=5,
    coupling_map=[[0, 1], [1, 0], [1, 2], [2, 1], [1, 3], [3, 1], [3, 4], [4, 3]],
)
circ_mapped, results = compile(circ, arch=arch)

Optimizing a Clifford circuit is as easy as

from mqt.qmap.plugins.qiskit.clifford_synthesis import optimize_clifford
from qiskit import QuantumCircuit

circ = QuantumCircuit(2)
circ.h(1)
circ.cx(0, 1)
circ.h(0)
circ.h(1)

circ_opt, results = optimize_clifford(circ)

Detailed documentation and examples are available at ReadTheDocs.

System Requirements and Building

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 QMAP is compatible with all officially supported Python versions.

Cite This

Please cite the work that best fits your use case.

MQT QMAP (the tool)

When citing the software itself or results produced with it, cite the MQT QMAP paper:

@inproceedings{wille2023qmap,
  title        = {{{MQT QMAP}}: {{Efficient}} quantum circuit mapping},
  author       = {Wille, Robert and Burgholzer, Lukas},
  year         = 2023,
  booktitle    = {International Symp. on Physical Design},
  doi          = {10.1145/3569052.3578928}
}

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}}
}

Peer-Reviewed Research

When citing the underlying methods and research, please reference the most relevant peer-reviewed publications from the list below:

[1] R. Wille and L. Burgholzer. MQT QMAP: Efficient Quantum Circuit Mapping. In International Symposium on Physical Design (ISPD), 2023.

[2] A. Zulehner, A. Paler, and R. Wille. An Efficient Methodology for Mapping Quantum Circuits to the IBM QX Architectures. IEEE Transactions on Computer Aided Design of Integrated Circuits and Systems (TCAD), 2018.

[3] R. Wille, L. Burgholzer, and A. Zulehner. Mapping Quantum Circuits to IBM QX Architectures Using the Minimal Number of SWAP and H Operations. In Design Automation Conference (DAC), 2019.

[4] S. Hillmich, A. Zulehner, and R. Wille. Exploiting Quantum Teleportation in Quantum Circuit Mapping. In Asia and South Pacific Design Automation Conference (ASP-DAC), 2021.

[5] L. Burgholzer, S. Schneider, and R. Wille. Limiting the Search Space in Optimal Quantum Circuit Mapping. In Asia and South Pacific Design Automation Conference (ASP-DAC), 2022.

[6] T. Peham, L. Burgholzer, and R. Wille. On Optimal Subarchitectures for Quantum Circuit Mapping. ACM Transactions on Quantum Computing (TQC), 2023.

[7] S. Schneider, L. Burgholzer, and R. Wille. A SAT Encoding for Optimal Clifford Circuit Synthesis. In Asia and South Pacific Design Automation Conference (ASP-DAC), 2023.

[8] T. Peham, N. Brandl, R. Kueng, R. Wille, and L. Burgholzer. Depth-Optimal Synthesis of Clifford Circuits with SAT Solvers. In IEEE International Conference on Quantum Computing and Engineering (QCE), 2023.

[9] L. Schmid, D. F. Locher, M. Rispler, S. Blatt, J. Zeiher, M. Müller, and R. Wille. Computational Capabilities and Compiler Development for Neutral Atom Quantum Processors: Connecting Tool Developers and Hardware Experts. Quantum Science and Technology, 2024.

[10] L. Schmid, S. Park, S. Kang, and R. Wille. Hybrid Circuit Mapping: Leveraging the Full Spectrum of Computational Capabilities of Neutral Atom Quantum Computers. In Design Automation Conference (DAC), 2024.

[11] Y. Stade, L. Schmid, L. Burgholzer, and R. Wille. An Abstract Model and Efficient Routing for Logical Entangling Gates on Zoned Neutral Atom Architectures. In Int'l Conf. on Quantum Computing and Engineering, 2024.

[12] Y. Stade, L. Schmid, L. Burgholzer, and R. Wille. Optimal State Preparation for Logical Arrays on Zoned Neutral Atom Quantum Computers. In Design, Automation and Test in Europe, 2024.

[13] Y. Stade, W.-H. Lin, J. Cong, and R. Wille. Routing-Aware Placement for Zoned Neutral Atom-based Quantum Computing. In Int'l Conference on CAD, 2025.


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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mqt_qmap-3.9.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

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

mqt_qmap-3.9.0-cp315-cp315t-win_arm64.whl (8.2 MB view details)

Uploaded CPython 3.15tWindows ARM64

mqt_qmap-3.9.0-cp315-cp315t-win_amd64.whl (9.0 MB view details)

Uploaded CPython 3.15tWindows x86-64

mqt_qmap-3.9.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.6 MB view details)

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

mqt_qmap-3.9.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

mqt_qmap-3.9.0-cp315-cp315t-macosx_11_0_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ x86-64

mqt_qmap-3.9.0-cp315-cp315t-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

mqt_qmap-3.9.0-cp314-cp314t-win_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_qmap-3.9.0-cp314-cp314t-win_amd64.whl (9.0 MB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_qmap-3.9.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.6 MB view details)

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

mqt_qmap-3.9.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

mqt_qmap-3.9.0-cp314-cp314t-macosx_11_0_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_qmap-3.9.0-cp314-cp314t-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_qmap-3.9.0-cp312-abi3-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_qmap-3.9.0-cp312-abi3-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_qmap-3.9.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.6 MB view details)

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

mqt_qmap-3.9.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

mqt_qmap-3.9.0-cp312-abi3-macosx_11_0_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_qmap-3.9.0-cp312-abi3-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_qmap-3.9.0-cp311-cp311-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.11Windows ARM64

mqt_qmap-3.9.0-cp311-cp311-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qmap-3.9.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.6 MB view details)

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

mqt_qmap-3.9.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

mqt_qmap-3.9.0-cp311-cp311-macosx_11_0_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_qmap-3.9.0-cp311-cp311-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qmap-3.9.0-cp310-cp310-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.10Windows ARM64

mqt_qmap-3.9.0-cp310-cp310-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qmap-3.9.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.6 MB view details)

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

mqt_qmap-3.9.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

mqt_qmap-3.9.0-cp310-cp310-macosx_11_0_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_qmap-3.9.0-cp310-cp310-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file mqt_qmap-3.9.0.tar.gz.

File metadata

  • Download URL: mqt_qmap-3.9.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0.tar.gz
Algorithm Hash digest
SHA256 7e3051f2ecf57ba06de8bf3ffdb092ae1cb22bf6dcfb63ceb8cff12c09ac136a
MD5 52d62011cef3d07283a0922f9a9c258f
BLAKE2b-256 564dcf63816b075aba60e73dab02a294f599c23f68e976773b851d8b9ca9b33f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0.tar.gz:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 d388a6f2e4ea5d093ebacfe00ab4982794e621bcdc13f1bca295cb44033b9ccf
MD5 3e9ee2d942285c9f9089e7f6818ca927
BLAKE2b-256 efef09b36c3f87e88786a062ed08aa91d9b55949192f2ef096445ba7273290cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp315-cp315t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 fdf815869c3de03eee90e3dd43cb1f1a872d459eae376c98cd73f42ace07616a
MD5 40b995c9693de7c6815986248ac77f79
BLAKE2b-256 de67d957aaf1e746228de2e9fe8deb72e0216bfbd5da481d818d5159d05c7858

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp315-cp315t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 804a1db85f7ffbf90c2a08ef982516c62aedf19f14306f875c7819d4bf8ba9bb
MD5 59a7542bd6664c9d20e10796a611ec3d
BLAKE2b-256 ace6c72b6a34a59872a985f26309efec9c6a1a0ba01ac82f09cef8cd071ee489

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d9c66329eb138e07c069c0ab9aaf9b496790c6872326fbb4d5498b1b972ba1b
MD5 7ff99d9f719af4931a631dd0f521bd50
BLAKE2b-256 3f5b2e4414a0f6356fce680277794f32cd554503bd3eb86adbf0f7006a163a3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp315-cp315t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp315-cp315t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 94e6a8de84590aa411a3611c82466757fae09a3e7d59620bae0b10f903cec3b6
MD5 c3078196a4f5f09aafbc4f0e3d67cdf4
BLAKE2b-256 239f4d4ace7f81fc64eb319104dc011a2cf9ed6702d141db9150cabe23952b7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp315-cp315t-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afc317939547da1a67ff8da4d15448d4c53f52a4ac63e64cf4f114570982b72a
MD5 5538a5df5f61fd606b2bfd7ac0750570
BLAKE2b-256 52a553120917de071015b9fd2217998e31fcdd921db2bc45fe76db811f6ae9c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d2a78b46851d824165148ae58351b1f310a033d19d85a7a39f5fd1454cf1ff94
MD5 9575ed0f52fa24c88e520a4029efe004
BLAKE2b-256 02b24b3e875d5b28c1d9a228f07c2a63ac5d04d1d152eb559b2ac5ab5716b278

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp314-cp314t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8fc479ade581af256afdccd7caf18b579ba74f88a78c815b10ae6c3ac8081fd9
MD5 37b5e7160d4c6ec76e19fd9c081de382
BLAKE2b-256 78d492b3744b84eb026461f713e25c9836464af0fb91a5f355db784b60866d80

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp314-cp314t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 872304204a3a58f5504bc1e1c04bd50fda2773e3ab0f176a49767840f9936601
MD5 351855b2dd3efbd7564c604e04d9148a
BLAKE2b-256 0d8fd97b60e233b9b9125e2415361bf9cee1a655d64ec58797a066cd2c02c3b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3f0b6301d985a36d37bd796e98d3a19bf3ca7399e40fdbbb340cb3d08e75baf
MD5 483ca44c574f77ec23420c967d41cbac
BLAKE2b-256 08403955eb2f842e65f1472dd8d160f8cbb30ddf927724ac953108c72538b595

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8f0819f1764bbdfbae9dedf91dc9157d3e91171478546b409c365fbf211738a8
MD5 d43b0d6eb667bb5a3cd21d1b24363dea
BLAKE2b-256 e0bd5d4ead376a51d85641f47cf6a1e25d18b29eda2e2d9af916ac00bf1f85ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acf69fd0b1fccbf9aadca4fa55f176ae65db79286b955287b57442fbccce2375
MD5 ab112594715b21b4d655d2f447cf5a29
BLAKE2b-256 70086146e7607c9e2d2b9f51f1004281c6e075020ac4a4ea320e601f670ba3f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 fff375fb7ab0108ab3720308c3f4f95b72cd6a958c9eaf4e9020c43f017918b1
MD5 6a9695239c52233a5284cf83d1ac6143
BLAKE2b-256 6cdbfc06366d819576ec0fe660512f4b99527340db270f9838b2d622ca96e8d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp312-abi3-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 53a568e1da31366ae0854ae585534f1874cd5fc10c0fc17d704e002a542a6716
MD5 95e3023621125a2e10cd6a067317e9cb
BLAKE2b-256 37564cd5f53ca936c9a34ccd259b2ad9dec9d15f147e89b1e103aefbb903712f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp312-abi3-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c32f1026cbc69475076583c7216498ad7415c8710438a57ead1f33578085c826
MD5 68fc4843854304da5f7d3313b8b0bc3d
BLAKE2b-256 349addd9e1d2e667191114352559fd471f6d279e0c20f5e66a90afb3d4776d07

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4ccf6d3850ea6ecc02f3157d8bceb65599bfd3aeb64683a4b355eb405113275
MD5 cc595c244959f50aebb5b1c05fc36409
BLAKE2b-256 0d2ade47dacaad7aea2204c39954a7304dc7b1a0716e08a9460007bd34d37bdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 02c48582ae88d1cd4f46d42ff59ede9d4fe814b5db4a8006ccbf553964226de3
MD5 08b83da218a571374ca2289e593171b3
BLAKE2b-256 cd66f594b73d2bda393f240c5ddc17461e670abd731851e64a3c59e7de9913da

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp312-abi3-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf5e4055fd40569da8af11c12a7c09473b6c5687f949602fd27c1cc5c660d98e
MD5 177f5060690eee79386b9c099b35e8e5
BLAKE2b-256 544cbb3cf9147758670f7bab36ae5ed58d15421eafc760752a4469a8caa81a73

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 62503aa8c9b6ce4682fa1850470702bfa0b901560c2920950124be0232cabba2
MD5 e209caefac8c18b7742d316c525c43c1
BLAKE2b-256 1876de9218f2d3dd910a769189980c0ee1ccae20a547e675e30f18ec165b6098

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp311-cp311-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7f1312bb1cab3c56dd651bee457e9ca25c7e4d06aa4876bb1ec0a1ba5a077322
MD5 fcbaff6d32a7db742b0f7f9e87a8247f
BLAKE2b-256 865f00d7343e747f385b60ff8c02fcd87cc5e5237e61c03ad11303a0e2bdd6a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp311-cp311-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf8d5b9bf846faec8b481a7278a3a9150063a17abbc9ce4ea6b7b9814ac13446
MD5 a752fcf13cca4a99e80f27954f2350d3
BLAKE2b-256 091627a3edaabbe5930b2ae4b70299941538e1bc5beb45fa3d528019f4af88d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1296d42e75b3fa1ad143a47c4a246e9319f331828f7220a221e9b21f6d0522d7
MD5 62333c29ebde15c432ca0e4af95301c6
BLAKE2b-256 11bdd002f76311407b603eae8ffce33351e654e0c5d5996809c3f8d6689e959d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5fd9d6ccc3534a5db0ec149099e9a1df4c7acb6b526bb347308650c0751b7d2c
MD5 d7641e04ac8141041f38c841934d0490
BLAKE2b-256 a97850f48a44f7de95900c493709b410471cb3fc0d759f25766d4b75df56c6a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88b17a4cafc9114f23a2b7ec398a3724468fc7e705852add86bea3475ca26bff
MD5 fad8a59b5fb9954cd730e90393fe8bf0
BLAKE2b-256 01a9f4bfde21e1d26d25faafb3fe912c3fee6c11d348d80082ebaa9b16bf3826

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2e31da60cbfee86de19b213f4075188ae3757fc7a5da254ddc6ed78b6d326fb7
MD5 ee42e41efa7eadad74fa8b976a1e63b0
BLAKE2b-256 330fa716461120568630fd9ee0761be6503f5b48cbee546b3aef0e950b55616c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp310-cp310-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_qmap-3.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5b19da27d9c7477d6225716ca0a9dc3c525d9c189dd335a00d6092beb85894b6
MD5 6ccf2c40cae7d5e8865f5a7e58c17fd2
BLAKE2b-256 66204b5027a371eea70b2e152e0fc41edf86c9866bbf2d928d993b1185a6825f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp310-cp310-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 20496523f66c30d0a6fe7955e09524cc33c61c8976dcbc73a9ee800e0a25c4f7
MD5 51ceee50514615286f7346c0c75879aa
BLAKE2b-256 950af71bc00fd6cbca708934def6a44cf925a2807a071e9af1bfe300f75b33a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 639ef7d0b25c611ea903758b301aa17982a377b2bb093f8be5919acce4a424d4
MD5 4d7048342ff08b5b6565629ba250d750
BLAKE2b-256 93c14cb1a873eb779b49a52b9860bb457e09931252d3f87c4fccac14c0a70a77

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7bf14a78658f6645f83eb06ef4c474ff15fc311b95a8cbff808a375fcf1ad915
MD5 1ce07877b90e8c96d2f447be9ff3bd0f
BLAKE2b-256 f9aaa5b2bc49dfe8727d08f24867beaab1ce412e1ffbeef23829effcf9655b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

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_qmap-3.9.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f116eb064a3b8989d203009a976c335046d95949cbcdd66e7731e75d77590e9
MD5 5563b6c6c23e70c4408412ff22bf5702
BLAKE2b-256 82b2e83fc4c4828ff2d8913eff9d00de0e817e49bb9f694a5cf254574801fa3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.9.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qmap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

3.9.0 This release

31 files

3.8.0

25 files

3.7.0

25 files

3.6.0

25 files

3.5.0

22 files

3.4.0

43 files

3.3.1

49 files

3.3.0

49 files

3.2.0

37 files

3.1.3

37 files

3.0.0

37 files

2.8.0

43 files

2.7.0

43 files

2.6.0

50 files

2.5.1

36 files

2.5.0

36 files

2.4.2

36 files

2.4.1

36 files

2.4.0

36 files

2.3.0

21 files

2.2.1

17 files

2.2.0

17 files

2.1.4

17 files

2.0.1

20 files

1.12.1

20 files

1.11.2

15 files

1.10.1

20 files

1.9.1

20 files

1.8.2

19 files

1.7.0

19 files

1.6.0

19 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page