Skip to main content

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

Project description

PyPI OS License: MIT CI CD Documentation codecov

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

A tool for classical quantum circuit simulation developed as part of the Munich Quantum Toolkit (MQT) by the Chair for Design Automation at the Technical University of Munich. It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

If you have any questions, feel free to contact us via quantum.cda@xcit.tum.de or by creating an issue on GitHub.

Getting Started

DDSIM bundled with the provider and backends for Qiskit is available via PyPI for Linux, macOS, and Windows and supports Python 3.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.

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

Uploaded Source

Built Distributions

mqt_ddsim-1.21.0-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.21.0-cp312-cp312-macosx_11_0_arm64.whl (887.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mqt_ddsim-1.21.0-cp312-cp312-macosx_10_15_x86_64.whl (948.4 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

mqt_ddsim-1.21.0-cp311-cp311-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.21.0-cp311-cp311-macosx_11_0_arm64.whl (876.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_ddsim-1.21.0-cp311-cp311-macosx_10_15_x86_64.whl (934.4 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_ddsim-1.21.0-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.21.0-cp310-cp310-macosx_11_0_arm64.whl (875.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_ddsim-1.21.0-cp310-cp310-macosx_10_15_x86_64.whl (933.3 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_ddsim-1.21.0-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.21.0-cp39-cp39-macosx_11_0_arm64.whl (875.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_ddsim-1.21.0-cp39-cp39-macosx_10_15_x86_64.whl (933.4 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt_ddsim-1.21.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.21.0-cp38-cp38-macosx_11_0_arm64.whl (875.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mqt_ddsim-1.21.0-cp38-cp38-macosx_10_15_x86_64.whl (933.0 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_ddsim-1.21.0.tar.gz
  • Upload date:
  • Size: 302.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for mqt_ddsim-1.21.0.tar.gz
Algorithm Hash digest
SHA256 f5b19523e1ffbcc3ec696acfebdb4c67e751b9ced3044755cb74ed30ef0324ad
MD5 31e4140548f6763e41a3beba0eba341d
BLAKE2b-256 e4d9a30561b229aef3c1009a9d9404db0a237baecacc0a9ea4dbbd122ba94495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ac9a716c69c7aaa963e5cdaf8abb9ef9b086c7afeeb19e40d4b3decaa4bc8fcc
MD5 36e748eff6d896bd76bb16c4b432621e
BLAKE2b-256 d817bb1679a81414e3d7f66a8be2f48d22b4782996c2afa3709fa776997e8b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccae61b80a39341f23d1e0441f5e9f951b97c19e0a4f2bd65f55ebe86a696572
MD5 85a635a3509fdc1bb5ee580f2e64b8b8
BLAKE2b-256 866f04d7ea11542aa51c15f265e71d8f323fbaa1317db959f7632178c6390ff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98b0cd103b6a7beea685db4fb0f4ff9f749c1c4496bf56df77095644190db6cd
MD5 9e4f80746599f0c790b949b1c2e5f6b3
BLAKE2b-256 d82b09acba005d6f26485010d987f41966115d0475dae2d929067d70a09a30ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bfaa101a95a42ea001d03d210f459ce23b71ae19fd5898216f20608e4d89073e
MD5 0479451b74ed0e89f0a3a97687f3fb44
BLAKE2b-256 621de52d82acd77b773eae7b09e2e6bdd61da30f531e411eaf530a5c1c0c06c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec96626cea79051366cb7b02e114e515c1370a1d50db8ebcee09da03563a1d67
MD5 c5ea69c586bb8b1a9bc3c751d71ccaa5
BLAKE2b-256 c0fde030ea0523e178cfcccf35ed422dd6fd7b9a0405af3b160501b9882cc7ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dea3d80f42efb81d3e1e46f766a68c517978ea6e167a1d6e73dd3a8c36d20875
MD5 f6cccbfacc10ba0303f0cbd20a0bf115
BLAKE2b-256 7a16504090077b1c2355065e8481eb127c1c17abbd586f02cdefd93e4ef9ca95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3aef17681284f37a6089650cf86366fd184db310126e99182bd6657871168293
MD5 b28cabe82ed5e28bd458ba9b7e1971fd
BLAKE2b-256 b1457f216bef11ca5f272cc294083542fdc741f852a9dd599b7e84d5c534d363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e5cfa7b39d3ecc6cf46415f82c0adee9818a516fca8e34213b158fcd27bcfb6
MD5 733dd3d25feeea37fe137f8a6f83f84b
BLAKE2b-256 dc16afcddec8cba7f9d9a1f4bd477eb74dea63abf3c73b8629c996ed38793c99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f225aa5da82bef361ab67c83c20fbc6bd5a7a81aaadb7210fcd07995af6bc4a2
MD5 bb91e646e53039b6215b0a5777e6de18
BLAKE2b-256 32ec70d026239b316f1b3be57819534772d2782c9ef9ef64501ecde48374dbbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a88c5fd564453e60b5d48a3671e3254a6373a297420f9ac1f1d7086ea8e4e897
MD5 3f8a548321da5e6f04a6402301a9d54d
BLAKE2b-256 8583ca6e70e22dc0b2a2a4eb425d63b2751ca6fe90440522c3f45e6b5d47afe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4470b919d520ab9d584fbd322f77736cf4b27ab85ba3a6364c77a4b872198ec3
MD5 ae02c35c82c7724505f35210c662bee2
BLAKE2b-256 ab96dc3e78367762f866366610450d515cc3b2671618068e2c66e4b8eaf42c20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9af5c38ea36210ce39326eacb00e719159ab181e639642cac435598e87c28ef5
MD5 336fb38c408b81d07dcab05e5d1f4d88
BLAKE2b-256 f0df8f6ffeccf833b7216b4620c3671516cf6b8f4bd188df8d51918c179740df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6517f1e8d8f47b6b09cf607c89284906b493b3ea35008f68e4c164fee478310
MD5 a07d0c391abaee462ed6cd0213dd9c6d
BLAKE2b-256 05b74ccddb662bf8e98da73b15da20229b5823b70905705f731a47afdd106edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2aae7e5b523ea151e8415b8de3957feb239f20420a226f90c5dfaa0eafbb458f
MD5 675702526a870dbd05cb4c2f7ed2ae84
BLAKE2b-256 8dc3141c0cf48fa33120169f7145a59d563230077e7fe7495b63b544f75ab881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 df1eb01a4324def7848f71b7aedd07899d0bf0bc8b23c2dc8d695a9009cbcc7a
MD5 e911fe21e1924033038a9dff3f4f736b
BLAKE2b-256 1f5a1e58a0d1821d85863c3cebd23623501d5fa2a8bf0d308c40dcb0e7df0054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55730c743738597a6c198b410a2b74b5453fa6bccc1168562c7fff0437e43b85
MD5 9d13d92d080d2096b26c1ebab513151f
BLAKE2b-256 2e0b6e52630179ab89c50e2f8aadc127656b3ca2482227cc643d08b4fd5fb978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2466c9c8c629239829557f7d9cbe0c2de8f9c182059d49186ab9c735cd025b5d
MD5 bcc758120325c9dfd64a15ed19fd221d
BLAKE2b-256 4ebca131a3d8fe798e79ff79beca15fc67151cdbd50a9db366727698b510b0e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52f2d129fe55aa0cb1570e44ab1b99cb29493987d7e68588e50a88cf518af9a3
MD5 e5711ca3ded4da454816f47e9e5e0517
BLAKE2b-256 6c353d5b4ff11273d0de7d025ab5c1f243bfbb9479836b91278c2ac9195e2e20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5900f8ceebe2837d87e92c362dc7368f340cf0e17d9c24002a5afa79e2294be1
MD5 d1261d2548265c67ab17d9a5a87e2a26
BLAKE2b-256 485a24c33a1d9dd2f067288010764ff9389773507690144622ebe8f9233c14a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fdfe2f7bd63b3a3ca09342af1c8755a0ecee84bae0758cef261393ef1f56c69
MD5 c4ce2a6435fc2de13fd9c8e5bfefa63f
BLAKE2b-256 9680e94e63c9f5ff32ddf795f45ef69101adcd39f687967f4e91578aff5ef3c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d5f3b04e28283df74a1a5bf7bed997bd7d62710be9b6b522f9adb2916ba793c6
MD5 98d70ec9ae3dcf9c59b7034ee2a85a45
BLAKE2b-256 dee07596192b503bf4a364734b978b48f48f6af8a359400d3531c9023a50a446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 29c1e941d929eb5a34feff355bbec72423bfa4cbced9d694533f6a885ada0b14
MD5 299ad51d07d8be2df6e44b0088a597cb
BLAKE2b-256 9d879005bd5de3ff0953594d0f2d7336cd15682292fa5fd8fa6070e4819d6d92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b318838f526689f7980af2083a4b39f106358a6c02a8a9eb3bebd0d72fed9c66
MD5 38d8683d69256223547d7415ce6cee5f
BLAKE2b-256 555be3ec8822d1fe2f81b9aa8e40073b2aa37fae56feee7f8083db3f3a44e647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 44adcb659449198fc84afa91f4ec126e52f88568085b746850d8a8701c21c8cf
MD5 72eafa6560710ef6cd0f4ace56bb70e7
BLAKE2b-256 47fe7cb3244045c0eaffff6918d0b7c75c784d35b0d4a76091389a26b3176b4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 73aac0a35941585fd62a507555007f1b69da64c4b272e9df3939e368a088658a
MD5 db32344d2a9628f8d2dbb632076544d2
BLAKE2b-256 158becac53c318065fff2f4970a65baaffd2aed12a07bd7ac7ecbc5d8b0c53e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dae28d0b9e5b3ac47f24645ff1a728b0ae46c82e1f547a9a1b330c7b860852e0
MD5 82a1a0037a36f04b368aa805805baf02
BLAKE2b-256 63b2c576cbefa8abd240b16f94ed49dfebf04c3629771cdb57d53a557034191c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 706f4a5c5565133b822f264f54c52124269baa28dcc3fa0dcb8a238d8994451e
MD5 6252740c45618993f37aedd1274fb995
BLAKE2b-256 f8bedb6ce3bd5263b6f7a62944ec3f0281629b9d0cedbc315be61f329c027968

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b038bf0925e9b10299c6ea1557dfec09d52d03ec7d0a80fc0d3d316f7aed97c1
MD5 8ca58ed237f76a3714cc7bc66a76091d
BLAKE2b-256 dc56fb6657879c6b9c083f215c93002ebf943f08072420461f2776518d0d330a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bc6b26f0b0ca22a9f124c943fec5befa1af5aaa4d8347c68e3c58c645db6337d
MD5 56472a29df1638a5367d7016f2136c64
BLAKE2b-256 b47cf9a6b955f822c46a9c9d0e20750057f1680ce168ea8a2a005f98a678bef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbafe434edba4275b482ef85dd59085562f301c597f1e57347cef1af5204820b
MD5 d6f1aabe221d5a0d95651817e48aaef5
BLAKE2b-256 d8a9b0e0c1f9b8193ca69276224fdab046bb478215879850e5e5d38134ad260f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b7a0a5297e64d85ceb48ca10ba1cbf0591bf7b93e2d7f05731af68fbf8f4ac16
MD5 603f846b1d86d104f36d3334baab0673
BLAKE2b-256 173f7bd4b3ca1b8d5912b10dfa265ceae6e7a86caa38260ddfe83ebfb7095ea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a90a33a4a40f35c42679baf6f247dd9169f55c6c507f296fa77d13f7e8b0e182
MD5 666c1ccd315bdba4810cafeabcf210a5
BLAKE2b-256 aaf9c87f84dc27ed6e140953267fb82176d691c73ea25a32d9a48b9e01915c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81888f965dea66b18e9156f820c041097837b472222a794a4d49c2669c36dc8f
MD5 8939013f7313d2554db0ea2368eb4c69
BLAKE2b-256 1f29a45ab721c725ec55e4d641b417605336750f67ec6ca4fa7a7af386118a56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07ee325ed41f7b851d9b945f53f2119db7e1cf47f44057e9be38c8745df95c9f
MD5 70c6e7b4e0a50fd210dcae1fbc9d8db1
BLAKE2b-256 17b8497bfa72c6e1c8e1a8443842046f2a81d8e664c81becdd219b26eec5f986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.21.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 35150610efa5db6d38a5ba9ac16fcf29f2a3d9d1e00061f038195fddc919caad
MD5 b41e944d8697d5c9ee0591921606bd1d
BLAKE2b-256 ccc928b9e92e7461d050e1a6c9fbd67af7cb6dfacf6f598f5c50964dd7ee129d

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