Skip to main content

A tool for Quantum Circuit Mapping

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT QMAP - A tool for Quantum Circuit Compilation

A tool for quantum circuit compilation developed as part of the Munich Quantum Toolkit (MQT) by the Chair for Design Automation at the Technical University of Munich. It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

If you have any questions, feel free to contact us via quantum.cda@xcit.tum.de or by creating an issue on GitHub.

Getting Started

Overview Paper

QMAP is available via PyPI for Linux, macOS, and Windows and supports Python 3.8 to 3.12.

(venv) $ pip install mqt.qmap

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

from mqt import qmap
from qiskit import QuantumCircuit
from qiskit.providers.fake_provider import FakeLondon

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

circ_mapped, results = qmap.compile(circ, arch=FakeLondon())

Optimizing a Clifford circuit is as easy as

from mqt import qmap
from qiskit import QuantumCircuit

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

circ_opt, results = qmap.optimize_clifford(circ)

Detailed documentation on all available methods, options, and input formats is available at ReadTheDocs.

System Requirements and Building

The implementation is compatible with any C++17 compiler, a minimum CMake version of 3.19, and Python 3.8+. Please refer to the documentation on how to build the project.

Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions.

References

QMAP has been developed based on methods proposed in the following papers:

[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. arXiv:2210.09321, 2022.

[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.


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.

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-2.4.2.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

mqt_qmap-2.4.2-cp312-abi3-win_amd64.whl (9.5 MB view details)

Uploaded CPython 3.12+ Windows x86-64

mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ x86-64

mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.3 MB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ s390x

mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (10.8 MB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ ppc64le

mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ ARM64

mqt_qmap-2.4.2-cp312-abi3-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.12+ macOS 11.0+ ARM64

mqt_qmap-2.4.2-cp312-abi3-macosx_10_15_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.12+ macOS 10.15+ x86-64

mqt_qmap-2.4.2-cp311-cp311-win_amd64.whl (9.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (10.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mqt_qmap-2.4.2-cp311-cp311-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_qmap-2.4.2-cp311-cp311-macosx_10_15_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_qmap-2.4.2-cp310-cp310-win_amd64.whl (9.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (10.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mqt_qmap-2.4.2-cp310-cp310-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_qmap-2.4.2-cp310-cp310-macosx_10_15_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_qmap-2.4.2-cp39-cp39-win_amd64.whl (9.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (10.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mqt_qmap-2.4.2-cp39-cp39-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_qmap-2.4.2-cp39-cp39-macosx_10_15_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt_qmap-2.4.2-cp38-cp38-win_amd64.whl (9.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (9.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (10.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mqt_qmap-2.4.2-cp38-cp38-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mqt_qmap-2.4.2-cp38-cp38-macosx_10_15_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_qmap-2.4.2.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for mqt_qmap-2.4.2.tar.gz
Algorithm Hash digest
SHA256 6a99c478aecbf720e25155391d8435b05678caf96402432b2f69c684547d3805
MD5 bf2d784f6e49db9eb314e7d19047fb21
BLAKE2b-256 62debb91b190c8653b4534ca18fe4b098f945d939accb4e24d11b8a466a53e85

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e01fab91f28cca83e9c5b143cf5dc4faa514d86fa9d73e6a503dfc478081eb53
MD5 9df630f2ab1a3ec4944617f72cf3408e
BLAKE2b-256 a13649fb18fcdda31da1eed8ce605cc5b83473942f69d294d3f4a4d84fd6b686

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 718d7cf0274ce20ecddf39ac12ca161f6ef9309b066dbe4e756ac4e51c1d1baf
MD5 03a4b6b3b1a34e4a1c6513d6089ae258
BLAKE2b-256 28379d079eabe9447c6a635400dfb39d0cb5fa5df86746c59eb552a9158dfe45

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93f1fcfb513db32cca0d0319a7ad721a11f1f594b89436f9e8d777e2aeee2220
MD5 ce885582114051724f2b4b959b3503f9
BLAKE2b-256 a651aa3f4194e8b9c92c4ab0249c3fe77b832b59543f16b46439bab97429e5ac

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 297b787005cbb5c995cd1b1f5b2d01c9dc3f8345cbe883101883b27e8e73e33e
MD5 d94f9415928993a15507e805f93b93af
BLAKE2b-256 075d53b266396be41952cb9b22e524725cfac037c20cac1b620df6183dbf7ca3

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e6f13ea7caecd845f441b7ae324a85d62e6c3297b2e3d65d3ab5ee2092b3111
MD5 bcd29ad5a7c3724e069a73eac5a9ca93
BLAKE2b-256 2ede993e4e9675c2b1f6201cb44cf509fcbcf2b0674e25df7e8dd5c814be0289

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a28047d9350d07c306926f742dae7f2d4fbdd36aca2ef80d861b5952984519a6
MD5 57c952e1cee2b4a6b51671b8891f7f52
BLAKE2b-256 809919424ab4032a37f05c7b5ee81c0afc0b4f88421e8913e8027aa76da9d1f1

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp312-abi3-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp312-abi3-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 888d652d383b63cdc1e3eae47df6c4e79d0a101268c32239df63953416ced79e
MD5 efa637cf6e1b134f52f956046647af4a
BLAKE2b-256 37e2e23ec0eaacb9fdab86de15cbb591006cad89c67ff2b043312e34723480c4

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-2.4.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2640916a7e381788cc71091fd73be0efd99ac607d999f5bbd6fcbb1809e9d7a9
MD5 e5233042b4be69d35f369bae1cd8c51d
BLAKE2b-256 1d9f0459680361e9046387664f0ac8b9cad2bf8e3be519bdc4dfe6d658c35c7f

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0089f8551b118bd769b1a94d32ba290d1ed754b3d9039351d43068f7b225158
MD5 593a3cb74280c272e068634babbf6166
BLAKE2b-256 7047f989608b0f041d7ac21286b0af50b1d4035d70813d0472584c5f79f1ec0f

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 359b0f2c45e2193ee1203b463deaa6eab12ed95c784557feeefb13146f69fa33
MD5 8dbd504f4b2f3cd97899e92a64624aa9
BLAKE2b-256 fff11c2d9101eec2b4ba799e82c7bb5844de79b27bea4b2345d6f907c4cb2f89

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c56083b5575379b6b24b0aa204ff7bc096cce95757eed04103f918580594e6c6
MD5 b2bee53c514f6bd929fd86da9e3a07fd
BLAKE2b-256 2fd36fc4c616cb9a8f6cad9d1e6d9005ee2f87b0dd58bcf3dd4c2b90010fd9e7

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0420885a12453f4f9cc9d44da86bc9e74a257951eac51cf407745afcd630cd4d
MD5 b0258013885519ef4050f596301ef920
BLAKE2b-256 e3feb012eb4f2d86d492c97bf63dbb7fb86e936ca5d2fef0e94781d1acac5bce

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 384613819be19bdf815b97af10035cbe71c18e1f495e4558b6c63152c44408a4
MD5 89b597f327a3da3dfc702270e4f55caa
BLAKE2b-256 e66406d61f2114d3bd170722ec7715eb9645e21d7b65f601f4e815edb0a22dc4

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 762ca04e367cabe64f5d36b9bff4ce040dfebff2a5ef1744c7d283a10198619a
MD5 c4cf389a53366048b83bfefcb2c38bcb
BLAKE2b-256 53b9fc8da134878f0f121e09d7849ce9e71bc56d99d1f4257e44ba26d35f6f00

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-2.4.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cb87326fd4e3ca55acf9e0983494ce3a2903df975934a0885c07e604a14099a8
MD5 2bec66dbfbcb337f07145cd7134b6a0c
BLAKE2b-256 a61010aa9e03f96990a084da14cc718b6c0dc944f6c8ade787c8a690b6f9f8a4

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae50664122135e03c53564270a47c34c5e74606cafa4473df9664869bf52f8a0
MD5 a808b023b50f83fdb7174e6340d575b3
BLAKE2b-256 9ecbd0699a7cb9ceef6f02f36577a4e226caba5462b893599c99995adb1132b4

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4723c9f71e9d8b63f3c4748b525be9867813bcdba96c2a24398d540d2f7e6ab5
MD5 86ca3f6e4865ea0bb9bcfa40e5ed1654
BLAKE2b-256 1f82d4fdbe25d8b8ce65e9e40bdb1267a2aaa330b6724cd838422521ee48e33e

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7b70151baaa812317e14d5823d23f2c3c2287320cdd6cc61998980db112f8a6
MD5 d855a994f3b428b4b3d02bfd26d890c3
BLAKE2b-256 295f26042dc58b63c125911d0cc06ad6faaa31b283c9b75cc22f732def832634

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6721d5324fbabcd0c4e45a362fe7d1ef87dbc38ed36357effeeff73496b4d74c
MD5 dfefa4eb7df8708148c4a04c388b5fb9
BLAKE2b-256 9d158d4e063f69b5ddf286127fb2fea1d79c0f14fc31501ace010374cfeabe8e

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55e83432fa5429d6331fb714089525bd2acb3ceffca6ed0d8e095fd3562884d0
MD5 e74656641e0364726ea927a0d249cd45
BLAKE2b-256 f5f75c057a2f53cf273d5a0edccec61a10c9da755bd9f582f4500547d70975b6

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 60a0ac15704ce5dd00956a06ff976d29ee5007d3a07381471f84c4811a83d4a7
MD5 e28b9ecf7cf6903c39f5a4c2ec9324de
BLAKE2b-256 b34939a0c5d681065d96431857724a6d3fbeee93f3f02f0818002c500c5590f9

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-2.4.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cfd0a78ceb19b06bc46b866731d59baef4cd8966ad486478e65f0aba7d8b7cc7
MD5 f7cbeab3c907cb70fe50d7e3cf9a40a3
BLAKE2b-256 7c89917c123b019818777ae8b52bcbc7a89b2042aa40c6981934750af36c7530

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8389f1db555017e5f085cb9a405af0f909366bfd11f75b75a8a4426ec8c67074
MD5 9e08870845ff10109caa899d9d60667c
BLAKE2b-256 07b22f30b2457b8afc997f67989f017ed4302d18a89a72b0a6a83fe636e8774a

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2bd19d6b4cc684aed9da85416db252901c2f44c738ea1cca03c31e75fed1715
MD5 643ed898a5c9da6051728be902541315
BLAKE2b-256 b05738fdb1065d2fedeab15b7f1b2d6c5aa5983bc6b4aa01934c0201c24eee89

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 db98789e75307ebc3ac892d5905961297681bb96b4fd4ff2641a245bc2c99f09
MD5 0c3a3580f0ff9ffb0d0dff822c0098a2
BLAKE2b-256 d10150213d0330dc8fabdc01e1f9b93a66857f6ac222083becb8b79fa6fdf2ac

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b21d4d1c0b0569787f2ad8c2015ec2ee3f6e6d2a946342f73c20e0bda87a8cb3
MD5 a5f028a979f409a7f07410cb76d039dc
BLAKE2b-256 80d8932f8ce582294f4e628051bc89f5822f137ff6ba65fbff8fdd0cf0035820

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34b5d22f6d0b85549b33085e90e074a8cdfa0dfe245f651371f1c0a1d458ea05
MD5 7daf1c06dcf91bb95826b985c71242ce
BLAKE2b-256 441d545617e723882161a600a32ef2a68160b7c4d437832201cc16ac3d1ead45

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 786beb2e0d8326911c40354a0ca136a10af82b2a183b387e77515f2e0c470c4b
MD5 315317cd2b4d869547e74fe4ba94e142
BLAKE2b-256 373d5bfc6b5bb5dbb19f68eafd8e45fbec4404fa0ed4deebb5468c048221fe01

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-2.4.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bed2e2d48f46d0aab9f94f799f5d1881c861d29d411f11af5b810423eaa409cf
MD5 326b01709b5a8280be48bfcedb17e0c6
BLAKE2b-256 31fa79ea89d47d104af7e6905d1e06c928b27765c97adad52bd221ea2a81582e

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a65b250eda4b9e3f14c78f3b223ecd5f019cbe2d0dd6e3cb43ab30b3f018bbc
MD5 445714b6f8745ef1c36193396c3f9d67
BLAKE2b-256 761472fccb792d635d3bf1e2847041711d1009640ef21d7a59a15fe239d28475

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 35789ac7ec12aef489442f70602a6f90a5e0a1c2fb8a35eb49a726721263f4bc
MD5 0d79644411f5956ebbc0683f0705cb10
BLAKE2b-256 12e9bac4943b935f6d415d7bdbcca870eeb2786039b78c8f51c7af57f5cc44d3

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3968c50a65b327153a59b9cce1dd96414cf5099f153427e27edee0a8f5dfcbd6
MD5 f3c6a2ae826d8ffeaf437754f4c724b5
BLAKE2b-256 ff6a49aa68fa7b223028cc6643babd6854b2530083372d0457edb189839b53da

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e05dcea2f5d6cb76832b39f6601feab31158fee4917e3df6bf3e7665c04da3f
MD5 ed0b009614c146c490d622095ba2eb04
BLAKE2b-256 c132060af693e8da73a3f4300f354c320556e36e9d7123420bdec8db05228866

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53ae0e22cc79ab88c2d0f25144d23644a23b05917d87c094a212ec5830652982
MD5 ded47d4b67dd524dcbe3135ca912f689
BLAKE2b-256 7449720d985e6116cf89903eaa564bb11fdc62331e5d6b3c8a97b70fef87aebc

See more details on using hashes here.

File details

Details for the file mqt_qmap-2.4.2-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.4.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0d969923c0809e37a4294e8478cacada542610ccd49cf5c76ef25c08591cdb92
MD5 a4ed09a1c63d60f51e2850d3dfa805f2
BLAKE2b-256 8167c73b34e9589a89a69d9600a0b2a08f1d9dc26230ae795b46d4ea02898050

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page