Skip to main content

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

Project description

PyPI OS License: MIT CI Bindings Documentation codecov

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

A tool for classical quantum circuit simulation by the Institute for Integrated Circuits at the Johannes Kepler University Linz. The simulator builds upon our quantum functionality representation (QFR) which in turns builds on our decision diagram (DD) package.

Detailed documentation on all available formats, options, and algorithms is available at ReadTheDocs.

If you have any questions, feel free to contact us via iic-quantum@jku.at 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.

(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)

System Requirements and Building

The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.14. The required dependencies are OpenMP >= 4.0 and Threads::Threads. 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:

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

Uploaded Source

Built Distributions

mqt.ddsim-1.11.1-cp310-cp310-win_amd64.whl (489.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

mqt.ddsim-1.11.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mqt.ddsim-1.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt.ddsim-1.11.1-cp310-cp310-macosx_10_15_x86_64.whl (819.7 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt.ddsim-1.11.1-cp39-cp39-win_amd64.whl (489.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt.ddsim-1.11.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

mqt.ddsim-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt.ddsim-1.11.1-cp39-cp39-macosx_10_15_x86_64.whl (819.6 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt.ddsim-1.11.1-cp38-cp38-win_amd64.whl (489.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

mqt.ddsim-1.11.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mqt.ddsim-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt.ddsim-1.11.1-cp38-cp38-macosx_10_15_x86_64.whl (819.7 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

mqt.ddsim-1.11.1-cp37-cp37m-win_amd64.whl (500.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

mqt.ddsim-1.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

mqt.ddsim-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mqt.ddsim-1.11.1-cp37-cp37m-macosx_10_15_x86_64.whl (816.0 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

mqt.ddsim-1.11.1-cp36-cp36m-win_amd64.whl (500.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

mqt.ddsim-1.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

mqt.ddsim-1.11.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (758.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

mqt.ddsim-1.11.1-cp36-cp36m-macosx_10_15_x86_64.whl (816.1 kB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

File details

Details for the file mqt.ddsim-1.11.1.tar.gz.

File metadata

  • Download URL: mqt.ddsim-1.11.1.tar.gz
  • Upload date:
  • Size: 40.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1.tar.gz
Algorithm Hash digest
SHA256 f1607feeef09e8a154bb2f5c1c2dc6ebc77fa373108ff9f4486e36ca7a4acbee
MD5 7e79adebbe5537e02746a5609bbeb641
BLAKE2b-256 b8db7d480a27718f2df580c7489922a3f4e96cde1a4847c4b207391745b0de5e

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 489.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8a04837a57d124af0c5757730a134d24657f5c1944f5ee9a788acffbbd0c94e7
MD5 b0dd9936eea73a38d632275da7e8b101
BLAKE2b-256 6d3f92af41ba6b65dbb6190bef2cb3786cb83e6708bb2a0559e6ff6144981a9b

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a6a531e2491fb7d7baa9de419d7a83d565485f7130993ac145ec632a5d00e57
MD5 5cdc1127dc98a79341c10e75dfa05252
BLAKE2b-256 808959e78a984ad84dcd294f33e98afda51206f00114f63b04a250cd27163965

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 751.5 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8984cf62414eacaddb3f7ced5a98b9ae41d0904bf25e0a6e38d350c07b32a87d
MD5 5b6874814972a86dfd740eaa728cf0ab
BLAKE2b-256 e0543c620ea9940f73abfb0c4e24cd9677d34ed0dd83f384cc0014c4b2d1f231

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 819.7 kB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 655b479b700ba475035d48bb06b21fd7916f311fdfdc760ef03672e44a5eb523
MD5 8c35a18e9ec49321e0cd29ec5ee5dd51
BLAKE2b-256 0d76da2dd6d3c20fac27856a52a5665e2448931fc03d249221f3990186edc6ee

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 489.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fb23f84f2879afa72d833bd54febd24cb54762da0facd84f3dfce7d4704f2410
MD5 34520623718bcdaead2b05b7578ce23c
BLAKE2b-256 8cbf9db600482f6c1c12988fb43fdb46ce9cc3d57a5948f6bc28d156b72394d2

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b79510308d1fd6d91eac81784d63b8be44a82fedc9ffe5abe937e6da42e18cf3
MD5 77d4f4dcd223da05c48ef683da43a13d
BLAKE2b-256 bcedf28db85a75045aace79599506048d7ba37ba7613daaf274b148dab314bc3

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 752.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48b6492702a07654548b79b6b4d6209856ba91c4fb277c761f651208e0f1030b
MD5 6db138e8aa14cfe851f3ee9c0f21480e
BLAKE2b-256 904d40e24fa21c6594a136dc4196ee721335a212cf02ad8ef8ada943c06e659b

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 819.6 kB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 02164658ed1902c05e0debe49f0e8cbe75c2536e94dc61f890bd81251cebcb27
MD5 4377f00a21a0e54e47a7cf10075632ea
BLAKE2b-256 5c1ed746672ce01a7192b6cc4d58cab5a4e0b1fc375593035a4f2f3a730bfb2b

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 489.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6a8963e8c041640032bb858d52b9611985b6aedb35888a839dbfbedb3529da74
MD5 f4e177f7b4edf2848813a0bf73e6787f
BLAKE2b-256 526ba0c0e3b385a4835adf2cd4724b9f0261d5aaca44552d6bd3340887a07c8c

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 853e7c7c1d467cf266f06467f5c509321ad888cf0a522aa330063b5549ba7a41
MD5 d1d4a09c66115d6252acb2c3407f86c9
BLAKE2b-256 f03b5371f3183b9e822eae343072e24829fe54e2cc737197bf6d6f1f9f4aa95d

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 751.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5284fb5735e56acdaef00eb193b2be7c4d44ef9afedf79abb5391661b636ca23
MD5 c1d80c8b0ad5dab23bc567c1c304241c
BLAKE2b-256 9d9a3378cd480da7b9a4640ef9f25e5de975ab833dfe45536db3a79b1887de14

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 819.7 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8ee5a3e8b5d676c22253da68fba5697c68aafe94614daa5cbf029579a6dabaa5
MD5 fec33f94e1b910d61e1a61b4fd51cb13
BLAKE2b-256 6319f36783667939ce8fcc1a5eaca24d8782579e57d95a95e51fcc196bcf838f

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 500.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7a2f6e6ccd9646397a69cd332c2eeb2cc202db8ced48cb26a2830d8b7bc8e2dc
MD5 bf3caf2c93f7c2163fe7d26851239d95
BLAKE2b-256 77b76e8f563da9d4387c05b21c356cc1301bc75ff920303e63229d379efc9b08

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3146c0dd73f7d0a088e80323c92a70ca2e209013bff9055f5b4e31eddd2ad538
MD5 209aa4306cbe30e47284729c787a9a5b
BLAKE2b-256 26f8cdf25b18885b91aeb27acc79f7d59d26579770e574f2bbb9efd11a587e06

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 758.9 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 367e3005af9b31b91c9f41310ccc65bf371ac8cdc6f28304c866ca3fac785172
MD5 4596cced88afd1a23309795a1daa6792
BLAKE2b-256 7883f7352d7ff70efd821a1360f5227a483447690ffd1e8cca0bb8d5f7cf19d7

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 816.0 kB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ef01d82ddc3b72f148b737af15764637e7df4b52bf20fcb67e6a1988d090d53d
MD5 fdf78b8ba093013a7092ff820b019880
BLAKE2b-256 c06e50ea464aa70106fa661c6bd16fa64494fffb146d8a1227d94a0e1c7cdae0

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 500.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e0e0f967cefb254ca146c219399982afacd10d29b2501f5ee57833a6aaee0656
MD5 fc172e155cf15a6f339c7ddc5bd06bff
BLAKE2b-256 e79ce8b705848d41ad473cedb6a45dbd6d93e5b289201c41aca67d93541c616f

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4317e96bcf0a7f659733a8c64c15c6740f73900882aa3eb21f44e207c2f1ffa3
MD5 fd8231fcd874227237d84fd1e48fd3e1
BLAKE2b-256 cb5b3db9088da3d3f73e49e8ea6e5b7ccef26274e1642a923e76b37016f4a0ed

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 758.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a578cf3f487672461d4c7af87d4be46e0b807a5970f7b5ce2e2470f20e8825b
MD5 5bf158dc038feffe32f51eceb03c7c57
BLAKE2b-256 f2510aa72b48b79af5f13ed6122dd8017d3d7dc24f75490b33cae9282a2b9842

See more details on using hashes here.

File details

Details for the file mqt.ddsim-1.11.1-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.ddsim-1.11.1-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 816.1 kB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for mqt.ddsim-1.11.1-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2d0f55549b857bb077ec91397d76936a41dcd2c950ad8e810c35ef31f664368a
MD5 8d4e51e80724f3b9763ce51817f93b13
BLAKE2b-256 4250d50dbf6d7d3763c15d5c9a6fcb9b9307cabf5b8ee3bbc0f69bc6e827f7a6

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