Skip to main content

A quantum simulator based on decision diagrams written in C++

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT DDSIM - A quantum circuit simulator based on decision diagrams written in C++

A tool for classical quantum circuit simulation 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

DDSIM bundled with the provider and backends for Qiskit is available via PyPI for Linux, macOS, and Windows and supports Python 3.9 to 3.13.

(venv) $ pip install mqt.ddsim

The following code gives an example on the usage:

from qiskit import QuantumCircuit
from mqt import ddsim

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

print(circ.draw(fold=-1))

backend = ddsim.DDSIMProvider().get_backend("qasm_simulator")

job = backend.run(circ, shots=10000)
counts = job.result().get_counts(circ)
print(counts)

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 and a minimum CMake version of 3.19. 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

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


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_ddsim-1.24.0.tar.gz (199.2 kB view details)

Uploaded Source

Built Distributions

mqt_ddsim-1.24.0-cp313-cp313t-win_amd64.whl (879.5 kB view details)

Uploaded CPython 3.13t Windows x86-64

mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (949.7 kB view details)

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

mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (945.2 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13t manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (892.0 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

mqt_ddsim-1.24.0-cp313-cp313t-macosx_11_0_arm64.whl (646.8 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

mqt_ddsim-1.24.0-cp313-cp313t-macosx_10_15_x86_64.whl (724.9 kB view details)

Uploaded CPython 3.13t macOS 10.15+ x86-64

mqt_ddsim-1.24.0-cp313-cp313-win_amd64.whl (871.2 kB view details)

Uploaded CPython 3.13 Windows x86-64

mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (948.7 kB view details)

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

mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (944.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (891.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

mqt_ddsim-1.24.0-cp313-cp313-macosx_11_0_arm64.whl (640.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

mqt_ddsim-1.24.0-cp313-cp313-macosx_10_15_x86_64.whl (717.2 kB view details)

Uploaded CPython 3.13 macOS 10.15+ x86-64

mqt_ddsim-1.24.0-cp312-cp312-win_amd64.whl (871.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (948.7 kB view details)

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

mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (944.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (891.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

mqt_ddsim-1.24.0-cp312-cp312-macosx_11_0_arm64.whl (640.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mqt_ddsim-1.24.0-cp312-cp312-macosx_10_15_x86_64.whl (717.1 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

mqt_ddsim-1.24.0-cp311-cp311-win_amd64.whl (871.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (949.2 kB view details)

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

mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (945.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (891.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

mqt_ddsim-1.24.0-cp311-cp311-macosx_11_0_arm64.whl (627.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_ddsim-1.24.0-cp311-cp311-macosx_10_15_x86_64.whl (702.4 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_ddsim-1.24.0-cp310-cp310-win_amd64.whl (869.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (948.5 kB view details)

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

mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (944.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (891.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

mqt_ddsim-1.24.0-cp310-cp310-macosx_11_0_arm64.whl (625.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_ddsim-1.24.0-cp310-cp310-macosx_10_15_x86_64.whl (701.2 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_ddsim-1.24.0-cp39-cp39-win_amd64.whl (869.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (948.7 kB view details)

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

mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl (944.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ s390x manylinux: glibc 2.28+ s390x

mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (891.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

mqt_ddsim-1.24.0-cp39-cp39-macosx_11_0_arm64.whl (626.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_ddsim-1.24.0-cp39-cp39-macosx_10_15_x86_64.whl (701.3 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

File details

Details for the file mqt_ddsim-1.24.0.tar.gz.

File metadata

  • Download URL: mqt_ddsim-1.24.0.tar.gz
  • Upload date:
  • Size: 199.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mqt_ddsim-1.24.0.tar.gz
Algorithm Hash digest
SHA256 90d14e0086a21e208e98f2fa4242f59a7e6a038d31a851eeae754fd6f400b46c
MD5 53a05e5b5c1325cf074c430c12c10e0d
BLAKE2b-256 9939a7136bd3746f1585eba94ffa082085d8fb62eaeddaa8d2955d897f7697b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0.tar.gz:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0.tar.gz
    • Subject digest: 90d14e0086a21e208e98f2fa4242f59a7e6a038d31a851eeae754fd6f400b46c
    • Transparency log index: 138749782
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 6a337c2a9a929e45536c6297d65c89a8eba44c8e47f631053ed7024137f016e0
MD5 c92cd8450dc1ecede452bdd631c97934
BLAKE2b-256 88419f498bd538e252f70fae3ccf6c9094c5d56d67e3bb42c636c7bc662003b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-win_amd64.whl
    • Subject digest: 6a337c2a9a929e45536c6297d65c89a8eba44c8e47f631053ed7024137f016e0
    • Transparency log index: 138749824
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c521ce05f9a53afc45f591157fc2993d91ccebfd8197957e87b07aa06965d88
MD5 15c44e858b306319ccfb2052cef75ca3
BLAKE2b-256 65eb411b94200db0773a9fbed66e28d0818abbe08eef550b118f2b4602023104

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    • Subject digest: 2c521ce05f9a53afc45f591157fc2993d91ccebfd8197957e87b07aa06965d88
    • Transparency log index: 138749862
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ae6f54bb40bafee05b8f782eaf6aad38564530fd7ef4f7b23071200d282f2d4f
MD5 9c4f8ea3c20b430bce678d0561cc0d48
BLAKE2b-256 e7b342e499b13073a0346b3fab6c615c4ba70cced0f57e6bca01004c52938bd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
    • Subject digest: ae6f54bb40bafee05b8f782eaf6aad38564530fd7ef4f7b23071200d282f2d4f
    • Transparency log index: 138749877
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ec9865cc958254548557e5dc420d663cd2596065e54f4a513db83dceb98447f7
MD5 bfd899f1ba3c876029b337c80889f64c
BLAKE2b-256 69fc28b6c13459e3f6ea9a580ca57778c1c3da0f13995e7280720d5bc83e4bab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
    • Subject digest: ec9865cc958254548557e5dc420d663cd2596065e54f4a513db83dceb98447f7
    • Transparency log index: 138749838
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab21860be1ce5b8643f045b122cd7d85ec7d1f652f566c807ac108235dfe0be2
MD5 b81f7689bfdeb30a0e842a2fc1e63f02
BLAKE2b-256 751d769ce4b7934d05bbecda142608847b3cae53ba6016c44c81c63248d0143a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
    • Subject digest: ab21860be1ce5b8643f045b122cd7d85ec7d1f652f566c807ac108235dfe0be2
    • Transparency log index: 138749853
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a095ed148604ffa45cbf368eec8bb21ef10f27c72022b477dd6a78c275213ed
MD5 75bb071e9e1a2539c23279a9de408cd7
BLAKE2b-256 768a740beadeace92c7685107b2244a66ce75ba706dd077c027003f1839357ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-macosx_11_0_arm64.whl
    • Subject digest: 5a095ed148604ffa45cbf368eec8bb21ef10f27c72022b477dd6a78c275213ed
    • Transparency log index: 138749885
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a7830956c0dd3f2de8ab544a7b6b99a71a056f91806febc9c2d9ef21449934e4
MD5 9ad4b0ddbdb6856898f55ccff22e15af
BLAKE2b-256 1c66ccb6feea472e6108a27e06ab48ac2f6ff1350d376a26a6cb4c80c523c9ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313t-macosx_10_15_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313t-macosx_10_15_x86_64.whl
    • Subject digest: a7830956c0dd3f2de8ab544a7b6b99a71a056f91806febc9c2d9ef21449934e4
    • Transparency log index: 138749832
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d0a2a5750e5030d99a8de80d136da99274fb512e2283a36976982bfcb14e5a5d
MD5 b3cf0dd0fed3038d6ffc987bb3277772
BLAKE2b-256 6fe30e8da709f5a9df99a0d67e86e6e4d567886c60213d97b30b66671fe0b253

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-win_amd64.whl
    • Subject digest: d0a2a5750e5030d99a8de80d136da99274fb512e2283a36976982bfcb14e5a5d
    • Transparency log index: 138749899
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 756cee77c20922d213782047d944398c192cac2e200e467846f34005f97c32b1
MD5 dcd158fb2680eba0f4d391e7b1d5c27b
BLAKE2b-256 7930a003ce9a4c88852c4352fd7aac829ee24ef71f2213bf82baee0c7a979b0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    • Subject digest: 756cee77c20922d213782047d944398c192cac2e200e467846f34005f97c32b1
    • Transparency log index: 138749813
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3d7935b437def205945c2dc133aed9bdec17636109abc8e1138947ef93280d9f
MD5 b536bffcc27320e616c60d8ce42e9b44
BLAKE2b-256 0f1c54fa9772b670d02c557c995c0bb534e94af45d86ae4d88edd09feb166a3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
    • Subject digest: 3d7935b437def205945c2dc133aed9bdec17636109abc8e1138947ef93280d9f
    • Transparency log index: 138749787
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 bbb6c7d7e7b21c0d0c7472f96d957b8add342f21eed9a90f679958c96c1664d6
MD5 2bad368fb5ba3cc31831dca4de433366
BLAKE2b-256 5710bca23176efb3c7cf54ce36449ce638efd1c1c7da6a098c3f6d69667df1d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
    • Subject digest: bbb6c7d7e7b21c0d0c7472f96d957b8add342f21eed9a90f679958c96c1664d6
    • Transparency log index: 138749815
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d59de3ad36920c8bd66382c607d154a66a1cdd2df25c305160ba91aa0fd5843d
MD5 aadce9418bf74f8523beb85a647ecad3
BLAKE2b-256 8ce9420034095b7301891af210f731cefce39c9232afc4259918c307abc7bc9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
    • Subject digest: d59de3ad36920c8bd66382c607d154a66a1cdd2df25c305160ba91aa0fd5843d
    • Transparency log index: 138749848
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18abe62804e0055e5cde4402dd0ed2b28b5a48af08c331ea436303ba13e95b06
MD5 6a501bf445f9393d6349352ea665057b
BLAKE2b-256 bd9c440d65ed75396a34f4ed3cffb5f4228fe0584e82128256f30afa8737397e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-macosx_11_0_arm64.whl
    • Subject digest: 18abe62804e0055e5cde4402dd0ed2b28b5a48af08c331ea436303ba13e95b06
    • Transparency log index: 138749923
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c01c8466f81f894a6ef0036bb6d3fed0ffaf26b75f3797aa5be8180f96eb4f12
MD5 a6beead940bf8eb19d9bd87c1df9d860
BLAKE2b-256 81328b9a529aa40468714c7d619a82b7b5c261fa1256a4aaf8de924da31d3ad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp313-cp313-macosx_10_15_x86_64.whl
    • Subject digest: c01c8466f81f894a6ef0036bb6d3fed0ffaf26b75f3797aa5be8180f96eb4f12
    • Transparency log index: 138749850
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d3f3d0037b2e5270e6e69c340b33f4fefc9a09af512dcb38404cbdd57944e7a8
MD5 1bf1a170e3524452ac52bfe162445daa
BLAKE2b-256 152b81c392d96c58ec49b7a1f99d4a75eee5302451f7c70f718145e0e568e500

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-win_amd64.whl
    • Subject digest: d3f3d0037b2e5270e6e69c340b33f4fefc9a09af512dcb38404cbdd57944e7a8
    • Transparency log index: 138749784
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b69a9d133a7bfcd5e9559cef1203cc899b5f1621a912f2253946691d4550d21
MD5 b85b730a58cdca012eec6bd8e2817774
BLAKE2b-256 96e1ef23da4b54f6af2a87bbdc256760a2ce1972ffc19cf481d2493a95c9e9b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    • Subject digest: 6b69a9d133a7bfcd5e9559cef1203cc899b5f1621a912f2253946691d4550d21
    • Transparency log index: 138749790
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 4b0f4998b384694bcbf515ff0677cc737497da68ae07a91a0e2e366ff41c15c5
MD5 23497da2dded3d48400daecb66300140
BLAKE2b-256 2f90bd9106b52373ebcf05999467a05a607572f13d9cb82e398775c4900e16f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
    • Subject digest: 4b0f4998b384694bcbf515ff0677cc737497da68ae07a91a0e2e366ff41c15c5
    • Transparency log index: 138749914
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 36dff9ac1297ba0dee61d59d11da754bc5c763c153ca7a38fc12bac90886bc9c
MD5 79440b70ff8a09dae82ce442dc42ba9c
BLAKE2b-256 c0ea7219dbbcf7c4b2b844bf7a1b00b6be973caafb1a61cf14727bcb8baef041

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
    • Subject digest: 36dff9ac1297ba0dee61d59d11da754bc5c763c153ca7a38fc12bac90886bc9c
    • Transparency log index: 138749867
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39cb1ca498b71e8880264e401615575881221a735b37bf25e73bbc9536d54353
MD5 21636d497c0e266fa82e578694059270
BLAKE2b-256 e3adcf81ff639211193a851590a261111dd81db68ea1935e210b397c19374c17

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
    • Subject digest: 39cb1ca498b71e8880264e401615575881221a735b37bf25e73bbc9536d54353
    • Transparency log index: 138749791
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98a504afcc436af129a646156c3bdc77c448202499a6438ed7ae5e62f518c049
MD5 7f154b591b9de4451e3e5bcc5df387e3
BLAKE2b-256 0b5cb145ab02ffb62897b96e3521b38776643aeb78b27f97d9aaf8e690566352

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-macosx_11_0_arm64.whl
    • Subject digest: 98a504afcc436af129a646156c3bdc77c448202499a6438ed7ae5e62f518c049
    • Transparency log index: 138749918
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2e9cbd737ce029534b99936253b515f5cea7046230ea39174246818cf6b4ff14
MD5 bf180ee9bc202b7006585f9ff3e97a6b
BLAKE2b-256 fed21b7a12dfc2c1763fd3c7efcbc98a3a5b25036fc5e7d6d2606113d8f27e64

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp312-cp312-macosx_10_15_x86_64.whl
    • Subject digest: 2e9cbd737ce029534b99936253b515f5cea7046230ea39174246818cf6b4ff14
    • Transparency log index: 138749797
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a6c071f861b3d253f501597b07479150ddb3f157579c4e03d65402232bc0f25c
MD5 fa840ecd41fbdebb11fb9940a62f4a6d
BLAKE2b-256 9c539d91533e535d23b887f70e8c67912fb06f76e2513adead5a429e06e451fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-win_amd64.whl
    • Subject digest: a6c071f861b3d253f501597b07479150ddb3f157579c4e03d65402232bc0f25c
    • Transparency log index: 138749904
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a1ac33f60e2c4a5a213508150d19b7db8309dba2061394924597422afd930ae
MD5 8128165dbad949796c57455bd4bf54e8
BLAKE2b-256 be31fde708256baeb120046847129c2031744cbfdfdd7f099ae2a48e6eb77cd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    • Subject digest: 1a1ac33f60e2c4a5a213508150d19b7db8309dba2061394924597422afd930ae
    • Transparency log index: 138749891
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 81054eb880fc7c8a598f318f4c93a3aedf87b2d5cde115b39120f6a6ef8f1fb5
MD5 d92314d9d9d48a77b2d104074cfc38ee
BLAKE2b-256 a9f039aaacb76d24e54a39ee1cf57f37b54fcb53bb691ad2bc78c3292c1513c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
    • Subject digest: 81054eb880fc7c8a598f318f4c93a3aedf87b2d5cde115b39120f6a6ef8f1fb5
    • Transparency log index: 138749847
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 aff293bc59f1a848a5b43bdd26d9c825ac99f2b8bd251ecf2ed590af18e19a59
MD5 b6e09d84969b6300e8294b470a6b8779
BLAKE2b-256 103d535d0b78d97eec3b6efd95e0fb5f8665d502b4a9bb796fb36524fc5d4c04

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
    • Subject digest: aff293bc59f1a848a5b43bdd26d9c825ac99f2b8bd251ecf2ed590af18e19a59
    • Transparency log index: 138749821
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87c0eb1cfe1f787c429fb99faac1e5f9aca426d098373470a59f1163ec6098e2
MD5 14c9432b396efcfca2f38f82bd4eb2b2
BLAKE2b-256 7da8e9c9bfe8b9440d3070d71f95ca64cc812445943f0072b44e451240119001

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
    • Subject digest: 87c0eb1cfe1f787c429fb99faac1e5f9aca426d098373470a59f1163ec6098e2
    • Transparency log index: 138749828
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb3b1f6a3f8bcfbe6b17f6282b0115dedc890294e901f5cab36eb3fdb762e6f6
MD5 b41b71844169883aa67a293acca6b26a
BLAKE2b-256 cca447348a70e12961f936168ae1b0384b7444627a3f72f3b4fe0980bd5376f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-macosx_11_0_arm64.whl
    • Subject digest: bb3b1f6a3f8bcfbe6b17f6282b0115dedc890294e901f5cab36eb3fdb762e6f6
    • Transparency log index: 138749818
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0cee1d3ef03e75a886d220d31585d3f974cd8fef8f8bcb80875d9b2253a6e0cf
MD5 5d61c9903e8091d8d6e186ee6bfd3a4a
BLAKE2b-256 a6ad54496e066260785ea402eeda7115da6a75e9821087e4ac349e7dc012f08e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp311-cp311-macosx_10_15_x86_64.whl
    • Subject digest: 0cee1d3ef03e75a886d220d31585d3f974cd8fef8f8bcb80875d9b2253a6e0cf
    • Transparency log index: 138749910
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea14842c565720c5042e56dace5fec4871d3d2e4591bc5e56d3c3154bc07f8bf
MD5 8daa77181d2671ed51025154e89e5d8a
BLAKE2b-256 9fa284d924b798c514d0687190323c231b5cfddbaf8c16de375977faf85f45ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-win_amd64.whl
    • Subject digest: ea14842c565720c5042e56dace5fec4871d3d2e4591bc5e56d3c3154bc07f8bf
    • Transparency log index: 138749806
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a95afba9606d2e8432b0be19a22b1f3b688e0867c347ed5d155ccaf33931de3
MD5 5da6a2884a1805ec6f7c264ba9cee910
BLAKE2b-256 a1afe06e156fc96819f67353710f24389d4e4c3ce60d2cb5d1b1b6b87bcce399

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    • Subject digest: 2a95afba9606d2e8432b0be19a22b1f3b688e0867c347ed5d155ccaf33931de3
    • Transparency log index: 138749804
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c7443b080a1000de911ba3a6438649a6d2db9c3a44aea4d3be9165a3191e79ee
MD5 d39524092cdf6f9ae601576835d6fc6d
BLAKE2b-256 29ea981f3a464fac14139acb46189d2a5477c856fd12862fe15258042519418f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
    • Subject digest: c7443b080a1000de911ba3a6438649a6d2db9c3a44aea4d3be9165a3191e79ee
    • Transparency log index: 138749871
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3dd8714d09ed7fb6b35a1b420898958e52f58e19f55c40c907671434eefe2917
MD5 566304ec24e6e953f55fe62dbfe791a9
BLAKE2b-256 b878bebbcdc913770f913554e61cdf2fd62c971a8feb077ec41d6849fdca888f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
    • Subject digest: 3dd8714d09ed7fb6b35a1b420898958e52f58e19f55c40c907671434eefe2917
    • Transparency log index: 138749880
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13c35f289718d9dded7d08687485a646a0b9333b462f3b6a95abbb641d2893f0
MD5 2dabcb58716ad092e95c6136afe8ca6d
BLAKE2b-256 c9a5a20acb24b1cfb6733e08b0c83a33eb3fbd23c7cb3dda7d2c0c5eb53146a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
    • Subject digest: 13c35f289718d9dded7d08687485a646a0b9333b462f3b6a95abbb641d2893f0
    • Transparency log index: 138749888
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bab91bdd150e21be89ca1ced72d3ca31c078452efb0267f070ad893a28fc12da
MD5 1fcf44d600e6fb4911a29b4750cd2046
BLAKE2b-256 31825ccbaf054d11fdea9dbd19992a3ea068b0c1a7a9b04fdde0b1aa4ca1cccc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-macosx_11_0_arm64.whl
    • Subject digest: bab91bdd150e21be89ca1ced72d3ca31c078452efb0267f070ad893a28fc12da
    • Transparency log index: 138749893
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 85b1528deec6f052612ce19672daab82603c825adbf8699bff20591343edbafc
MD5 83e21667c483d601cbde5bb6227dd7b2
BLAKE2b-256 ef9320e3546efd173c29ff157c74f16b76a3177024ad94d5faaa23761c17125b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp310-cp310-macosx_10_15_x86_64.whl
    • Subject digest: 85b1528deec6f052612ce19672daab82603c825adbf8699bff20591343edbafc
    • Transparency log index: 138749812
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-1.24.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 869.8 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

Hashes for mqt_ddsim-1.24.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b072e5a08a267a908083e2b627d77932e09f6dce6cb98896fc054e1e1ace7825
MD5 078e3259ae689e803bd2fcd2f2baead2
BLAKE2b-256 d5d20f5d267a14266c8f0eeb8e244a54e26e166ef9f74b996bb38691092791c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-win_amd64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-win_amd64.whl
    • Subject digest: b072e5a08a267a908083e2b627d77932e09f6dce6cb98896fc054e1e1ace7825
    • Transparency log index: 138749857
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59be95b8adf9b1375a9c0e890ca50b017ebe8a41dc95f6dfef515e67b39b0339
MD5 9376833bd8673098bcf2fdb8bc0aa578
BLAKE2b-256 760ec39bd5a666305f504b6b2cc305a9b95b5af54f129445707478c37e9e8501

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
    • Subject digest: 59be95b8adf9b1375a9c0e890ca50b017ebe8a41dc95f6dfef515e67b39b0339
    • Transparency log index: 138749922
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 467c53c02a533f2f0115e3f21b64787a03f97a02688eab0d26ed9fde8f6c3d81
MD5 00680460a0c3ddb4d0cc042a6a792dd0
BLAKE2b-256 1054617873f1cd4406782de3e77bc374acf3cb73e8f8d158d9281f454165c2e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_s390x.manylinux_2_28_s390x.whl
    • Subject digest: 467c53c02a533f2f0115e3f21b64787a03f97a02688eab0d26ed9fde8f6c3d81
    • Transparency log index: 138749786
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 fac38bfc6e4aee57a77b29a09dcb2466111f140fab00bd754d43741939452d2d
MD5 4baca081e042f865492a6d915f39010c
BLAKE2b-256 1de60d731cdac24852645c3f4720658fef7def88c6aee3a5fa77c428d5450dc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl
    • Subject digest: fac38bfc6e4aee57a77b29a09dcb2466111f140fab00bd754d43741939452d2d
    • Transparency log index: 138749845
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4cad02d56df5bf57d10255f8201d5142a2b70425df234b18d1e4d2e5d0c6cc4c
MD5 6ae0fb11bbc0a917db217165c13f8081
BLAKE2b-256 aaafd371cc7117301e79d6e74ced413e88b5250b647f90792f36601233360cb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
    • Subject digest: 4cad02d56df5bf57d10255f8201d5142a2b70425df234b18d1e4d2e5d0c6cc4c
    • Transparency log index: 138749808
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ace72ee2db1b7c1a24f1323f6081c6824f439cdc37d7a2b4a5598af7fafe5946
MD5 05913bb3a116a18ca9bf60cb44ee5eee
BLAKE2b-256 623a2115a2d6e70c422ddf6387781226c5fe51ccf5732556a07b8c8d20264837

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-macosx_11_0_arm64.whl
    • Subject digest: ace72ee2db1b7c1a24f1323f6081c6824f439cdc37d7a2b4a5598af7fafe5946
    • Transparency log index: 138749844
    • Transparency log integration time:

File details

Details for the file mqt_ddsim-1.24.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.24.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e0d29f7275550322447c74fb849484b53c64a71712da0421d8733540804404c4
MD5 63902363b5bff759ce5aaa2abf89f3f3
BLAKE2b-256 702873d987f8df4aa19d9d4c461223b09db3b50139403d2b5236be6306a966e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-1.24.0-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: GitHub
  • Repository: cda-tum/mqt-ddsim
  • Workflow: cd.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: mqt_ddsim-1.24.0-cp39-cp39-macosx_10_15_x86_64.whl
    • Subject digest: e0d29f7275550322447c74fb849484b53c64a71712da0421d8733540804404c4
    • Transparency log index: 138749798
    • 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