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.9 to 3.13.

(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.9+. 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. 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. arXiv:2405.08068, 2024.


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.

TUM Logo Coat of Arms of Bavaria ERC Logo MQV Logo

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

Uploaded Source

Built Distributions

mqt_qmap-2.7.0-cp313-cp313t-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.13t Windows x86-64

mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.13t manylinux: glibc 2.28+ x86-64

mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_s390x.whl (10.5 MB view details)

Uploaded CPython 3.13t manylinux: glibc 2.28+ s390x

mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_ppc64le.whl (12.0 MB view details)

Uploaded CPython 3.13t manylinux: glibc 2.28+ ppc64le

mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl (9.9 MB view details)

Uploaded CPython 3.13t manylinux: glibc 2.28+ ARM64

mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.13t macOS 11.0+ x86-64

mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

mqt_qmap-2.7.0-cp313-cp313-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.13 Windows x86-64

mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_s390x.whl (10.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ s390x

mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_ppc64le.whl (12.0 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ppc64le

mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl (9.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARM64

mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.13 macOS 11.0+ x86-64

mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

mqt_qmap-2.7.0-cp312-cp312-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_s390x.whl (10.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ s390x

mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_ppc64le.whl (12.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ppc64le

mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl (9.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARM64

mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ x86-64

mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mqt_qmap-2.7.0-cp311-cp311-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_s390x.whl (10.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ s390x

mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_ppc64le.whl (12.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ppc64le

mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_aarch64.whl (9.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.11 macOS 11.0+ x86-64

mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_qmap-2.7.0-cp310-cp310-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_s390x.whl (10.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ s390x

mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_ppc64le.whl (12.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ppc64le

mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_aarch64.whl (9.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_qmap-2.7.0-cp39-cp39-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_s390x.whl (10.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ s390x

mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_ppc64le.whl (12.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ppc64le

mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_aarch64.whl (9.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: mqt_qmap-2.7.0.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qmap-2.7.0.tar.gz
Algorithm Hash digest
SHA256 9af908dd4c4f9c0f5e80ef5bc97d8dd32e9856cdb723cdd47512d4c0870dc56d
MD5 386b78a88352df514ddc4aa810e68c91
BLAKE2b-256 babe6610526f1990f85a21087624336072ea370c7a1f0b66ceaaf1390a00fcc9

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0.tar.gz
    • Subject digest: 9af908dd4c4f9c0f5e80ef5bc97d8dd32e9856cdb723cdd47512d4c0870dc56d
    • Transparency log index: 138947775
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 123881f974f8b401b6e7f3a4a73a6070c59d43bb3705781682840bcb9184d1e4
MD5 65b8de99690b3add9e110e08adca6828
BLAKE2b-256 389ea23a0d2b6489c599c882179712b464584772627a91e7e67935e304fdaa2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-win_amd64.whl
    • Subject digest: 123881f974f8b401b6e7f3a4a73a6070c59d43bb3705781682840bcb9184d1e4
    • Transparency log index: 138947849
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5505fba66120c6ef71114ec05354aec7bc931092dd755e68ca19659b09ccd3d0
MD5 9d9b3436c85a86fc92ebbeed1e313e01
BLAKE2b-256 f479ac2a82a3b1039931f2d7b8b75ca8acf5141e919ba51f9fc78717c0bbe1db

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl
    • Subject digest: 5505fba66120c6ef71114ec05354aec7bc931092dd755e68ca19659b09ccd3d0
    • Transparency log index: 138947821
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 759b756a5c1751cab7a85656fc7fb86ef55f64738b74b6bb0317f1616e47c393
MD5 5dc4ddf69216cb0f74c49b2430950418
BLAKE2b-256 88f733be0903f5a0564243c8b633f77078ae1edf37a279e040096a0d5d71c467

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_s390x.whl
    • Subject digest: 759b756a5c1751cab7a85656fc7fb86ef55f64738b74b6bb0317f1616e47c393
    • Transparency log index: 138947832
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d71166c990466e1d3aefc498ea24fb18fe63609bcaba63083150c01228312ea7
MD5 854d84e69ef548c865e29362a5a99575
BLAKE2b-256 e4731a5e17c2a20c3cc71f8026e7147864ccdc83d85546ee93efe2ca95cda72f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
    • Subject digest: d71166c990466e1d3aefc498ea24fb18fe63609bcaba63083150c01228312ea7
    • Transparency log index: 138947807
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cfdf0d010ec8db981793a139f186ea797af82ec4db96f0fcd481aa9bdc273bcb
MD5 4b971fad0cb11a41e9e99184cceeabe5
BLAKE2b-256 0f186b79d5e6936878c3bfde9ea8528d7c31c6bca138fc455cd17a3d77e0d740

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl
    • Subject digest: cfdf0d010ec8db981793a139f186ea797af82ec4db96f0fcd481aa9bdc273bcb
    • Transparency log index: 138947786
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 32fc7bf5bcfb9db3b1da15a767823d610ee304098dd820073784f8758d5de6da
MD5 db37e1af829baaac75ec1dd6a38dc3bd
BLAKE2b-256 3d7a08dc6aab87faf879bc65f8ad771eb2245bb889f1f56d13766b33d5e55312

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_x86_64.whl
    • Subject digest: 32fc7bf5bcfb9db3b1da15a767823d610ee304098dd820073784f8758d5de6da
    • Transparency log index: 138947843
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 beeb4aef2ef068768cbc89de6907e0c23c6adeac88d5e3cb4b596fb11c5e9739
MD5 5354aa2c5c0bb525550e3b4d20a50550
BLAKE2b-256 f3e4b235fdd725e5e60b32d4025a9a22eccbc8bcd8492170dee450c67d473574

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl
    • Subject digest: beeb4aef2ef068768cbc89de6907e0c23c6adeac88d5e3cb4b596fb11c5e9739
    • Transparency log index: 138947797
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-2.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 50d971235354fc475c1647b6692dc2bdab822258c3e867882dfcda7024e31426
MD5 2c3e839daea7981b681658ab3b1f4c79
BLAKE2b-256 a949adabf6026dd9f87d481bb905a10852fff59f93bc20556f0fa20b4926fc28

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-win_amd64.whl
    • Subject digest: 50d971235354fc475c1647b6692dc2bdab822258c3e867882dfcda7024e31426
    • Transparency log index: 138947792
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 021bc2696e101089a28c3c49fe85627d1bcfaac8a5c836426a3df3729dd71836
MD5 8356c1977c0072c1a6e08d7377fffb44
BLAKE2b-256 2717f47d54539478f69d32e78a0369b4c3fa20d7c983fefc73c8a11dd4a770d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
    • Subject digest: 021bc2696e101089a28c3c49fe85627d1bcfaac8a5c836426a3df3729dd71836
    • Transparency log index: 138947838
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 7ea0a4ffd86df6c9144612827ff1d22d1d67d785035ff73c403e4acdc7c9e599
MD5 1fbdd21b14a1f030e061a41797435e9a
BLAKE2b-256 5681597c6d66273f523e8a985e01c4309f151029eecbefe91646ce707a47da70

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_s390x.whl
    • Subject digest: 7ea0a4ffd86df6c9144612827ff1d22d1d67d785035ff73c403e4acdc7c9e599
    • Transparency log index: 138947818
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b29fc4c1eda1d1ac9b1dbcd764028d6ba6106038ea8d1b7f2b0fd4e121dade79
MD5 4e53a214671bcad887c03a5b10b30232
BLAKE2b-256 f5cef3203dbedf80bbad61db931f20a1bf1e1da70f06235ea1879277201a7366

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_ppc64le.whl
    • Subject digest: b29fc4c1eda1d1ac9b1dbcd764028d6ba6106038ea8d1b7f2b0fd4e121dade79
    • Transparency log index: 138947858
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c31720a2b19d32e68050a91fea64ed776d4e52d27e0d9bb2bb6ab996919da39
MD5 faafa7c637b323af2ef75d4dc898c33a
BLAKE2b-256 d1d0056962e2229c0eda38187095f7d8f109b2fd3a76098ab0c71eb7cbef1246

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl
    • Subject digest: 0c31720a2b19d32e68050a91fea64ed776d4e52d27e0d9bb2bb6ab996919da39
    • Transparency log index: 138947799
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f903e64338f7c9165f454bf38df519eb740f466abac2258aa92ddd366a6d6ceb
MD5 387180c9326e118471fcc394fc5e3967
BLAKE2b-256 073f5a50688d84e7a281836c41b8e8ecb7f4a192164e1cf4a36a141f319bd4ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_x86_64.whl
    • Subject digest: f903e64338f7c9165f454bf38df519eb740f466abac2258aa92ddd366a6d6ceb
    • Transparency log index: 138947835
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c03e0b67cc2bfd66e25eb4e1611f0ba15b6bd84e83759225cd71201310a6aec6
MD5 bbc45f22daf191fcc092c862706fbd52
BLAKE2b-256 3b2a1c62b3289164c04cbb5379ff9398879aaf29909dce60923030a75c530f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
    • Subject digest: c03e0b67cc2bfd66e25eb4e1611f0ba15b6bd84e83759225cd71201310a6aec6
    • Transparency log index: 138947788
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mqt_qmap-2.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be6680e2456aa0aa2104367dadfe7fc59817d449dab8b0a4fc1f0663863fe7c8
MD5 912d9ae108dd0db92b2fc5b1a262c22a
BLAKE2b-256 5a69a3bfb0885c03f95874467388a10c9d120238eb4eb517da60eb9ba56a84d1

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-win_amd64.whl
    • Subject digest: be6680e2456aa0aa2104367dadfe7fc59817d449dab8b0a4fc1f0663863fe7c8
    • Transparency log index: 138947813
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bd6b5f303ce5ef1ef26d508ddaab43e9ef349b1dc1d6b73eadac6feba75bfb0
MD5 f087fba582caa80daec983ed89d6524d
BLAKE2b-256 c1f56d9b7f741c8efcf40c75d9e32e233dd9c339476517c3763a39c040aff8c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
    • Subject digest: 1bd6b5f303ce5ef1ef26d508ddaab43e9ef349b1dc1d6b73eadac6feba75bfb0
    • Transparency log index: 138947811
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6d9339c2416f39a81781e3fc10fac1f54a1f1c0759c43e7479935d0483b74e3f
MD5 1ca592532d9af3b3c38df891ced29111
BLAKE2b-256 dd1422b3dd63ac2e66a0c86bfc052a097929bafa1f4cc4e71d1838d5d211f06e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_s390x.whl
    • Subject digest: 6d9339c2416f39a81781e3fc10fac1f54a1f1c0759c43e7479935d0483b74e3f
    • Transparency log index: 138947856
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3f412e65c8f3487dc70767729dbb28586337634bf53e75283a52142670dcde3b
MD5 2658cbea540898e9b1cff7ab332febf4
BLAKE2b-256 5d830a0790d53f7394f5c89642d076a9a860a1023c22b1ea259444625f2e4bdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_ppc64le.whl
    • Subject digest: 3f412e65c8f3487dc70767729dbb28586337634bf53e75283a52142670dcde3b
    • Transparency log index: 138947820
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e8274a49400e661e4a1d6d2b39ce1658f013651869a54ff8602b132c2ad6ca3
MD5 400a477b9ef1f36b1f32943daf2b7826
BLAKE2b-256 4474c06f769526982f37831a6424d6b8d78fd461193efdb7761b57d85663297f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl
    • Subject digest: 6e8274a49400e661e4a1d6d2b39ce1658f013651869a54ff8602b132c2ad6ca3
    • Transparency log index: 138947783
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 26af97911efea3f70bd0954fb9d9353369e94a57abea972ca372a671b7cbf07f
MD5 829f698ed9306dc1271fd645f51449d6
BLAKE2b-256 e47398158680cc59a3c07baaebb37425018af79d7ee7a994d9147a0692c0f1d4

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_x86_64.whl
    • Subject digest: 26af97911efea3f70bd0954fb9d9353369e94a57abea972ca372a671b7cbf07f
    • Transparency log index: 138947824
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfebfc1068f3bee48f97515030a2151d33016b01b61e161e0f27a2e6bfcf7b4f
MD5 6c5830b65fcc633298b52bfa243c8449
BLAKE2b-256 124e9f53b14e3ebe660d5ced794704500d54c5efb0005576ccf469b62676ab7d

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
    • Subject digest: cfebfc1068f3bee48f97515030a2151d33016b01b61e161e0f27a2e6bfcf7b4f
    • Transparency log index: 138947812
    • Transparency log integration time:

File details

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

File metadata

  • Download URL: mqt_qmap-2.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9fdbe0498850b17c6d3de2bca546d5860021da62137c51ebbd43ead6fdf8017b
MD5 1e905d3469bd56cf95b887d5cc7756a0
BLAKE2b-256 112fcb60866d1ad777dc6db9f564d4325dece5f13e2d4348d26b33318efcf528

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-win_amd64.whl
    • Subject digest: 9fdbe0498850b17c6d3de2bca546d5860021da62137c51ebbd43ead6fdf8017b
    • Transparency log index: 138947853
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7695d351fb3d8814d684b014a880cebd826e519719fd82d8db6bc767ebfbc7f
MD5 14a91d63b22facb13b1b92f42ade34fb
BLAKE2b-256 a37a0681d52f2d806eae792fe40a4d97b3018e64e0800b6c4745f260115df0f4

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
    • Subject digest: d7695d351fb3d8814d684b014a880cebd826e519719fd82d8db6bc767ebfbc7f
    • Transparency log index: 138947857
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 43c3dc1ee6a57c5170ebe816df230f96f5effbd66cfce7de651d45d115f3dfba
MD5 17e134b781f017425235b2f920710cca
BLAKE2b-256 85217335caf743f4cc62245226a61b3dc42626d3fe08311500c0c0663244d7d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_s390x.whl
    • Subject digest: 43c3dc1ee6a57c5170ebe816df230f96f5effbd66cfce7de651d45d115f3dfba
    • Transparency log index: 138947789
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 60233cb6b520f403d2611e88c5f560b98bacbfd43bed5b27317bcbb448451f33
MD5 a920525dc3e7659c2469fdeec72e5900
BLAKE2b-256 c5692342ac4d939742fa914dbcd5c93927c1da4a7e69cdef0e168eb75207384f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_ppc64le.whl
    • Subject digest: 60233cb6b520f403d2611e88c5f560b98bacbfd43bed5b27317bcbb448451f33
    • Transparency log index: 138947777
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca3d52371f48ee720a73cffba44d28f9a87381df6031bf4c2bbbb35bc8fa18ef
MD5 fd81350d6c78af0e14c9aaa84309bed2
BLAKE2b-256 daa4f28871dc2bb26194540f937e543f431cb893ebc363d510d09d17cfac63e4

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-manylinux_2_28_aarch64.whl
    • Subject digest: ca3d52371f48ee720a73cffba44d28f9a87381df6031bf4c2bbbb35bc8fa18ef
    • Transparency log index: 138947816
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 883670f2778e80a6e7b92a89d38881556cb6fb41a9d583c3aea576e5743fb2b5
MD5 0703e0cf83a37cea287e5601ef74086f
BLAKE2b-256 3202efde28fbdfe6c41084aecdf1aca54eae4942710225da4cef1d4e94d0aaf3

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_x86_64.whl
    • Subject digest: 883670f2778e80a6e7b92a89d38881556cb6fb41a9d583c3aea576e5743fb2b5
    • Transparency log index: 138947840
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a334472e238e392cf487089cf7d2a0c3187037cd40fa2ce6ad5a10a6e91096e
MD5 4f1263f679a6faee822dc46fe50c0ce9
BLAKE2b-256 2a2fe56ca222a347d098c584f8bcf8daa5db576681d8efa98efa895972180826

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
    • Subject digest: 7a334472e238e392cf487089cf7d2a0c3187037cd40fa2ce6ad5a10a6e91096e
    • Transparency log index: 138947780
    • Transparency log integration time:

File details

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

File metadata

  • Download URL: mqt_qmap-2.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 052ed8310a979ec96ead90ff06bc4a4cbf89befd8a2fc8926929c7d3611c339c
MD5 febd58048524b86b4f0e3af7d5268f15
BLAKE2b-256 f321c2212c78683e6f3a35097c486de1c1e2e48226ddedc09d823ea0c5d47875

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-win_amd64.whl
    • Subject digest: 052ed8310a979ec96ead90ff06bc4a4cbf89befd8a2fc8926929c7d3611c339c
    • Transparency log index: 138947776
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1002de0b45aac1dccdc6921fe55d7cbe716f75c2e917902f0f5c80e52a2116bd
MD5 fda840f7a481a74f499bf37aa5895010
BLAKE2b-256 d6f46658a44cc7dff37365d49d8af3b6dd60bf85f5fb699c9db201641d32f18c

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
    • Subject digest: 1002de0b45aac1dccdc6921fe55d7cbe716f75c2e917902f0f5c80e52a2116bd
    • Transparency log index: 138947802
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6641a5d74b2900e85b19d74e628240dde152c1b403687fc62d4fa602ffbedf3b
MD5 7aff53a313c743f51a670b72821b802e
BLAKE2b-256 b7d84acbb13eb50375823cdd7c72a0153b3987ee1f0864c25cd227165cac5c5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_s390x.whl
    • Subject digest: 6641a5d74b2900e85b19d74e628240dde152c1b403687fc62d4fa602ffbedf3b
    • Transparency log index: 138947791
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c15ba1d6ef12e361db6eb53304f3762bd748c767cb580047951463e186831e62
MD5 343ff569fc32cc724ecb25e3d59520de
BLAKE2b-256 958f3b0429512674b144f8275da16843d400835a15c55d1cc4ae8d87f27e3880

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_ppc64le.whl
    • Subject digest: c15ba1d6ef12e361db6eb53304f3762bd748c767cb580047951463e186831e62
    • Transparency log index: 138947836
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d99b952299bddae132db106bdb0f377c8c86e057ab908a7d6e566c89327d271
MD5 b41b8cfc1c14fca35e3ddc8be6d072d2
BLAKE2b-256 d8586896e0f273e797e4568069f223fd8cea05e6d174736e2a4a79c67f27c030

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-manylinux_2_28_aarch64.whl
    • Subject digest: 6d99b952299bddae132db106bdb0f377c8c86e057ab908a7d6e566c89327d271
    • Transparency log index: 138947781
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 64f7d3d0724a677e2f56a08cac7bbf89f9546266d07ca68e118f3120e25984e3
MD5 a4423fb5234f1e2588392d284c592340
BLAKE2b-256 ce9de483e860768951a0b6c587fff401abd775684e342f3d37136859deac5126

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_x86_64.whl
    • Subject digest: 64f7d3d0724a677e2f56a08cac7bbf89f9546266d07ca68e118f3120e25984e3
    • Transparency log index: 138947804
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41430ef3b74588d9519da5639f17e779a4bb26fe61fa2745f889c356db2ca259
MD5 2b6b0c1e520f467b28f8a07bc79c4b63
BLAKE2b-256 1f8de368e0af2d116ba6ffa36b160ab3493951ee152ab8b68d8796bd0dd47c3b

See more details on using hashes here.

Provenance

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

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
    • Subject digest: 41430ef3b74588d9519da5639f17e779a4bb26fe61fa2745f889c356db2ca259
    • Transparency log index: 138947845
    • Transparency log integration time:

File details

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

File metadata

  • Download URL: mqt_qmap-2.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba697336e9505ef686db070c70f709afeaa12987e0e57134d03a68c7ed9fbfc1
MD5 604164c794cf5c83803719a55a8bdda7
BLAKE2b-256 793ed84b1d99fe966f9826484cfb58e62514d4591ae5d14769d6d1f3c02bacfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-win_amd64.whl
    • Subject digest: ba697336e9505ef686db070c70f709afeaa12987e0e57134d03a68c7ed9fbfc1
    • Transparency log index: 138947823
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 108b639aec3f8b54c5037baac20b3450ed919e0355adb6d9d529f89d898e8f2f
MD5 63c92ba91ff762dac9f23e90f150a396
BLAKE2b-256 f9cec8b2eb74fb0512e4e2c89f16a0e05e6760b1f03694555f0d2a7aece789a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl
    • Subject digest: 108b639aec3f8b54c5037baac20b3450ed919e0355adb6d9d529f89d898e8f2f
    • Transparency log index: 138947830
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 76c779facfcbf59e9d4fca012bac8c2a1c6e9b181539d787347d0450f1a0d04d
MD5 aa080701d015388a354ff7bea5c7a928
BLAKE2b-256 8b575fa86d7f739b25d1f711afa8c96b040d0991363c3aaad9e57e1bf8f109b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_s390x.whl
    • Subject digest: 76c779facfcbf59e9d4fca012bac8c2a1c6e9b181539d787347d0450f1a0d04d
    • Transparency log index: 138947809
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f73b91575dfaacf55ffd29f2ab1c71c9279b4b4475f6cc5dcc6a4e7732563c44
MD5 46dc835bd0cbf724519fd175b4617619
BLAKE2b-256 86f45d6f360814028304d55584e1b71f32dbf7a45b6eccbf0bce538364418fcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_ppc64le.whl
    • Subject digest: f73b91575dfaacf55ffd29f2ab1c71c9279b4b4475f6cc5dcc6a4e7732563c44
    • Transparency log index: 138947850
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec5f1c488731597a650e2a0528cdcbb179fcfcdb5452ab0663d4fbbe0c59cc7d
MD5 fc9c24530add31dab250662ec29b9090
BLAKE2b-256 f42c165ccb95ce0315c41fc222526e17ee2e51a8c53be2ba95ddd8896b996669

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-manylinux_2_28_aarch64.whl
    • Subject digest: ec5f1c488731597a650e2a0528cdcbb179fcfcdb5452ab0663d4fbbe0c59cc7d
    • Transparency log index: 138947828
    • Transparency log integration time:

File details

Details for the file mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5300492f9d7c81c491518a325baa8e2ec18f446a2bf241cae789ff171f24f8eb
MD5 f5ce0909a045797abca2852c4884af2f
BLAKE2b-256 b316ad54096afdbd902a3e834a12294b3881b37e2b09322df4e6c04ca1c77849

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_x86_64.whl
    • Subject digest: 5300492f9d7c81c491518a325baa8e2ec18f446a2bf241cae789ff171f24f8eb
    • Transparency log index: 138947795
    • Transparency log integration time:

File details

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

File metadata

File hashes

Hashes for mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b25a2ea5569920da70b80bb5f15dd6c4f2a440d128d9ba642c5e35d7aa160e7
MD5 4b05741a6229f2783d559bf076e18888
BLAKE2b-256 b7f1bdbf352743b945539f5fece996a1ab91fec0a20581841fc1a797577aae91

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-qmap
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_qmap-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
    • Subject digest: 4b25a2ea5569920da70b80bb5f15dd6c4f2a440d128d9ba642c5e35d7aa160e7
    • Transparency log index: 138947854
    • Transparency log integration time:

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