Skip to main content

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.8 to 3.12.

(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

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.23.0.tar.gz (69.6 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-1.23.0-cp313-cp313t-win_amd64.whl (865.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (986.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (918.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp313-cp313t-macosx_11_0_arm64.whl (632.8 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp313-cp313t-macosx_10_15_x86_64.whl (683.3 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_ddsim-1.23.0-cp313-cp313-win_amd64.whl (857.6 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (984.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (916.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp313-cp313-macosx_11_0_arm64.whl (627.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp313-cp313-macosx_10_15_x86_64.whl (675.6 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_ddsim-1.23.0-cp312-cp312-win_amd64.whl (857.7 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (984.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (916.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp312-cp312-macosx_11_0_arm64.whl (626.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp312-cp312-macosx_10_15_x86_64.whl (675.5 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_ddsim-1.23.0-cp311-cp311-win_amd64.whl (857.2 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (984.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (917.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp311-cp311-macosx_11_0_arm64.whl (613.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp311-cp311-macosx_10_15_x86_64.whl (661.6 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_ddsim-1.23.0-cp310-cp310-win_amd64.whl (853.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (983.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (916.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp310-cp310-macosx_11_0_arm64.whl (612.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp310-cp310-macosx_10_15_x86_64.whl (660.1 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_ddsim-1.23.0-cp39-cp39-win_amd64.whl (854.5 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (983.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (916.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp39-cp39-macosx_11_0_arm64.whl (612.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp39-cp39-macosx_10_15_x86_64.whl (660.1 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

mqt_ddsim-1.23.0-cp38-cp38-win_amd64.whl (869.0 kB view details)

Uploaded CPython 3.8Windows x86-64

mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (983.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (916.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.23.0-cp38-cp38-macosx_11_0_arm64.whl (612.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mqt_ddsim-1.23.0-cp38-cp38-macosx_10_15_x86_64.whl (660.0 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_ddsim-1.23.0.tar.gz
  • Upload date:
  • Size: 69.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0.tar.gz
Algorithm Hash digest
SHA256 01a26ea037d29d88f82b0f00983bca7961f3b6482127ecbe99a38bf6bb513bb6
MD5 3ddac1bed4ca3cd1cf45e3b8bb999556
BLAKE2b-256 f0015782e79612e7c4bd63048aa17e8d80a1ff5156277554f7c7164f1f81d8c8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 614ecbacd22ef79928fa20eea7aaa9fd24c2def5bca1ae0b457d83584e0269e3
MD5 fa1c72f6df6d16b5221ba0116e9d2952
BLAKE2b-256 e77044d97e02c9a9b7d3139b1c229b8b71784b78d91ee5ac44bc1e68eab192d6

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1620969d06e849582b34a67458616a36b0a425df498d19fcf88e945712ba5315
MD5 ef8800b19c7b5e178ea29c23471eeac1
BLAKE2b-256 f008d5129eaedc7614c7ce33530c0b6d57ae391eaf19da1ee575a92dfa959a03

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 731c14b244ca4745c37d0d58c00755d33e5afa93a7dc863e3d9ed6bfbf535cf5
MD5 d749e0a2ad575514563c71f52bff1bf7
BLAKE2b-256 39f626ebac9c5ac6969924e6d5dde664b95e06310ac3bf01c82d5246522dcd99

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d96e57334602742281caf5c6997ccd37f3c43ae02e55703b9b00282610ed7482
MD5 da0dc1ccb2c2e514c6f471b1ffb63e3d
BLAKE2b-256 10153c9fbde5e593a1fba1d32d6d419bb4d01fe5043c5ed5b77ba34e9409f615

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d235f8df4a30cba376bfe3f037b87af4b53c40c28b5c3817b3314b78a9b8a263
MD5 7598960308c8b29fe34d26b1b6880b69
BLAKE2b-256 b104045d1eb1cff6871c242151eac3554f737ba538ee44c194205920b60225c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c56854b3d0b79032fd484c944f119e5b3b4592450daab5174a6109b43cad2b86
MD5 1553e6f2729e0bd061f91c2f15039b4e
BLAKE2b-256 60277c56bc8fd5d443413a7299b3ce54ec8ddb97cc9a774b9ba8e86d49994ed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 566fcf4660b5388ec60fefcccc5e507f3f9bd1e219a078571bd91161dfb7eb93
MD5 2bf76b7168b547d05eab75c40809c55e
BLAKE2b-256 752e565018205f9182189142ad107558b3f6b212bcb8be277742d2b3d84edb79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.23.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 857.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6008d35c0dc98ea1c3d6174facc515f9ce448b410b6e294604525f5e27f5649e
MD5 49b4b04e32a158e25e757f4e2ea82a68
BLAKE2b-256 c7f3e4d7a7b182593cfd183cc26d9db86366406f88f2db1ebec67cf7631ecba4

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d52236862e39e489ad7a625167e18db3bd14860cce43f5c9f48f79d37c97981e
MD5 317daed33c4fd2c9ec8d185c3fd5a39e
BLAKE2b-256 2ed771e8a932df6c1042d903ee4f15023eb2e61cc0057cae169df61322b91a6c

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 045920a36500239dd89a8e646c966c2a8d47b0f7296bd5ed8512c2f640230e28
MD5 3a18b10da3b0138ca820c765e1de2292
BLAKE2b-256 ab7d2cfe9f5c6837f2e23f52cd51170beef4364d0ad4238f31c2b0a567aac99b

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ecee48afd3f527eff9b2a98b6516140beb5972b447b3782502ebbc7a69544e1
MD5 4353d5582878bfbd29f62ba30c9448c4
BLAKE2b-256 03e68817e470b58100cbf3b7c2fc8cb884e421cf4e7408026ccf0c500224387e

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea194da1578928cc20c64590cbf8982973958b24f4c276eba3c0f0087db83272
MD5 135e701ea509b8471458eba625037f8f
BLAKE2b-256 990f69e94406cc296b7cd30a6d5ac409b63b7b972a819ca547f47c5941e5ad10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c7bf80132c0499a49b17a7cba4511b36dd0aa89b548fc4ea5e347b2128c6e37
MD5 d3768a6006587d8838e8effaef61f145
BLAKE2b-256 b28e4afe107960e0aa7f30a91ba4f54001041e4ffede9e3193b76cd2c5bf2c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7ba694ea33964b90f0b05824959ccd941026331fcc1da5a9c7ad488713cd71ee
MD5 37275b922c7521c79a855653b87ccaf8
BLAKE2b-256 a05aa994144e4ff369282eebc41421e625c610aa2adc0206e227e398e148ea82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.23.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 857.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 57b56a26f3e63f84e147cb53a96c4d6c47ab57eaefd4e3f50e7d57d215c341ad
MD5 082151018178e71c9d2d30252151de70
BLAKE2b-256 f6dc0905f337ed76e02b809ed94501897635659689f1081f6ef8ba6ed65db1b0

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3aee3af28a23d2053f61a85c1ad6760bcea60113746a6dcee536b640ffa10b49
MD5 50f07f6e6ad1cadf2aa3d855646f89d3
BLAKE2b-256 354814361535475ec95b1851bb74ea04e795c7bf744924052de7eb02ba5740d6

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 731732d5f61f0c8cc4c676a6e2870824b2b89907efe60578cb4ec86a043e7e2c
MD5 51ae5eb9cc72dc770ab318ee8ab478c7
BLAKE2b-256 af6aa4f7d4b74dfda306b0f1c97e4141df5b415e84a2f0d631b2b9f2f0832d81

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c182faea234d7857ca32a308997f9742252b7054e3ab3775b8c0ae3d312d45ea
MD5 fd7088e19cf361167c02e30626be9620
BLAKE2b-256 ebd027c4125fffdc1f5328bde26e631fa80b34d65b0cecc67ac4f153bccd46ad

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9d55d7e66fe1e98d9333728682d57edef1ac09ebb84c6ff833b0b51fcc48736
MD5 4b1416ac5ecc1bb6d59fbb71651e42c6
BLAKE2b-256 abcf74173a0830b63076750cb5fb0b859e074ee1f79b4ebab93093c69cea88f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b389050d123f635f1c3432728432bfd925fa5ec2d15555317be40fb6a521d68a
MD5 516ccfd6a406f0d8ab2e323d25bb60a7
BLAKE2b-256 f9a3850c7e4a7a5deafd467ef48415099bf268a4cf3cd540261fc177f5cb97af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e0d6c68788288d84dd9860fde5d94ed3f76dc6a777183818b14cf2344b8f4403
MD5 0bfb39728ec47c5bd13c70c06c70d0fc
BLAKE2b-256 79cf460e1f5019f572949bc59051b6850af137ba6a09febb95bfc79f4a598d2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.23.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 857.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3686c1038bbd1f6ca406dda81d6a143b12607ca83af4e236ceacb5d537970cc3
MD5 1b23f5178799f2e56e3884a5756996ab
BLAKE2b-256 f838a931bc3b820d2dc085a233606d4485d7751445771dfd4ee52f5b638afa5a

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53a984aabe4dfb7bff4b5845d924080e81645eb7a79fe41887ed8bf6429d0e72
MD5 c0e8c5ca7ce8c97648d8f52222275ea8
BLAKE2b-256 f77cf7d75e409f6b697ef7df21632689037e4bb048afb9dcca9702a4fb89b9c3

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f510fd5540c686f8151d29a37201dcf2544c794bbc5d789b99a46d609e0d6eb
MD5 6cce61716801496f1d28dc4d792b08ba
BLAKE2b-256 a7835a56e6958b684547e5bf2dc231a1503237f8b6db316959d57f05f3272872

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ddf66b2ba78f0f823ba0f7946ac1350cf7df7239c708951d2c46434604f9eef4
MD5 b86090b4c8093157fe16ac1c19015a38
BLAKE2b-256 69965505286111a7b5ba70bf5c36aa1f740fb79e9f6e41c916acc70c42559bb2

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 daa66ff736f0c71d022c9968df1b6debbf730fd0f52032a171d4b661da9adbb3
MD5 219fae2d801359541b1f5a34d5fa5d5c
BLAKE2b-256 c76dcace654a65fe79ebc47a2f085e3172f0771653bb1eac021699b30789f0de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cc21e6e56151253ac95ffcf16434cc1cf47918e2ec3c2bba76fb40cb9d500fd
MD5 d803f05d9666f5866c0b9467a098a3b9
BLAKE2b-256 9acd443a2f25aa50dcbeb476d5817877e5658b60380d9a553dc1f2ca5958844b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a977249de0f68d8aeb6f4bf8b02c99ca7f7272c78a90c8f8c93de5ac1f5e6c64
MD5 7644587756ef0d04a81fe7635fbd66ae
BLAKE2b-256 b5ecfcde36931ecda3a2e47a603931bf58f46c20954cc22d932bad9c094b1f36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.23.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 853.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3be7022843431bccfd7cd64eddc442a7ffc047762725ea8ff4c05c9033e67c6f
MD5 caf1950b4dc7d8ef094e7a1f27d71fec
BLAKE2b-256 9c8afb2a141ea012b02ffd2f2146ed18175aa3fd306b61f1afbd8df150ddc63a

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd810e279539ee1253a34d58a867acf502337bda71f9895bd148f9a6173a9178
MD5 1094b80cde2d7c67f2e92b43aee4d191
BLAKE2b-256 eff6d9d1369c239efd9e88a0aaf7b6aa395e2b017d73e2ffdae33445bfc732f7

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0af14a2198f3e29dfc44c6ba9a634b2cda98ead24a07b1520ba88baa093746c6
MD5 069820db87e2967f72c5e656ca486cbb
BLAKE2b-256 498018a321f3e53a7e0dac9a154bb4aa6c10387fef5b60c3bf6cd626c91a1684

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eae3e2b5b7eacc884836e53d62d516d2dc7288628e3c38c46654eb69cb392d20
MD5 17d6c9a5be0db395f067952a40e4e778
BLAKE2b-256 f220c60e38a8f0da7acedab1cc67cd3f9457cc2d02f01dcd54abd40f729c1fd4

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5481aed733af95f84a3558e5ca1db2b44877bc0c9ba839892a991c7051e9c134
MD5 cf7ce580db5c4f07ce79ba34d5dc6ef6
BLAKE2b-256 45212c1e80c16c7f0a8fe3a8a499ece1d8d428e11d17cf856cb85e85964c2d05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f2c74b2fc610e37b1881863e168222555d85ec81150f1374053126926da8149
MD5 b4f18882429de72429da666daa0c7a42
BLAKE2b-256 d6888723aa5ecdc6e558656dac9c10e74897065b5e5adbe6e5f32396984ab9ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 615ce078ebd356b3bddb124e33cb75364fbe5920a729512a2c0cac5c051fb212
MD5 cbaf7c2914c65f669e6bbbe49f5927b1
BLAKE2b-256 b501018f5d9028dafca36c047b8e659536808fa7de37ab787d1f06f7e045f703

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.23.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 854.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1ea56811ad9f3f9f05d5207b96f677ffb2c61aa910d176573c4b1c0ae5d563af
MD5 f52914e2043ec48e6b5a29287e1276f3
BLAKE2b-256 7d265b5e7cd160c6e85d8c269bd322e2f67faaf68fc5ba44f5424ac4c0d035bd

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9283ca3c6ac14086102852bdb8a7941ac435238fd24f22720e69aa26fb7cd926
MD5 b7ee8539dbb73b6179aaf57230864ffc
BLAKE2b-256 625e6676cabd6b0e4e376d5b7dbf86f9e06d30fd591b9c3459bb821067d85397

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2409f98dd974ce950cb2e070694c414854ee53d02d8303982725abdaecdf8b14
MD5 fcf36542eea38c5322f755a7127a91fb
BLAKE2b-256 b47f847b359276af097d282499110bf8d504744bf351a9b4a8fc892501145611

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05c023392e43b8ae2ccec3719a63488502c56b0eb5eb85e7ce721c26a3c58b76
MD5 99df667281f0afd3d949880c7e8bd507
BLAKE2b-256 56210662e4ee7af30ad81c086a9a718b0f0c11131adb3420d168a0d5984888fe

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f934ecc0e31e15d1401442ee24c74262003c701f0b1b4815aeac57c693f02f3e
MD5 cdd85242f903bc3b262a3f096629cdd1
BLAKE2b-256 26262449a73f018b2880534ea1a7ce8f09143201b8bc9a3022b8fdd277c8b94b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcee56f3eb65d5db2e6871ffbc599e3cc2c59056483a700305b3d98b15823070
MD5 5bf99bc6dffc55aa24edc71e5680f2c2
BLAKE2b-256 eaa4d4f6c35e883c90fcd0c0ccddd689d3994dbb7daf7a32d8be3bea9844a25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a04056711e60a1372a35ddfe9360efd1262739ed617fc12c7627456f990c458
MD5 134457cfbe1f0f425671e3fb047b1dbc
BLAKE2b-256 4198a6c52db962efd9ca52093e3646cf2482fc1b2ed79db020483c765c4089d0

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-1.23.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 869.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 54be6a7b90a881f363c5f64eb8ea4c9e2c0ec2e4366457659248435916c54306
MD5 6f024e65d7c82e235482b23c27fb892d
BLAKE2b-256 87eafe58a373d0cf896d1f78404c826f950783c0eb259653d051a7cc64e83651

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 378f89bd50012a49198b32ec48487ac6673544e4c2f1e5278ca169de488593bd
MD5 3d46570ab4989fa5705749b9787310cd
BLAKE2b-256 c856866c78e0ba15b767ac905506ace7d3a5e59b2907a0f87afe1c704b49d0f0

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 329ae7d0529a095188f8e49287ca6ad1b6a8ee4cf2a02a8dec9d23baf0650ae7
MD5 217a3af693238714010ae9c534730e42
BLAKE2b-256 6abf9280d4d535ae33e109ad61813b32e5d2d730cdc59d97b121090b3352e5a4

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53c680007b4aca873c78b6b9c385875baef6dad25c0e26397a8184a875cce041
MD5 5a360e97b2b15fa25c4b24ce30828d4d
BLAKE2b-256 adef1934af20389cb649f57199659d294ac04585db40a01fbc4b26ccbde6793e

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40fba731f07fc4068300f19d6608fddda17ca313d2733c44ef910487a5bbf6f2
MD5 d8978819a667fcf88da0359cf3ee74f2
BLAKE2b-256 f92524282178de5acbdfc813d2744f62aa6c4aaa64818ad448e8af3d94a47665

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3ccedfec5a4a66865dfee5e1eac8ef9e14bb92dc70136571caeff3cc34a3617
MD5 4cb4ec57b654ec38b3371ca7e7ecd251
BLAKE2b-256 3edd9561869589de6fdb8b23d0e37326e655bb61d09074dbe1ddc42d9c740d88

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.23.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.23.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b868df81e218dde7dfece4e346e934737d8864affa3501082aaf5c09cab86d2e
MD5 0ca23bd2883fff842a1f1cf29599866a
BLAKE2b-256 5dcf7f536a62cb664a5d47165d83558519e762e6f5a450d9f544c0e35e07bd4b

See more details on using hashes here.

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

2.0.0

49 files

1.24.0

43 files

This release

1.23.0 This release

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