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)[^1] 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 *
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 = execute(circ, backend, 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:

[^1]: The Munich Quantum Toolkit was formerly known under the acronym JKQ and developed by the Institute for Integrated Circuits at the Johannes Kepler University Linz).

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

Uploaded Source

Built Distributions

mqt_ddsim-1.20.0-cp312-abi3-win_amd64.whl (721.6 kB view details)

Uploaded CPython 3.12+ Windows x86-64

mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (638.6 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (604.6 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ s390x

mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (683.9 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (597.6 kB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.20.0-cp312-abi3-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.12+ macOS 11.0+ ARM64

mqt_ddsim-1.20.0-cp312-abi3-macosx_10_15_x86_64.whl (646.4 kB view details)

Uploaded CPython 3.12+ macOS 10.15+ x86-64

mqt_ddsim-1.20.0-cp311-cp311-win_amd64.whl (720.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (639.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (603.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (680.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (600.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.20.0-cp311-cp311-macosx_11_0_arm64.whl (573.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_ddsim-1.20.0-cp311-cp311-macosx_10_15_x86_64.whl (642.3 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_ddsim-1.20.0-cp310-cp310-win_amd64.whl (718.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (637.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (602.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (679.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (598.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.20.0-cp310-cp310-macosx_11_0_arm64.whl (572.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_ddsim-1.20.0-cp310-cp310-macosx_10_15_x86_64.whl (641.0 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_ddsim-1.20.0-cp39-cp39-win_amd64.whl (718.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (637.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (603.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (679.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (597.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.20.0-cp39-cp39-macosx_11_0_arm64.whl (572.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_ddsim-1.20.0-cp39-cp39-macosx_10_15_x86_64.whl (641.1 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt_ddsim-1.20.0-cp38-cp38-win_amd64.whl (732.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (637.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (602.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (678.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (596.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.20.0-cp38-cp38-macosx_11_0_arm64.whl (572.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mqt_ddsim-1.20.0-cp38-cp38-macosx_10_15_x86_64.whl (641.0 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_ddsim-1.20.0.tar.gz
  • Upload date:
  • Size: 41.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for mqt_ddsim-1.20.0.tar.gz
Algorithm Hash digest
SHA256 36454e4a4be7ff02f2458efd6bf527c1b74f71c4fad75e7a4a84f34fae43be51
MD5 1390ab4a5bf96d7bea709e148365ed28
BLAKE2b-256 80e6fcf97366c7dcb0740c1ba94fd1cd8335d560dbc2ae3b38c1aeaa55f66262

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ac899fab845588ae78a6cd9a95080f06402e4b75ef0aaf85c35d93742aa17a14
MD5 f45c49ed89156c1e7e7e4f35cd4ab1ab
BLAKE2b-256 f1ee6d9ac669ffdf2423e9964074e48afd18cff1d67b512c7f46b98ca6ca3dbf

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc10a9c6bd783b802cb8e2ee68cce8905ff4f2c04f527a043b3fd6f92cd267b3
MD5 9b5227568d4275421f789422a600ec8d
BLAKE2b-256 b3e1aff3b05454dbc116d1a327541bc4e62834ce4c8fa0baa9a6af54dac7ea74

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2dc68e6681c12f1024df741e75a00bc6770c905b83828a212a57a8e8c0dfd561
MD5 4098cc764d377e8475b35ef09871cf36
BLAKE2b-256 c49de32a59c2b00ebd6bcffd04ec0831ca8d0614da02b85096e7438f3a31fdae

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e3543a13c8fb9b4a78c60d6b5e8f3e87e31e76ed4d93b7a2ea8b6b0b5117823
MD5 9ec0ef454637fa59b764a796a27f9c63
BLAKE2b-256 abb0e27a910186b1f5a1273ebbcb46a324b7d07f93e2270bc3b1a58fa189afcc

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e764b6c15d54f52323c3dc65137539e1e30745a265734b167902d649ef5d7040
MD5 13df20336d3e8b301b20019d11986d0a
BLAKE2b-256 fa08d5719a43f6a8a0327a0c6452bede9e9acb346b87e33b55bd728cad296799

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e01a103aa67c38cb4b8232c863d5a5766fd62f86d705bb8207d393cdae4edf54
MD5 8faf80e8d5c0b59759f20d43efae5cab
BLAKE2b-256 77f9e90debb767e4ffe1e708d1583401d037ee1bad13a471285173a600ce6a4f

See more details on using hashes here.

File details

Details for the file mqt_ddsim-1.20.0-cp312-abi3-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp312-abi3-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 51079d88a481db5cd62c90de518b82eecdbda69d7e6d238b1285ffdd20670bfa
MD5 86f1fe3a09ba0c9902662562eb85aab3
BLAKE2b-256 62f493103f30f57d6bad05930bef29e7e617516af4643acf2bb6074e2a4eb89d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aeb8d128957542785e16f039261a281ba432ed0b52b5c529fa8aec1817309d0f
MD5 34c32782d699cd4473d97474b6e9c475
BLAKE2b-256 c2b28d23c4e48e774ffaf0cc5a1b954a713e2941daa376ef2de6421d506364a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 446aa6738efdee42cc5c21e202865ef8414950d67d30efc2517a4cfb6575bafd
MD5 e2d2b40a84eb32637ce0e4e49dee90f0
BLAKE2b-256 fd7e3cbdbb76279ea3c4dc773283b549b53b21d67c59d3fa1fe90425718d6f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d8fe2b4232f8a00569e329e4aeff9bb22b2a0d71cd4657f235d34f97603edc72
MD5 177e6e59d254f74b38cc5b423ce3cdad
BLAKE2b-256 d8ab2f1a334a51a3484c678a4bd6d930748b6b687b7d84e30f2dfbfc95bf02d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35f05efbe10e7b7cadc9711050cbc2a0f025af3e502fd964e7520c6567d71195
MD5 fdb10749a18db5f21fe2e354c890ced9
BLAKE2b-256 069814c0ff30dc9a4ec0d866e56ee75557315afffcfb3a87fbed7dcc86bad465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d51fa3257f7c88a5a5818d6b02aae22def1471ef3aded85ad1d09ec3f42e6f5
MD5 2f45fcc8bf51c347d63eda6f6ad0c088
BLAKE2b-256 f58f27ee702b8c2c189b195f93c1b87205153c9fb4affba3b18b40f9ded41aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99fcc164c6228275c7747166cfafeed205ccc16a3914bda072bb4859efdb79c8
MD5 dd5ff65eb0e0184f48088535382adcf0
BLAKE2b-256 d20e5d6a01d34c6d15b22d5b1282c9b8dae0b080e40234d53eaefbbb7a08e854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ca874fabe308aa62594a19fef0bf8df5bbcba0886609c659980e6f626e46caa6
MD5 03a5daf48bcc74c63163f576d7b73860
BLAKE2b-256 1738eb34248bcba16aa34418df092457c8a1621a761f91af71e4f9184c554c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd149c9bce923fb32e36bb13ec2b993068667b6a5d63da869dbb76aebdb51c75
MD5 b672a77480a390663c872a346df95987
BLAKE2b-256 3940967cf757d711c14c1b05cc825e3be2d9aa1afd42344c4b6a3438bf18da0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b241c5cdd4a50f1f7eb7e43e50b811bb9e17556901dffe4f72e23f332eb07507
MD5 336804f5d91852abc06f5a0d05021752
BLAKE2b-256 ec8fa0be4f50d20b75339123e2fdc7c998f368f34b415f1ef6f4ede4c7ee7c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5c93dc676b06e3be1890d91e2dd11aab7098a24a4c63699d92bb5e1b7f27c0ec
MD5 1de01baf4d4fb9438e69ab7d4fabe18b
BLAKE2b-256 cabca4b0d72036e9d11467abbb329d131cc4cba48e76bfbce481b5eb44b1b921

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa875847c0e50d5a615d3451b64d42c49b8d5666ec1df6c5cf95f6157d3a433d
MD5 17938a282fc8fe1d89ba65e3479c9cc0
BLAKE2b-256 cdcf11ae6d031bb3063ee1f2373d56ee1682f5e2c471bec1b5124fbbe3918963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01970173bd2970a4cae05cbaa80c631beb5c6a463f2f81368f23708432f1e6e3
MD5 6bdeb6d90fee1b8d67fb0f0ccfb9e8a4
BLAKE2b-256 58c47abb28babc4aa5e8e22bb4ac709dba7db7ead0f7911e14bfb83158e96d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc1018c380e145e0d0a17e730eee055f55e27381b24f834753ba1f23f2a8c97b
MD5 1177a676f6125768aeac0b7061c8edea
BLAKE2b-256 1260b2c293ff610ea89cbafdd56a7ab4e6dcc54b59024beeb3a8dc3c3600a921

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a7f005e4c3fd59c7ada5172c4bd9c49577a5f8effdd9ba9316bbbdcf5fecd278
MD5 5839fe210f9f7b6c9202d65230f56c7a
BLAKE2b-256 42071b161a94db124755df697156e24028b41e9d41b5d5356f99f9a6f3948cfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.20.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 718.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f5f4c8757d48b15b7d6489c226b07b66c0997ca811fc22b1e95973e14fbf6b8
MD5 9dba8a4acc2e9c1c80ae18b5752d9bf6
BLAKE2b-256 e5c474508a2df73adf35bfd5e00f40e264098768ca12dd2b8c4e7366dad1e7e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7ce30cc2558736c8279c6677e27e80dc92de373bbead007fde619dc64e33561
MD5 162e14818ae44556ea1141f6f5c22e9f
BLAKE2b-256 c1852793db5f8a368ff57e03152280322d3af0253687f976a6c5dae3f5d7c490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a147f07af3c596958a4812f816ef2553d7f4a5e2a3e9e83a6be006a3bce28a7
MD5 18a1408b4deb0a25e464646ebc73d6c7
BLAKE2b-256 f09c53a20b00e060d97a07574451ac59570a47c0bb341f3b02c3d4f6c4237a57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b45ccb5e22e8c7505dc0b79d27e55a8adee9055b36beac8ef837284d25f31e0a
MD5 5120c4313e1c15701bfabc60f1972450
BLAKE2b-256 e46f34c841d7d2175438a97af12c5c31aefa393b517237c62154533f6381bd32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14e60218a49394326680a62a32ffe412c7cee7932e4bd8444169881f2b67fd85
MD5 025ca8b4062083fbfe19d210aa5a1ee6
BLAKE2b-256 c0dabdb31969b5f1ac4f5bfc4c038ea55f5e58c3fa316caee0cde40c878e004e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 382d15baaee40163b0c80bcced306424ea49088017756987d319b6442448cc14
MD5 9bab284766522230289bc5b8ac8522fc
BLAKE2b-256 8fe7b1544a3902935dd799123c35ab2f3579e7e6cb2f0df189857d05b6041598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e8663a99a1c678fb5f6856f07b331193fb341cd190fa478d86ebbc22528e2d25
MD5 3027a95368ea6c22c79f8a97efd28198
BLAKE2b-256 8b9552254271479b3ab98c5f51d925d3d37410b619504be72930b5d4c3882528

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt_ddsim-1.20.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 732.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 07238778d8d6ee591bdb280af4a38ded239bf0a3fe19024ac4f643c988bb8804
MD5 b9a5836c0af86566695252fb66ea38e3
BLAKE2b-256 596be0ae606a516e881853e6d40405c3b02e4f194d69896904e4607fb90f8381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8237949de6862be78f5a3b9aabd86167352042edb1893761a8caf13e18dcf8b
MD5 d6e799fc4df23ca2edad8d099e8bbafe
BLAKE2b-256 bdea54cb26f744ac751eb97495ca16e886540ee7b809173f46072bcef37940a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4b55603dd6e97e059c203919d4f217bcbd345815e9e18d2ac5c9f3a5ea069ff
MD5 e6c55133502772e38f3c1b507c190975
BLAKE2b-256 964a78b66d736f39a3d920d4d3fc130f20a667706b1a7dfc86068881115fa7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 20f20539c5326dc63b56af74cee35c5c8303f71dcd73a350518efcb01a4d80df
MD5 c8d315278fd8fc83839ce5cdeba7a74f
BLAKE2b-256 4efce2450fa9f893d1dba76d8fa2b0e970236944a6290382fe26f97fd012b444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25a4652ed5bf889ee1e0858f68f83cf89d53aecc3a57f6f36daa4e2a51650330
MD5 5b14ea09d2f72c1aba1932e4e1334e3c
BLAKE2b-256 37ddfa2db56ab3d090cb097d100a70adc37a58981edd0cbdd0cdc17b14686f79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57936cbe1648d4a35a45f731357fa6408e0d81bbb3fd92b196742138776f4103
MD5 277e074c03a8f838bcb8f00843bfb31f
BLAKE2b-256 83bcb9d611003937c9752d12001c1e56733f12eadfe1940fef26f453bbeafa92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.20.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2aeec10d05087b52ba5b1585e5b3171202b715e2efa295e9ffc48aba966b3fc1
MD5 793215b63a9f7f0e421883b6f4954a42
BLAKE2b-256 ac2f95fd61060b76e3faf04786a4057b589a1e4f549e1d36a1e75564d55020dc

See more details on using hashes here.

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