The Backbone of the Munich Quantum Toolkit
Project description
MQT Core - The Backbone of the Munich Quantum Toolkit (MQT)
MQT Core is an open-source C++17 and Python library for quantum computing that forms the backbone of the quantum software tools developed as part of the Munich Quantum Toolkit (MQT) by the Chair for Design Automation at the Technical University of Munich. To this end, it consists of multiple components that are used throughout the MQT, including a fully fledged intermediate representation (IR) for quantum computations, a state-of-the-art decision diagram (DD) package for quantum computing, and a dedicated ZX-diagram package for working with the ZX-calculus.
If you have any questions, feel free to create a discussion or an issue on GitHub.
Getting Started
mqt.core
is available via PyPI for all major operating systems and supports Python 3.9 to 3.13.
(.venv) $ pip install mqt.core
The following code gives an example on the usage:
from mqt.core import QuantumComputation
qc = QuantumComputation(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure(range(2), range(2))
print(qc)
Detailed documentation and examples are available at ReadTheDocs.
System Requirements
Building (and running) is continuously tested under Linux, MacOS, and Windows using the latest available system versions for GitHub Actions. However, the implementation should be compatible with any current C++ compiler supporting C++17 and a minimum CMake version of 3.19.
MQT Core relies on some external dependencies:
- nlohmann/json: A JSON library for modern C++.
- boost/multiprecision: A library for multiprecision arithmetic (used in the ZX package).
- google/googletest: A testing framework for C++ (only used in tests).
- pybind/pybind11_json: Using nlohmann::json with pybind11 (only used for creating the Python bindings).
CMake will automatically look for installed versions of these libraries. If it does not find them, they will be fetched automatically at configure time via the FetchContent module (check out the documentation for more information on how to customize this behavior).
It is recommended (although not required) to have GraphViz installed for visualization purposes.
If you want to use the ZX library, it is recommended (although not strictly necessary) to have GMP installed in your system.
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
Built Distributions
File details
Details for the file mqt_core-2.7.0.tar.gz
.
File metadata
- Download URL: mqt_core-2.7.0.tar.gz
- Upload date:
- Size: 376.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46afe764aac5c175c74d1ad1d5b40d4ea8f84b987a7e554162a7ac68de07069c |
|
MD5 | 97f95cf7caeb253295e1469030614e5a |
|
BLAKE2b-256 | dfaa75cfb32e98d9aa9b0efeeb73715f7e5e75a0f10cb1b58ab0e31306d7de33 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0.tar.gz
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0.tar.gz
- Subject digest:
46afe764aac5c175c74d1ad1d5b40d4ea8f84b987a7e554162a7ac68de07069c
- Transparency log index: 138045627
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-win_amd64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 661.9 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44550c3f7a0b8a995a02e69bc522214cf3b9a55a387d0dac3bd70f3926b0b0e9 |
|
MD5 | fc67482ed9838f36e55c6ab0b7222304 |
|
BLAKE2b-256 | be051482f3a3fa2f8f9fc5f9800bc362694fb002a07d31f6fb4a280555b76259 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-win_amd64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-win_amd64.whl
- Subject digest:
44550c3f7a0b8a995a02e69bc522214cf3b9a55a387d0dac3bd70f3926b0b0e9
- Transparency log index: 138045717
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 599.3 kB
- Tags: CPython 3.13t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e377003bc8b4ef03605be65cc9a3cc8223d9f40ba4d0045786c3b98d8176b8d |
|
MD5 | bf8d924e4e579419426ba277ce11e370 |
|
BLAKE2b-256 | 011370ab1b9f8c61469985d179568fd382ab781aa7f132c2a12bfb5cc9d057bd |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Subject digest:
5e377003bc8b4ef03605be65cc9a3cc8223d9f40ba4d0045786c3b98d8176b8d
- Transparency log index: 138045750
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 591.7 kB
- Tags: CPython 3.13t, manylinux: glibc 2.27+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f060e4bc4d1bd07d69328234b259496258b62b5330bf9609058fdbc7bad9777a |
|
MD5 | c12b08e2570362bfea6b8257ab926c08 |
|
BLAKE2b-256 | 73350246894089912ed2766e5d42ac7a1f7d1b62b0e3c002a39a0e32319f0a11 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Subject digest:
f060e4bc4d1bd07d69328234b259496258b62b5330bf9609058fdbc7bad9777a
- Transparency log index: 138045711
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 645.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.27+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd4144e4d65b218369e9b6052742e912f3179cf060fcf8f6bcc7bd0e8798cd09 |
|
MD5 | e40baa63d99f9bb5dd63b504e21c4815 |
|
BLAKE2b-256 | dfa18de110404a3aad1b2d170d8254c2a9f2a22597c8c652723a87857299c192 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Subject digest:
fd4144e4d65b218369e9b6052742e912f3179cf060fcf8f6bcc7bd0e8798cd09
- Transparency log index: 138045715
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 557.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c67588ad1103d5f8875d683f1ea616e441a0d6439388f81eebbe6309e0838f8 |
|
MD5 | 46b3ba5039956b07a5e17ea06086f63b |
|
BLAKE2b-256 | 79477316d588ecaf5adfe90e3efb118cc44eab2c1f769dea68d38f9b86f3c0e5 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Subject digest:
4c67588ad1103d5f8875d683f1ea616e441a0d6439388f81eebbe6309e0838f8
- Transparency log index: 138045703
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 473.3 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c88da7be6f19cee4d704377d3f36bd675af51d494229346a1faeede6cb643f21 |
|
MD5 | f20d06f27b5e5da62345f2788f750ed4 |
|
BLAKE2b-256 | 2f07562df75f74e690d7ca90ec92163479fe9050937a0fb70422e880bebacaff |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-macosx_11_0_arm64.whl
- Subject digest:
c88da7be6f19cee4d704377d3f36bd675af51d494229346a1faeede6cb643f21
- Transparency log index: 138045740
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313t-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 505.6 kB
- Tags: CPython 3.13t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4edb763c61729825b4ec6a7aed3c6182b701286037aee808531edf75d93b98c6 |
|
MD5 | 46ef7e1428a254be73a10c90292ece12 |
|
BLAKE2b-256 | 0d4bc0dc79a6ce98a92fbdeaa786550fdda53a9170f439c2c58b46ea7de67294 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313t-macosx_10_15_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313t-macosx_10_15_x86_64.whl
- Subject digest:
4edb763c61729825b4ec6a7aed3c6182b701286037aee808531edf75d93b98c6
- Transparency log index: 138045695
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 638.9 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3468002cfe89492d583630e46a07f2cce64d5bf654123d8aa7d9d13562e3b55d |
|
MD5 | 310cbc6357a8d3144c3d8ce59bb226ef |
|
BLAKE2b-256 | d1b26dfca282732f12fbabd7ad8ad1f4476cc0f920c6e84c3e8d959a5f0856ef |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-win_amd64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-win_amd64.whl
- Subject digest:
3468002cfe89492d583630e46a07f2cce64d5bf654123d8aa7d9d13562e3b55d
- Transparency log index: 138045721
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 597.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d70ea80bcb93fc59fe1d89de46a8b7fceb975cc428740f6ed77cdc7d959115c4 |
|
MD5 | 17221b208802ac64bac31b4def314e6a |
|
BLAKE2b-256 | bdaa3f7b82594625a38bca08d01f50167f09b8c995aa530aeefe68a183e99298 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Subject digest:
d70ea80bcb93fc59fe1d89de46a8b7fceb975cc428740f6ed77cdc7d959115c4
- Transparency log index: 138045639
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 588.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5078d9d8c98a4ac1dd74fab55f46535152c3fa78206725e21ea8bcede31e7f5 |
|
MD5 | a2a90a6862962c553ffa33ba251dd246 |
|
BLAKE2b-256 | e8ecf09638c908faaabe4b0011dbece1f278c361f463c2c02fe1672f1931d068 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Subject digest:
d5078d9d8c98a4ac1dd74fab55f46535152c3fa78206725e21ea8bcede31e7f5
- Transparency log index: 138045707
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 642.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7ce377189a63bb55f0f57ffff43a1e6828dad67fec579635bed8f0c094582c9 |
|
MD5 | 9a1fd0793a3c5f0669de4c60e11d8593 |
|
BLAKE2b-256 | ed1ad29362b785592889a67835a851532e5d70f0b11e4195920fe071eb47332c |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Subject digest:
b7ce377189a63bb55f0f57ffff43a1e6828dad67fec579635bed8f0c094582c9
- Transparency log index: 138045661
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 555.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e76fb7d9d481ba988ac760cd5e4b66832f9d1bf33846b8e142d9c443d66eb606 |
|
MD5 | 2172aaa8a7de3bbe7e13e5c1bc432341 |
|
BLAKE2b-256 | 87b6d62bf5ae2c6cc09c6235944c4e8333de3f97864a610e9d3f1bc1946f74f6 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Subject digest:
e76fb7d9d481ba988ac760cd5e4b66832f9d1bf33846b8e142d9c443d66eb606
- Transparency log index: 138045752
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 467.7 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40a628bbd4bad51b858d493a7dc2edf58b3adbbfd661c66afb1fed88c9a6aacb |
|
MD5 | 6e617ff5e5010b8b7b95d8ec02845816 |
|
BLAKE2b-256 | 42d0da42de350f65d0329d4b9eea5e078ad4451e28a10fb808ca0b59ee63d9df |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
40a628bbd4bad51b858d493a7dc2edf58b3adbbfd661c66afb1fed88c9a6aacb
- Transparency log index: 138045713
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl
- Upload date:
- Size: 493.0 kB
- Tags: CPython 3.13, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a1751e7276d1231a23e5fb1e2fcd630492587b56ed98b0a564e48defcf1f3dc |
|
MD5 | c958b7f70e23025b4e5d53d00b19bd55 |
|
BLAKE2b-256 | 2aea0a20921d9d8f2b713baeaad4b3969577de82a1be4b8ad5b8fa8198c12c6e |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl
- Subject digest:
2a1751e7276d1231a23e5fb1e2fcd630492587b56ed98b0a564e48defcf1f3dc
- Transparency log index: 138045746
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 638.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5559d63b9bf145bc4716cb3afc1b5e3bd1991333107f3df6dd61e0fe98223b59 |
|
MD5 | 7769165c6d86955ada3b888cae17efab |
|
BLAKE2b-256 | d9f47c583615341c12e915ffe456e109bef8ef45416b02e92ec5afcd53bb7084 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-win_amd64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-win_amd64.whl
- Subject digest:
5559d63b9bf145bc4716cb3afc1b5e3bd1991333107f3df6dd61e0fe98223b59
- Transparency log index: 138045677
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 597.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b78baf266511925fc09c2bb782fd8db555aee1249307b12801c0f8b29b99a0d6 |
|
MD5 | 72700ba23c626ec72343024136f3779a |
|
BLAKE2b-256 | 4d7f31a0e5817b7acb00517c201aaa18ff7c8d1ee16a6ec1a58b1d8f3f1d2a10 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Subject digest:
b78baf266511925fc09c2bb782fd8db555aee1249307b12801c0f8b29b99a0d6
- Transparency log index: 138045664
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 588.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd039886785252b532bb9d6b5482d0d74731d572e3b60dbc538aa026e2ebf9d8 |
|
MD5 | 6c140ad34e739ebd91dfc96c02ff8781 |
|
BLAKE2b-256 | b183d408b62d8cc54e843164e81b238d859e4b766b4e6e6ad9a2211bc7f0b62d |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Subject digest:
bd039886785252b532bb9d6b5482d0d74731d572e3b60dbc538aa026e2ebf9d8
- Transparency log index: 138045672
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 642.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff1b3096f99d79c5582efa90fe2cb86adb409caecbbad7c1cf004af4cfb5b59d |
|
MD5 | d639cbf8c6846415cb3a007381092744 |
|
BLAKE2b-256 | 22631ccecc32d1501dc82f00f0766d6e78bfea74dd0a7d329a2617916b03c2b2 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Subject digest:
ff1b3096f99d79c5582efa90fe2cb86adb409caecbbad7c1cf004af4cfb5b59d
- Transparency log index: 138045730
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 555.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 835eeb32bd51cfa77f977237f208fe868f6de6a2233d9cf4ed912e573c43c7dd |
|
MD5 | 671a0326adc5a08bdd69825c08dc0f80 |
|
BLAKE2b-256 | 280f91793114fb3d6afb9ec2eab1f8b1183ec18ea19afab3e171a492e5f3542c |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Subject digest:
835eeb32bd51cfa77f977237f208fe868f6de6a2233d9cf4ed912e573c43c7dd
- Transparency log index: 138045744
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 467.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5355712671f67d34823b6dc421b50550371392fc7b91c8ff39c2584661aac53a |
|
MD5 | d1fd7c87a95759c5659212f0f6fa052c |
|
BLAKE2b-256 | e569e2cb8369b6eb7bed570e653950a77706233307dc427e0838883e24e73e66 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
5355712671f67d34823b6dc421b50550371392fc7b91c8ff39c2584661aac53a
- Transparency log index: 138045685
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl
- Upload date:
- Size: 493.1 kB
- Tags: CPython 3.12, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3a44866abd52212bbf8638cf52c3ad7f56d3e569953c4aebe7876854199f744 |
|
MD5 | a4d675dc418abc9a74fd5341a825cbb3 |
|
BLAKE2b-256 | f8b85e8c2955be7e5eebaa52eafc1a6dc2356b551f2ad853bf10a5a4f2924047 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl
- Subject digest:
b3a44866abd52212bbf8638cf52c3ad7f56d3e569953c4aebe7876854199f744
- Transparency log index: 138045691
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 637.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84652e3276232852d837ce4c5927ad06beab8b68da17723721b1a2ddd608bbbe |
|
MD5 | e60c792388a9e0043361b20275a152d4 |
|
BLAKE2b-256 | ce2b05a90fb2016439af8cdb758b3432db79f99acd1c22118c5503a9c4b6472a |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-win_amd64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-win_amd64.whl
- Subject digest:
84652e3276232852d837ce4c5927ad06beab8b68da17723721b1a2ddd608bbbe
- Transparency log index: 138045654
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 597.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6c88817d6fc8d826fa9a2ba8713cafceffd443a9982caf6777ae54eba12b17 |
|
MD5 | b2bf764f24085cba6e7ed6c8b58a94f3 |
|
BLAKE2b-256 | 34029a27e9c93dadd39dbed6d5ed8ba6bb621d5ebc0514eb6f2e6e871c60b5f2 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Subject digest:
9c6c88817d6fc8d826fa9a2ba8713cafceffd443a9982caf6777ae54eba12b17
- Transparency log index: 138045726
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 589.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b83f6ef85d5468efbd7127cb3d4167045beb3b03d880db0a8d97946b5b8097d |
|
MD5 | 7e85e70f3c064b2c1d4bc05be0133383 |
|
BLAKE2b-256 | 3ea0ff4552c61ad32dfca7e860ae93e4a66ccaa456a87bb3f9e8a0dd7d74ece9 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Subject digest:
6b83f6ef85d5468efbd7127cb3d4167045beb3b03d880db0a8d97946b5b8097d
- Transparency log index: 138045701
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 642.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a92f6ae4758f58f0a2e5b0d2d3c0d78c2b348028fb85f1979650b176581583d8 |
|
MD5 | 16baacf90b1ad49b9ae2fc03791405c4 |
|
BLAKE2b-256 | 6191c67771ac21bec9a228024455fd8f9ff2466e2ce34cdf2b322a33f937adfe |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Subject digest:
a92f6ae4758f58f0a2e5b0d2d3c0d78c2b348028fb85f1979650b176581583d8
- Transparency log index: 138045747
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 555.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35788ff664a232749b819ff919ba63e4e705dd47b7a7d026651e4443d530476f |
|
MD5 | b5f5f67dc11c765b501c3703fb79c013 |
|
BLAKE2b-256 | de5cc4f8484db41a3c778c48ad151ca1d4dfc765b87211eea823b008d0158342 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Subject digest:
35788ff664a232749b819ff919ba63e4e705dd47b7a7d026651e4443d530476f
- Transparency log index: 138045697
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 442.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e46cdd6651c6aa4f191b48bd7a0f53ca55406de38c95123b7511762e6a5185e9 |
|
MD5 | 82e1aecc5b23daf1ec118bb011aefbdd |
|
BLAKE2b-256 | 4476d396b8466507365ff30d5d24b376bbe9cc0daac7a7f8be1b8035ce74307b |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
e46cdd6651c6aa4f191b48bd7a0f53ca55406de38c95123b7511762e6a5185e9
- Transparency log index: 138045631
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl
- Upload date:
- Size: 466.2 kB
- Tags: CPython 3.11, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53f34c868c998717422be58df52df2aa33d8f84c58015bcdc769b8a12b20aff8 |
|
MD5 | 8a12b9c46bdf99844b6ec03c4b7729ff |
|
BLAKE2b-256 | 0cef8221e546c79914ea50bdc08afe44f152cdb964843f81b3c40ff3c838f4ca |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl
- Subject digest:
53f34c868c998717422be58df52df2aa33d8f84c58015bcdc769b8a12b20aff8
- Transparency log index: 138045710
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 637.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca735e3b7ad55888b0a9247ef87329fc8d78f6b7a468b46fa9f227c35d069e43 |
|
MD5 | 2b6b3db27d4bff91848f8fbb4fc23859 |
|
BLAKE2b-256 | 7bd8e2bbea66e85e8f78e8726c5e52b14f215f9873b58c70801791522bcf31d3 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-win_amd64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-win_amd64.whl
- Subject digest:
ca735e3b7ad55888b0a9247ef87329fc8d78f6b7a468b46fa9f227c35d069e43
- Transparency log index: 138045667
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 596.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a6bce580cbc802e02ae97ba56ffd042d437455910bcb3bfad28fb72ffa767c5 |
|
MD5 | 7ac217cbee6a1dbc60d2c0d55a0cd961 |
|
BLAKE2b-256 | b43548fa1b3ba6bac37c3c002907975703c43efdb90975cad1dddac394db4920 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Subject digest:
9a6bce580cbc802e02ae97ba56ffd042d437455910bcb3bfad28fb72ffa767c5
- Transparency log index: 138045687
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 588.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0897338aa90fb32d6c9c6258b34b1794bd3cc0b454e251859b99faa03ccacff7 |
|
MD5 | 04c3c13de325f16887acb49bef3a543c |
|
BLAKE2b-256 | 5c6cc6b4f204ed5a26d211d67775ded149458db6798fdd6b32f6fbd5473eec60 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Subject digest:
0897338aa90fb32d6c9c6258b34b1794bd3cc0b454e251859b99faa03ccacff7
- Transparency log index: 138045736
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 641.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3a3150bf9c2c30d7b30574ccf9858e4d40da2fbda59ae225889bb97fdd03d43 |
|
MD5 | 7582d5a1599f03f5de29302574931711 |
|
BLAKE2b-256 | e494bec28f526e8db2f01b3a882a2f639c7b06704bce692237c10cf68c5b392b |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Subject digest:
f3a3150bf9c2c30d7b30574ccf9858e4d40da2fbda59ae225889bb97fdd03d43
- Transparency log index: 138045724
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 554.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8345b14471d4c3a14b3ab285b987039d506d33bf71459a1ebf62b302ddf74928 |
|
MD5 | 07bfd275920a050a421a09ba78be9a21 |
|
BLAKE2b-256 | 43ae6e38e7887db57769bc897298f4f825de183c9529fd77218073ebd1c04810 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Subject digest:
8345b14471d4c3a14b3ab285b987039d506d33bf71459a1ebf62b302ddf74928
- Transparency log index: 138045732
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 442.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9442076f3e1c9b536025097a6bd98a4ff30b1880c6edc14fef138b3b1c197fcb |
|
MD5 | baf69a122cc0d9059797524a180b045e |
|
BLAKE2b-256 | 7bed356dfab39040ac40634f237c7b18c891c210a91e15e9dac29a69b11e94ce |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
9442076f3e1c9b536025097a6bd98a4ff30b1880c6edc14fef138b3b1c197fcb
- Transparency log index: 138045727
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl
- Upload date:
- Size: 465.2 kB
- Tags: CPython 3.10, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e59f85cd08fc2b24d7901496fa8b9601796273371439ebdc105ba4cc3c4ddbc8 |
|
MD5 | 1dc14e74290d6f8c5b90429cfa372c1d |
|
BLAKE2b-256 | ad8e345de9ea6219e9ed22a3c28e324db9b4df5d45f780fe2e55c519c3bab46c |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl
- Subject digest:
e59f85cd08fc2b24d7901496fa8b9601796273371439ebdc105ba4cc3c4ddbc8
- Transparency log index: 138045645
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 637.7 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02deab0cbc29a247c7202ce3aacf340b3ca8d5c8cd81e318646a5088fb41f591 |
|
MD5 | 7dfbdb302baf09437ecf8515ffcc0807 |
|
BLAKE2b-256 | 722158e098d917c7680290b50fb036f0069ee975996789f27dcb9d8624203861 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-win_amd64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-win_amd64.whl
- Subject digest:
02deab0cbc29a247c7202ce3aacf340b3ca8d5c8cd81e318646a5088fb41f591
- Transparency log index: 138045735
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 596.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c86b17a132b0598cdb43f0d44b6c93606df96dad99eb57403a8d219e5b27d93a |
|
MD5 | b86cab3b3d60fa39fecaca21ed35fff3 |
|
BLAKE2b-256 | d14202cf7dbd382aacad50c402e9d776cdc448e29232cb281eaf95ea8b18305c |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Subject digest:
c86b17a132b0598cdb43f0d44b6c93606df96dad99eb57403a8d219e5b27d93a
- Transparency log index: 138045682
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 588.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f14bc9dc59278e7302ecff2e0969914a36a89b92b508aa9dd680bbd2281113c |
|
MD5 | 50cbf2079800c7e8349e9a080a00dfbf |
|
BLAKE2b-256 | b7782e03d87f2a4d6fefb4840c66b8ebad4dd9b6bd257f7840d101033d2afdf6 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
- Subject digest:
4f14bc9dc59278e7302ecff2e0969914a36a89b92b508aa9dd680bbd2281113c
- Transparency log index: 138045648
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 641.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d168d6a1c1b91ff2a87400efad626cd9e03aceced2d12f0b7a4e34d864a5c2eb |
|
MD5 | b9b504bc8cc6f57c9bb7a4b65a224fa6 |
|
BLAKE2b-256 | c7cbc952470e17ea0677b46c35875a4ec21f5ce419196e829da7f9575f2f9d7b |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
- Subject digest:
d168d6a1c1b91ff2a87400efad626cd9e03aceced2d12f0b7a4e34d864a5c2eb
- Transparency log index: 138045658
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 555.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5c0fecbe8bcf770e429e26d944280d05958c7ffe451601f89bfa82710752203 |
|
MD5 | 382c6c77c561ce6e142a4daba1b96e1c |
|
BLAKE2b-256 | 89a75f61cc59811b03ed8870aa27afbe0877bec989a639a724b61c317a1792cc |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Subject digest:
e5c0fecbe8bcf770e429e26d944280d05958c7ffe451601f89bfa82710752203
- Transparency log index: 138045729
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 442.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d7d3ff7cfce02097182fd4a0dad49631e0bee5b1b7f7fa5eec4f140819703ab |
|
MD5 | 54b65b28ba9c2fd04685125cf11d0f4b |
|
BLAKE2b-256 | e7fc932b98b82b63ee8874fe3d33f7572d20cd69aa6a9060b57875bf41a9c9ff |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
- Subject digest:
1d7d3ff7cfce02097182fd4a0dad49631e0bee5b1b7f7fa5eec4f140819703ab
- Transparency log index: 138045739
- Transparency log integration time:
- Predicate type:
File details
Details for the file mqt_core-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: mqt_core-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl
- Upload date:
- Size: 465.3 kB
- Tags: CPython 3.9, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 188b1e3d50489d8b96d85b95e7f30b8e67fec9f9d2a7ce5e94f08f8da44a5fb9 |
|
MD5 | 57d0cc72968118de26403e0e44c4ffa9 |
|
BLAKE2b-256 | 377dc75b8498b3f8010eaf715775ff20669b92701ae1a5bb888078788750d134 |
Provenance
The following attestation bundles were made for mqt_core-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl
:
- Repository: cda-tum/mqt-core
- Workflow: cd.yml
-
Statement type: https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
mqt_core-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl
- Subject digest:
188b1e3d50489d8b96d85b95e7f30b8e67fec9f9d2a7ce5e94f08f8da44a5fb9
- Transparency log index: 138045634
- Transparency log integration time:
- Predicate type: