Skip to main content

PyPI OS License: MIT CI CD Documentation codecov

MQT Banner

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) 1. It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

If you have any questions, feel free to create a discussion or 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++20 compiler and a minimum CMake version of 3.24. 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.

MQT Funding Footer

  1. The Munich Quantum Toolkit (MQT) is a collection of software tools for quantum computing developed by the Chair for Design Automation at the Technical University of Munich as well as the Munich Quantum Software Company (MQSC). Among others, it is part of the Munich Quantum Software Stack (MQSS) ecosystem, which is being developed as part of the Munich Quantum Valley (MQV) initiative.

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-2.0.0.tar.gz (276.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mqt_ddsim-2.0.0-cp314-cp314t-win_arm64.whl (805.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_ddsim-2.0.0-cp314-cp314t-win_amd64.whl (646.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (601.1 kB view details)

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

mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (523.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl (517.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp314-cp314t-macosx_10_15_x86_64.whl (602.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp314-cp314-win_arm64.whl (788.0 kB view details)

Uploaded CPython 3.14Windows ARM64

mqt_ddsim-2.0.0-cp314-cp314-win_amd64.whl (628.4 kB view details)

Uploaded CPython 3.14Windows x86-64

mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (598.7 kB view details)

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

mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (521.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp314-cp314-macosx_11_0_arm64.whl (513.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp314-cp314-macosx_10_15_x86_64.whl (595.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp313-cp313t-win_arm64.whl (775.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

mqt_ddsim-2.0.0-cp313-cp313t-win_amd64.whl (624.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_ddsim-2.0.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (601.1 kB view details)

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

mqt_ddsim-2.0.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (523.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp313-cp313t-macosx_11_0_arm64.whl (517.2 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp313-cp313t-macosx_10_15_x86_64.whl (602.2 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp313-cp313-win_arm64.whl (770.7 kB view details)

Uploaded CPython 3.13Windows ARM64

mqt_ddsim-2.0.0-cp313-cp313-win_amd64.whl (619.9 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_ddsim-2.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (598.6 kB view details)

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

mqt_ddsim-2.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (521.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp313-cp313-macosx_11_0_arm64.whl (513.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp313-cp313-macosx_10_15_x86_64.whl (596.8 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp312-cp312-win_arm64.whl (770.8 kB view details)

Uploaded CPython 3.12Windows ARM64

mqt_ddsim-2.0.0-cp312-cp312-win_amd64.whl (619.8 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_ddsim-2.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (598.5 kB view details)

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

mqt_ddsim-2.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (521.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp312-cp312-macosx_11_0_arm64.whl (513.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp312-cp312-macosx_10_15_x86_64.whl (596.7 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp311-cp311-win_arm64.whl (758.8 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_ddsim-2.0.0-cp311-cp311-win_amd64.whl (606.3 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-2.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (598.2 kB view details)

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

mqt_ddsim-2.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (521.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp311-cp311-macosx_11_0_arm64.whl (501.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp311-cp311-macosx_10_15_x86_64.whl (581.9 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp310-cp310-win_arm64.whl (757.6 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_ddsim-2.0.0-cp310-cp310-win_amd64.whl (604.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-2.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (597.4 kB view details)

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

mqt_ddsim-2.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (521.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp310-cp310-macosx_11_0_arm64.whl (500.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp310-cp310-macosx_10_15_x86_64.whl (580.8 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_ddsim-2.0.0-cp39-cp39-win_arm64.whl (758.5 kB view details)

Uploaded CPython 3.9Windows ARM64

mqt_ddsim-2.0.0-cp39-cp39-win_amd64.whl (605.7 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_ddsim-2.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (597.5 kB view details)

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

mqt_ddsim-2.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (521.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0-cp39-cp39-macosx_11_0_arm64.whl (500.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_ddsim-2.0.0-cp39-cp39-macosx_10_15_x86_64.whl (580.8 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0.tar.gz
  • Upload date:
  • Size: 276.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0.tar.gz
Algorithm Hash digest
SHA256 b62b6ac5eb063a5083f1e760be0afea1b3f444d716824e2262a99e7a61283380
MD5 d1760fc08558ed0bed7fcfce12915e45
BLAKE2b-256 3b0a2e9fcabff39eb12ed3d5403e621b1a07d4c218befae7b54ccd224054c585

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 805.4 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4904529b1c009dd214fb33e44b8f7b75badeba4079c7af127e6688b64a511219
MD5 a91b70c75542b003a739a5c4a7981002
BLAKE2b-256 d5c780fc3ff2a12cb04826950f917e550a4f010b0ea67318e0ddafdacf79a808

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 646.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 06fccdf0d9bdde2591ed04f2e67765359fc2103e930e56cccf73e5afe93d2736
MD5 932bb748efd821f558ff93ba4b3df7a3
BLAKE2b-256 4b995716f64219a76d94994ed76bf39b701352f81b23d416f733b89018a33277

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6a1f2c207b2c363da09fdb24d25a10f766bb19b5f4bdd1bbd55962285caa6aa
MD5 dc1c6ffc71c2c34320b981cb2577f601
BLAKE2b-256 157538da8d8d2e231b76f7369a2c770b99b79287cb3893ce010aadb15dacfffc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7055eba7545285b0d98c7bdc31743ce5e5334c6db9cf7eba303c331258f47ad
MD5 ebe8973026a426933ff22863bcf4c9bb
BLAKE2b-256 13bacdaaeb4b99abfd562b1fffddf62b153df5a7c9a09ca4c49efa1e61195933

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d717397bae40084a45d690a708b30db15b3df60c462d68d3755504dbb0f8dbc1
MD5 c3e5ddf6f413ea946c5435417174243f
BLAKE2b-256 d78cfe272284b4526fca9ab3ce833f5f256f1842baad573c3941f35d2953dad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ab13b8432accd9babafb1913c7e8340d26ed1e08a40506b74e15b9e280bff37d
MD5 ca19248315f31c22ca835329bd56297d
BLAKE2b-256 1bfa0f4237debdfebb524c16c5266581c757c0d8f0a3a8280329f106c8f952b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 788.0 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2ced8c894bc34958ceca448612b9ee04b883a47dab470ed55ebfb79e3e409832
MD5 b0fc8184c3e40c78526efe70edf0bd46
BLAKE2b-256 0bab7497b5ef89613c8a4a406e98459b8865a8cea4f90e66b85efe771b8c0702

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 628.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a8181b54af422dd6e66c61ed5f60e2c67b60b0dd7ef0126f430da0f10d10bc4f
MD5 1a26c35fe200f4df867ae8021d76926a
BLAKE2b-256 bce817dc5c8f799f5af3afec821c9dab85b3886b2a23cd9833b4d1aac9dbe5a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03c69a36027578866cd3033f28c2463a0abe15c5db8a03f1a30bf890fa34af15
MD5 52ac1953616e3fd1b8188286b9b0da22
BLAKE2b-256 e0b58811eb041a9acded985d1afb3863c8c712cea30966c42637e40d8e0e922e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a79b8df386948972837345af3880664f611fea4db622ba52dc8af567a3600796
MD5 84d4350ca2391961cb91c713da3317f7
BLAKE2b-256 866ac4dc622560689e7b367b3a6cea89f69d21ad5a774d2e352e97154df75122

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41c6b7f7f922f7edc00e395137eaf8e5ab8f7fdd0691c79795ff250ee191b07a
MD5 c21240d52a060f3e7e77eeaaf3952ecc
BLAKE2b-256 75c228505c4ce89be6d1bb34afd8fec82281464ba4c63133ba33463fbe8682f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8a1360939c420326f425c21b069ccea4b820a26a72d106a0ab9fc29587a3023c
MD5 2a83d1d30e0ac58fb08e475db6ba62bc
BLAKE2b-256 b37213cfd9fdcd92b369b18771e3124925842f1a4bf7e5a81783e10ff27ec102

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 775.6 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 49cae92fb93310e1d200cd4c9b58716f61c93ccb1934e5af0e5b3533b07bbf16
MD5 9c5e8cb66f32a6ac2c3802b067a1af76
BLAKE2b-256 53f94a5d957c2cc9016b822eb7291c110e681b46a034d4d21a2720fb60a2bee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp313-cp313t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 624.7 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 03acbc1ab8f007e7b620928e8acadb98da4fe699017f4a036ff4d0fbcdf392f1
MD5 3e6fc9f6bf6ca6b2ac449b3338c0e80b
BLAKE2b-256 ec58d493a7cbebf4735dbbeec6114bcf89e7e01601a4436a9d4245a12a253199

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e2ba86d47353f7d06297287deb5ba70d6e52f0786e9d5849f9ded2eb14fef16
MD5 63e39f5b12612f358a8e60b8d34b400b
BLAKE2b-256 21667f2fc451695bc841c21a4c7a3f7a59bef0479c63785f76c7f94b919acf97

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ebe28915e8b26f9b697f3d5cd736f194574e78e25b6f0e0689a7cde6d4a2c80
MD5 4de6cd7f2eea730d17da6f533773dfc9
BLAKE2b-256 4d174e23f3a9fd2fc88494d5536251a867551798bdca15a53436f1ef4bce5d2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2c65b83c8cb5ed64dd408f7b6bf27c7d4ec20ed1aad714564f5238dd8c916ae
MD5 5ee5be378661f9af8d3f0318aabde9bf
BLAKE2b-256 a00a11651497a8b47321059a362b495ed28f8c8a59209fd8990c32e4ff1a2023

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 84909b7945f2f5e2b440b8b5d61da2dff93bf9c8e2c99588c78d06379dd0e62a
MD5 eb8d2b7d99a05898e23489a651aca600
BLAKE2b-256 6bba52014d6619d0a72e451345fcbeabffe549c4554ad18bcb62d3ad98f445e7

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 770.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6eebea3916477c3c34c423301d75c6ffa45d9eb3e91e83ea215d04fa0b9f7494
MD5 bc963329007cca5fec915f989afac267
BLAKE2b-256 3351f954c386033619c756817d23b02ef8e1ce90239612626f17477bc5eb6df6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp313-cp313-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 619.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 adf11c04469a5fcd0199b76ec3c31ffbf17326d3307833e2d68711256898acd0
MD5 9f2280f80017c91162137239dca7e283
BLAKE2b-256 bf2ff67eee987beb7c16ec4070897925c87565a65b39f7a88f34ab8d03726821

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d532aaccf64e7882110b16f52ce9a77b4c6d6a26f2b3de94ad0976a05f60496
MD5 fe980e8f24287632b3ec02975bd14cff
BLAKE2b-256 67b5c00e842ff8f868346b86fdc5a32689ab1ef851d519c1544e29820fcc9003

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a1a36b7e3347429a3b6a6722a22781451cc94176e895bff7ce9271197e5f3b0
MD5 239011800b4e492a7caa5b34dea52303
BLAKE2b-256 24021f721c535547ca71a898549757e8f69d087209917cebf808967d80ed58c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 530c5b20310ba856725453931acf9acecbba98ea8bd5f114308587941cbab453
MD5 abda82f69f8101146482ede9f34fb145
BLAKE2b-256 7e285d1e031ed4e488cb4bc5516517f974f2ebeac363264c1180bf9cce9d8eb8

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b2e390e1a666e77ce272f77303cf7c0df2a4103a80f8a78304bb20ba85d1f7e6
MD5 36c224886cc199db8091c607885d1877
BLAKE2b-256 4c2813283c70a6ca30bbd8acc1e6a3e0c99516efde9c10fe9481d1276f5778e5

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 770.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f87b6027a8bb3a60a99a3a3ca9f35cb32533483afacab91b6854a92eb177a77d
MD5 cc9792041a8a46c98bec47928347c9e2
BLAKE2b-256 4e1401c815e068f4f96e30b7d44781cdf2212a5517e36476387ec1d8cae1fde6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp312-cp312-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 619.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1e9ff3ebe51838a1821e2f8a17998f59128b2193ef93e76eda1163bc0a7be16c
MD5 97010bfe3fd6e05c4247a371e9265ee5
BLAKE2b-256 1d99835d5db4bc5630856492dbdf0bae6b0838adb2bbeb6cf5ac3b6dcefc6d6f

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15cc68ff3fbd9f3adf17f56db930cf1bda0449bcda42e73c81296f4cbaae15de
MD5 53cc48b0c0313bcf91ab953b0b4da7cb
BLAKE2b-256 c8d20e1d6f9b6c72c996fa94c4d451b74d0d51fb75606f081102576605586f2c

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ff80c4a3707736c9d576273f14d294bdafd6063327a3b0ab56d532f786541ba
MD5 b51d7099795e5bd2c570f3482ece2e4d
BLAKE2b-256 ad50b047c248bf53cd550837e766c6c0c0738ca6ca2938d6c4fb7b89ce3b2528

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 125c04fa4d4c58f6947d2105099ce6abf2ffd4307ba5cc5a7e4a3ef07c6a0215
MD5 d7e67457908dea26adf7b479ccb1f4d1
BLAKE2b-256 de17f819d099f6e58a0f6406007ad5532f0d36ab311275097d93be7aa78e6176

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bf5cddc0d99c08716f7d486cbf42e7369585551377cf09a1b4b9033a380815b9
MD5 aeb5fa0737f98e24128cc3ecba6ee2c1
BLAKE2b-256 db55fc90c1e3f7a1e2620c50f9f6859450d8b4132cc6e0208dd0f94d761f7479

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 758.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fbd042b9aad332c5bff058d435759d0875dd932c91055fd0c66dffdb4feb87ea
MD5 f59601b638fa954110a2894ea48b47c0
BLAKE2b-256 66855c26fdf068af4eb20453818fb568d0f68f56dbb67c4a5dc37da516d98788

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp311-cp311-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 606.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8da1342fa13f27651951e0c7c0e75b3cbf1095bb817e1c1aed0a1083377413bb
MD5 dcbd4fac73c507f3b57ab49e6784a755
BLAKE2b-256 e33249cc35ce4a285b20c0385bbdd2791fae3ed4755171a4923a6bb53f660c3d

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d845fb75d010110b1c7afa060a3a7e6334469b258c0c66de7bfdb169898f5c84
MD5 acf81617662c072f63e6abdd46c0a1f2
BLAKE2b-256 471333f8c855ca2fa32b81e30ac518bad14dc2657bcc2b73565a6d0c82f51c9f

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72922891622e66628e6f1c66bdca7557f42af5a939b8403787c43c98ec4d7054
MD5 e0aa4a058c21c4a365369f332c9f33cf
BLAKE2b-256 e8822d145f0bdf5520669b4602b6aec40ef96cf861576edccbdb8ec09076d410

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f03b5ab31cf7fb2fded6a0362b56720b4b82601d090fce057343ec40627855f
MD5 5f49c1cdc1a0821910da8748d716ea10
BLAKE2b-256 6523b9c52668feb4665e932080df53b6ee7888c6ae4f8a9cb5af7848cd22f130

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5598022ab44cac6fa5d50acef41ca7b25a82f26eea89b1ce928393e9c1a8a07c
MD5 9c2f32729f8ff72bf6035dcbcaa23af5
BLAKE2b-256 9956011f9a5a04333c95261cee3b80e8ca797c40f7edac525200defddec22899

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 757.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ce52dee3f585b90e0f58b8b0125ac6b7d8695a557c3ac7186192db586d90ceb5
MD5 c0d15cf23f0c5b8cd00872504724e5e9
BLAKE2b-256 3aab11433bf2e891e2df069deab6e317157877edf1d85a125b38114d0a6a9d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp310-cp310-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 604.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e01c4612920c63f5e425fb2680e5edef0d06c7a556df34beaa67cf6f57eb548
MD5 39e91f757d1a0d84dad1ea9591636178
BLAKE2b-256 146fafd52d8db4ade47b98d3a6c6a2f5e1cbfbddb93aabeb309770651ffca247

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cc5f3ec7597c6561d22b94cf2e05110210b3992dcbb327931b1cbabee939521
MD5 690f475f83f0a56b3c36db21656aef84
BLAKE2b-256 7a651a8d15a52b6b2044d663f1f3930e577249c4855f16bbdfbeca32e0271b2d

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6cad653fe1c1f2c9c410a7c5d1a4bd3241f2621d3b27542850925ca1daa34762
MD5 2912f8cc6f1989395748a16b3b07a25d
BLAKE2b-256 c168363198cef93dc4628469adc40289c09b0f610eb6dd525ccd4703a40be32e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3197e1a660613c109e6a4566abbb8d855434bd18f41b7f1c30a26097fa199c85
MD5 9180ce0c545d3a4932a8af723ea9f2c5
BLAKE2b-256 47b22f298545c45d7a71c7ce3e9247e1528b114f83c0ba27205d5a9531a19ab3

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e50522de292df8cfaa0baac924c67f1b704d2b46ef3a883a7676b03073f251d5
MD5 c679b3a5dd961fc3723404b501d59f98
BLAKE2b-256 4f0b21e938b39c56ccdcd744f13cb4d08e8420c24eefb57b07a69d3c39de6f5b

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 758.5 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 06231934e7b9aa8a397deea44fd0b355e75cc4cd7c47090dafe2254f28aa04b3
MD5 422f9ca01b8d62dfec4ed2bf29772517
BLAKE2b-256 b73c28e3b488059bbc8169e9a02aeb145734f43a7287c33b159b939cbc53b228

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp39-cp39-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 605.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 176dd1d248fe7f2fecb70934f89105548586b5d65dd878f893056d814329d340
MD5 048b29c52039f8c4ac15380eb59b3a23
BLAKE2b-256 6bfdb17397c63dada1286203444b36e5b2326e681d476f5157e449617ff98fce

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e720a125abeb058a64f559a94a9198f976c1378153ea785eab60ecc067b4555
MD5 e2e77767106c1a23768c04c9bfc37fa3
BLAKE2b-256 f26e91cf06574ff7c7b791f1d60a16c4b8751498c4e389703e8cd9183054e33a

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a1191acc35b06e30919d7c2bfd7da9e0cdbef1be1d20416eb70dba4a8d02aa4
MD5 ae3666fdcc1034b76cf111802205586a
BLAKE2b-256 819e88cf19f49a1220f068dbb7f51089ddfb8bcbc34c3e0055e0c608a56d9c88

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 497f4a00ffee46da0839fcaf3ab615811dde86cd4743688c925722b7bcbe01a5
MD5 d9523f09b4f347224d67857c696bc559
BLAKE2b-256 4a1ff1dfba1ad5f6e4190228fc30fc08e4320b62d7390a94a83610300c2eea92

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3737c5d7b58bcfbfffbee6c069494c7fe89dcc22e1f3e60012d2f021d88313e7
MD5 515d37ee260ba73263ee9316c752347b
BLAKE2b-256 48c8751c2f0a1b0916323cc4051ff8fa8a9d289c8c19b89a356b6fdbe2badef7

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.6.0

11 files

2.5.0

31 files

2.4.0

25 files

2.3.0

25 files

2.2.0

25 files

2.1.0

43 files

This release

2.0.0 This release

49 files

1.24.0

43 files

1.23.0

50 files

1.22.0

36 files

1.21.0

36 files

1.20.2

36 files

1.20.1

36 files

1.20.0

36 files

1.19.0

36 files

1.18.0

17 files

1.17.3

17 files

1.17.2

17 files

1.17.1

17 files

1.17.0

17 files

1.16.0

17 files

1.15.0

20 files

1.14.0

20 files

1.13.1

20 files

1.13.0

15 files

1.12.3

25 files

1.12.2

20 files

1.12.1

20 files

1.12.0

20 files

1.11.3

17 files

1.11.2

21 files

1.11.1

21 files

1.11.0

21 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page