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

Uploaded Source

Built Distributions

mqt_ddsim-1.22.0-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.22.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.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.22.0-cp312-cp312-macosx_11_0_arm64.whl (841.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mqt_ddsim-1.22.0-cp312-cp312-macosx_10_15_x86_64.whl (894.8 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

mqt_ddsim-1.22.0-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.22.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.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.22.0-cp311-cp311-macosx_11_0_arm64.whl (828.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mqt_ddsim-1.22.0-cp311-cp311-macosx_10_15_x86_64.whl (880.5 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

mqt_ddsim-1.22.0-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.22.0-cp310-cp310-macosx_11_0_arm64.whl (827.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt_ddsim-1.22.0-cp310-cp310-macosx_10_15_x86_64.whl (879.2 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt_ddsim-1.22.0-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.22.0-cp39-cp39-macosx_11_0_arm64.whl (827.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt_ddsim-1.22.0-cp39-cp39-macosx_10_15_x86_64.whl (879.3 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt_ddsim-1.22.0-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mqt_ddsim-1.22.0-cp38-cp38-macosx_11_0_arm64.whl (827.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mqt_ddsim-1.22.0-cp38-cp38-macosx_10_15_x86_64.whl (878.9 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_ddsim-1.22.0.tar.gz
  • Upload date:
  • Size: 304.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for mqt_ddsim-1.22.0.tar.gz
Algorithm Hash digest
SHA256 64dbab11204f21900e534bad7218933e55255db501e6d2443b36c671534f7da1
MD5 13fd3ef23856a15a7f300b22b3d99c6c
BLAKE2b-256 1774ba941417da77e7ce2689ea5f8fcb3486eb82b0da1610e09e70b4c745a241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c0b85430a460b2ff2b8f7a4323bab2bad5caeae24c4660b75ba8ba08c7657e6e
MD5 5ad81e5fd9c2463ce11634d151508c63
BLAKE2b-256 fc5a29b9f99314789fa387960e40e57c6b69ef116cbbd55fca42abd4e19147e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32c27a9d7fd6de052d9ce5bea714b149bb7bda8d0a75a006235314e472846fd0
MD5 c291198536250ec009497ee6ec787fcf
BLAKE2b-256 fb9ce917c1354d037f794d7e813c56bccba588c0b3f83b504256a8dbf3cb9d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a86e33854ed538496cab9c163956f2ad5b215bd54cbee899e72c92510dce6f9
MD5 0389bfe27c4104486ba65858fc07417a
BLAKE2b-256 887e0acdc16435471b3fd4813c6ae2940014f15b2d14321a9a98191a2d4f58ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 acb00e9dfa3137e5f8df0f6836c47e8d3a30df11096ac41d21a1234ac52acea8
MD5 b6da8a4978b3a4fd26a8ac7f40bfd164
BLAKE2b-256 b1faa55ee4971e52eef265fece844c97df605a90af972b4692fc3b50268c73d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b13d8495b61a3d44eabf17b0e46f984798495dc1d4476446fdf2f895bc4b101
MD5 f63a20ed92a7d30c64d68e57ea202b22
BLAKE2b-256 1445022607d5dd4cfcf7cdc4da58eabaadc84c651c8565c0408a58a6b779ffc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6867e287731578a7836a083ba8adc9b47d223e2cffd2c116c020767927f1597e
MD5 669c7f1942b9cff92c0dfed685244272
BLAKE2b-256 250cb8dc9cdae050589f3e5efb21189d97ee853c129cd17ea179bcd878b28782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6fbb46835ce08a5cd010c7c0a699480e9a781dc3bc790523b2dc37231746e324
MD5 4626481c7b76d57cb93988dd60d679c3
BLAKE2b-256 22da26dad498f984b86fe35d6d2db41cb43bc874ce456cfb12bc85abe19830bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e19d45eb0ceaa6075d0a62980b90dc9bb4d6bc9c3efabd06507e82dc11b86f0c
MD5 3bfa7ac69916bfb24713b60830f6074d
BLAKE2b-256 e64b9e567dc2767b1f8f819e1a9617a5d97d0e4765f44c491f28da010526550c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1305da1ef5e386d72749a7bee0967fc129fca04fea0b4abd53a5b5eae306ee1e
MD5 e32a5905285d3dcfa88a76955f6d0f24
BLAKE2b-256 5222309f87dfbbb9eb51f99d58bd70b48dce23abd7a454c37bebcb5668779619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a5e2730163c95cc1c514b85a2e7631a030438a1bc508386e3334445f4936dab8
MD5 defb3808e86ead97e7a86454d9e83e32
BLAKE2b-256 cba33ff3be130f4ca9254e186087d6c19b14da033987e717e0db61e1d814004c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0eee7a763a10edbdb6a29f94acd19d40a3c79b4717f4abf825e1bc372d6441fd
MD5 b2973484899dff59e21e817305051cab
BLAKE2b-256 9e6014ab9eae09e4e3a35c86883d6a2fcf5e74c9c96d63af4e78ab427546bf86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27773ec1cd63d182f4b3064e991410e9a15512476b43013f4ca954570fbb1b30
MD5 a6c984a51d8ac7f812ffbb8ef3abee31
BLAKE2b-256 054c20c56e6878eb1aeca21ba1e6312e3cbb40944e36cbb215b020f22f2bcfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c1fbb980a9bcde457dba15d4bd57c24e719042888f48484d6fc1ea69e6fa671
MD5 7021d7d22bc211585f26f7a0e49f0e7f
BLAKE2b-256 91419bf3a963f04dd307a935a1dda2d1003591ed5681986f3c5b25f1ae6e73bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c79cca8533529d99ef4cb13c87ab00cd096479f0888148aed2e5cb028669d9d9
MD5 f0630821ca03b82d66203cca333374d9
BLAKE2b-256 24dd90e39175ad6f9a800698ed6238a84548f4025f6f067b50cc7faeca7716c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bef6bb259387b2a60fdccd1261ed15a1605b51611db32bd81bd2be76337dadb9
MD5 294ee39a84c00f5b52d0de181f507ecc
BLAKE2b-256 df78008011c4745c57c29327d6ffae22a0f8e0c013526b08c98b5e385ca0f70d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 267f1c7a975132de1b01c1f48b828d93d308b7591640227ac8a795913e858501
MD5 685f1f7a4a686c3545ee8440405407c5
BLAKE2b-256 64c9f82a14a3e501e6ac6ad4f8e4e6862d577a7e1a1deb05a312a059c9cfbbd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e27a26c335777d2ca6a96cc0ad734aa796b8fc4fbdb65eb591aa01bc839d6e98
MD5 ff55d8e346215665256c822913318330
BLAKE2b-256 7eb9c5a43f8b5fb41ccbc48985a8198f3347d8fd55a3c0bc4d851bfc2c5ac44b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b26aae179b5dfe8d084ba3e9fde54f4f8fd8c7f1fb1dd86107e5be757b9147cd
MD5 d59321aa992154db4b5897cd83cc25a2
BLAKE2b-256 1797b927b61bf8961c02a2320a1d14273f7ac21ed3397cd4a67b979061fcea1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3f41daa7e838cf1a34df22303f8faed314fa3859d753405c99b3ba3a45feb4d
MD5 308d4f148bbd627fc045f73691bbc676
BLAKE2b-256 3167576f7d435a5da00603ab546bc9804f1a3773997cef2e5406ebf9b0ebd1ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83473dc684a4086c1b75a831b4edd1787dbdde12b06bb5cdadd706fce527ad87
MD5 c03f09ed079bab29f9e645850249cd7a
BLAKE2b-256 8ad943c18a117df57c27d0b8b5fa0defb3255f9ea16c062a7f2bc9da7252687d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 91268faaeefd74d7bff29699b1fc10357affcb832b2a8bdda0070834e1b10664
MD5 003e6241472023e39925eeb883024423
BLAKE2b-256 0a266fcd982222a22a8dfa878dd36d37182bd9d33a8e23785c24366c49d6df76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 191ba0cd62b0755c349d905e9cba3d605dc8f9dd8c8a782a3cf93ea2235a6048
MD5 1a1e52394bc45eb0bb85803d122e514a
BLAKE2b-256 1624cfe186459230f895062f16680ff44b9e775af7bfd288bcc5d07edf5428d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd3b321c5b27a91d2bd6d8d2c8681ba05ec8bf4f98c1ff22649992d3f6e26524
MD5 0a4f3b710819d9ead26792ccc6490344
BLAKE2b-256 44a9937a5e2cb15c47b41b813c48dde08ba49a135907defcd198fbdd51b3dcce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab1bbe08de1cfdedeb0f39dd1fe1ca30af29de7273596460653af0bab03cbfe3
MD5 e7359285551d3919b92265ac46a5b655
BLAKE2b-256 f2c2f2f0b8a1b589324214a99b308531147f8f18685cec924cb51dfb2f061322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fe9ea05cecdb31471dcfb24b275236b9d1a4f4e6e6f99bbb66f6b1965ef2d48b
MD5 5d143c4a3854272f5aaf778d9abb1c83
BLAKE2b-256 d5bacb317668e7a7d5047ec065820e639370b1bf14ed49165875628059201cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d2fcc58e5ca92bac36d42eb24b79bd12c23939edb715832f1c46f4aea0f74bc
MD5 2038a90df3f2ce57f81f120b26c69f54
BLAKE2b-256 842b8881bf53b6ade794dd3366f682b13548091c87cfc5ca0033acf8911c327f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c800b3acc2ee0ed96b9ad44ad0f9b5b02b8f3400132f7e07c22cf235c7e602b
MD5 028665fd3aa8f1cc6cb17418cd82a0ad
BLAKE2b-256 9c055b4b526d15a2e49c61611771ead4a9fe6eb2e37efa6e0a535b0025756370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ec38b718c55978101990c97db1aa44dc6cc1781516083975869a3cfc93d488d3
MD5 330464f45401f879726b7eaa0c8bf245
BLAKE2b-256 fd07e934a856798ab17b03f0c322af5aa76dbf0268d3f059b922bfe74177654a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8326762a8af07f21de8e88c1dcfdcaa65228f938644f5fd5445827b9e7139b6f
MD5 b098d261809090d9661b73f89f657d7e
BLAKE2b-256 bbea4b0eb9d71fafbf0c3db1b1e5009337eca26166713861bcc70db626ae6b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdfb1c9af64f3094e820d681cab170bcb526177dd1e98e0560736351c5103670
MD5 b7dea0cc15d679e85dc61b0793eb387e
BLAKE2b-256 b9a246011d65cbb887b07e570f8fbd708cea17835dd34e40893cb595086c6e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e6eb97f951cac6ddc1a6abf001157b113bf9643e9cf59ededafb9017b48c81a0
MD5 bda406d84bf65f65d5274f363ad244ae
BLAKE2b-256 941bb9f1e518930839ec0b28cbd7eea907ed55ba70cdf7cb9925643f6b983314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dcf4a18920a7d3872d3c1ba75bd8bbcd2e7616f482cd412520b8f9f2f47e9d2d
MD5 b9c6a2f36f2d4f3a3978a4ab4ae7c1a9
BLAKE2b-256 1aef930c57ddef6129088236f8b86de92ce410815cf0217c6b92283c25469630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08b78b66d80377cab62087433d472ba9b36f03ec17b794fdfba208da47a56397
MD5 5b615603230461c8e6f821d09cceeaf8
BLAKE2b-256 94584edb727e308ffd800cf74dc52f7b25438cb56f67f74b6bfc88b8fc098c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10d66f40d125c1e5d7c4953bce7bfcd5774d183219b38890374919bb979c04ec
MD5 2c165c6f98bc82198bb9c9792bb0fa98
BLAKE2b-256 68ceb268c30d4c2302d00a8a085755634a28b68aed2636a9709ae15bac00d29b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mqt_ddsim-1.22.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 359af5ac2d34c0ba1c6ce56fed976852ea0ba220dded32159aff8ab6b8ee1814
MD5 7961d80a1e8dc2af6ffcd7f193a241b0
BLAKE2b-256 f08c9310f6b200d49ff795eb177aa24b3967b7100993c91c2f33db420e2c534c

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