Skip to main content

A tool for Quantum Circuit Mapping

Project description

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.

(venv) $ 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

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_qmap-3.7.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.7.0-cp314-cp314t-win_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

mqt_qmap-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.5 MB view details)

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

mqt_qmap-3.7.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.7.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.7.0-cp314-cp314t-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

mqt_qmap-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.5 MB view details)

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

mqt_qmap-3.7.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.7.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.7.0-cp312-abi3-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mqt_qmap-3.7.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.7.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.7.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.7.0-cp311-cp311-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

mqt_qmap-3.7.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.7.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.7.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.7.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.7.0.tar.gz.

File metadata

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

File hashes

Hashes for mqt_qmap-3.7.0.tar.gz
Algorithm Hash digest
SHA256 c7d4a90e169ec075c285c845200ec57a555fe77130e73c6c1de95f25e88e4d4d
MD5 eaee7e72c27332ca601d96c736fb90b8
BLAKE2b-256 c336d04035031aac55f44d50f7a81256e8984acc8875e18ad3dd4fb3f3a69e3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f5442d30e6507c0e658f31d04a92b1bdcaf54dba30b8a821f5a65ec6c0d79ace
MD5 1691e70dbf9140d84768385eb88ed658
BLAKE2b-256 c03d385ddc05bbac02af4ebefb9c58001c86eedea8675e32fb03db3272093203

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0d41af0b3f0925f20640b9cc7a04f5553c9807cb124b94b4d88865d3cce3eca8
MD5 13cfc9c5e5803868e537c7575eb77357
BLAKE2b-256 ab55fae9c95ca5a2428311c0bbffabc1b5c8ded0287fdaa8d236d3988df31084

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4089f21531febad0f9e63f78d241c5ce661ead27ffc212eb3ebcc7ffe7648817
MD5 5ba45d1a44b48a21e31b504dc3a2ecb9
BLAKE2b-256 6b2ce4a9ffb222f408490b9ac3cdad97184784ff6b377a076a0dd552477bae9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97daf74dceff280f6d056f87f6063892422e29364189b3c8ce0acc43b62f6376
MD5 7de9576eee14c802de46ac278074a63c
BLAKE2b-256 fafe6980608078d456f2dfd6f17500b031d5c10eeae7604ae52b2006cfbab4ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3ec83bd66fc053fd2c08f060a6fa4992873da2e0985fafbf28ce19c115aa3957
MD5 b306270d02b5284f59513558a3f6f17d
BLAKE2b-256 4ea8a691939026668741578b31ae12a9dcd922e3bbf791b48a138b973115c0e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ac39d0bb33286707a64a8eb6460fbe8153346f45e453729e027335f5bfb99f2
MD5 50b6833647096b78a99ded7db4f4564c
BLAKE2b-256 a3a29f05afce89bc098d5b87a034373adb6dd47b3dc3ec2514dfc0e7f2feddf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 e03b099ee9105fb5a29d3b9bb086fbd39e7bc494c0906e7fcb3d3be41339eb81
MD5 fe00a35af0bebb454893e92583a20ac9
BLAKE2b-256 1f9c93fcefcf99a37433148df17172818849cb0dd24acaf180c80f83fcb599e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 f6a4da674a08c7a264977f7fb5ba0d637207363496e3a75a8727a236d2da0c21
MD5 5cc685d5eb03fa5cd893230090253ece
BLAKE2b-256 6e841acbc97de8c9aab199af420d0c16888635d2d8cda20a56687c2f89f099c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6adbc8ed1d5bc394091de6e5aaafdcf274ca1365dc6d2d5ac56f96c9ea8f91d8
MD5 96bddba259e63e9338d7c8e1b1526dc9
BLAKE2b-256 1c121be3699cfb15166ebff59f4b872a46d2f13e9b11c5a93beebf5d8dc89623

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 17c8d84e6bfa528d5bc5c3e0eec06d62f2c8a4020ab56efb65418089ed596035
MD5 2c75d3dba1076d8da1e750b0397a3b8c
BLAKE2b-256 7f0fe348018f39f6e705ff4cb3296bb1360f7eec0526944807f285ea882c42e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b7d1e7191a590dc7de0ad5ad05d0f797562119fff9f93facb7e131d5d48c3297
MD5 8692600ffbc8fdc9cc42bfb48767a5b3
BLAKE2b-256 75efea6057d2d18cbbc30f1396b0b8d2823a5892d67463f6071fe0542e2e1de6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84bec540eb897273e9535a7a90c266b8b98b17958d2a285572fd145f753961fe
MD5 dc04c3bc603a5586fbdc07a155549f42
BLAKE2b-256 b37b48d9abf64c9848a4923f008d40a8d964f74a7bb523760488742e969b4aba

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6bb98f03ed4f71e03d4c7c4a263a03d1bf8d0c2e71d0f200fab2f853daa4bd83
MD5 d5ab47f4bae1d51c893494aecf138b07
BLAKE2b-256 3540ce76c8e841172689429caa319671b013b739e0a78d8a754440c469736aeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0858b1f2cfe6ce37d4cdddf78db26336deeb5d3a90b7234ce7646fcc93f8aea7
MD5 ec6278f0ac58f0ffe3516b83deb70cd9
BLAKE2b-256 993a6bda823b6d2fa172b0b47058b3bdc4021e9428de413fff6c962f57f9639f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34cf970fb340eb9478a6729c3572129a92799379a053603105c182932b0f5af5
MD5 a0adb29cb82446c9d380e52ae43040eb
BLAKE2b-256 b9ec63b5f70f65a7878f16ce3cccf89a6215c9f89107a15b185e309ec56005f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca94db13b06b37c420f7018beb4f4082abd06ec86aa9819cf228389412034f0d
MD5 7ccb5836e553f4b21f1c6701176b0e76
BLAKE2b-256 c7d485ae15bb76c28871af335bb5341ce8715f780e59233e6fb5de3348480448

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1d3a13ea9f2d3ec973075d7b7a4613fe26d73ebf5215b41842822981d402d2ed
MD5 2efb7670ec39d93102a83cd8febd8acc
BLAKE2b-256 1f9658551d658b4ca4559774e9078dd7e72517f9f79b003e417041e7dc799dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 721b62c38478d3e359b5068185d59b7ab48a7bc8c9d9b3ebfd05901294169c71
MD5 aacd762d8f8959b3a967db09da04cd0d
BLAKE2b-256 0cb5f8d88af1c331127a094a345fb2920ab87d6c4dbc4f8bec43e0d190d4084f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3525b43ad93f9417aa48e4b29e2fa8748716a16f599e9abb560a750aa4a94027
MD5 9f001a7447cf47300df5e699df800519
BLAKE2b-256 2e2485841e42be315fbd4674641e06ee6ffb36fbcc6bb06d544b7146db3c57dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-3.7.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/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_qmap-3.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af8997feb53b0c778af48094b93d27619821fe551f5320fabbd44377ccaca8a1
MD5 be776eff033522c5eb99ee16bf580526
BLAKE2b-256 c1acf8c8da71266d31169003624172acd5b4d65ce25595d47a921f1bbd457164

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11bd76d0d9e5ac8c811b36cccf29187d64bac14c6a52b56c5164eeed034c4d1a
MD5 74895be3f4793dcb57be7b021e1c1b43
BLAKE2b-256 9777d9e55aaf545053ca08455378e356b8dc03498a18afef9dc7b2b1814da5ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb93a8a6f8d66f19bd075fd0a72c5844ac8c3f3ddf2eeb87e3cc4eed3b192f56
MD5 54bb09f340e474c5c6635cbf7fd71db4
BLAKE2b-256 4e7b5ddf5f27f28c735ac4ba46b67446da86f3ffaa8ae1105268d1b8be183171

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9d32578f76d9ec29cb7e611f4b3acdd7cccaa3d6ac8f7e5a8b75bb9514b9af67
MD5 06b192101b17cdb0a863cd7fb717abf9
BLAKE2b-256 2216b379968f110e5bb97746eb9c4c7424ced120fe00dfe39a338a0c18127a3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-3.7.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.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-3.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e7f5b59d561195e656d94f22159c8e9f036c85abeeed1c88b8aac74b85d94b2
MD5 47c898e05b468302ce770270f543e648
BLAKE2b-256 3f321a7b71bbb5d412d7d2f5c033504a025ae87575df2f3f1d11bcb0da2af094

See more details on using hashes here.

Provenance

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

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