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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

mqt.ddsim-1.11.2-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.2-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.2-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.2-cp39-cp39-win_amd64.whl (489.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt.ddsim-1.11.2-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.2-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.2-cp39-cp39-macosx_10_15_x86_64.whl (819.7 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

mqt.ddsim-1.11.2-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.2-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.2-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.2-cp37-cp37m-win_amd64.whl (500.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

mqt.ddsim-1.11.2-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.2-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.2-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.2-cp36-cp36m-win_amd64.whl (500.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

mqt.ddsim-1.11.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: mqt.ddsim-1.11.2.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.1 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.2.tar.gz
Algorithm Hash digest
SHA256 79cfdb9a3bd59dff0ce68dd160c608043484754ac5d5e6f8665099905845397e
MD5 959005ccbd36bd26d632bb6da34fdae8
BLAKE2b-256 0c36fa00b054da1dabbfab549820905b0a691dcf8cbaff5c4783590d2a30ad84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f09cf9273a5b388095ad80be56992d12f315051454edfe04848a333773924235
MD5 4165ea89564942d5387a75e7a8673dd7
BLAKE2b-256 96722d19dc92230326ef9ed78f6c251978cac9b329c352524b5ea544e0ee11eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e27d2654f9365faa985f50138b81ef9a5db8b2b5239a486a88d133a9689b0182
MD5 c3f6a9378450b85836c528a7012b7b7a
BLAKE2b-256 02a11c714998b915d3c657f08ccd5a000828f57c42c233f0040d20efbf437d91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45c22b445af629806debc5fb57198c012b18bde96b77f5259e57925583eeb239
MD5 36304d17429845007f50f7d1f73d8d33
BLAKE2b-256 ea7067ab7483bf7af696c80852dc89288fc821c8f98edc609914789b39a688ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cc29793c861d78cbff1bfcca9fe9aa95b1d15d2e748d21452d0cf2756db29fde
MD5 53220ef406e6a08c56c21125ed11f417
BLAKE2b-256 1001fd1101f6f26d8f8e3f06fd293257033c8a0dd28bb8cfaafbe6cb3124006c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1b672b1b2499d8826e11ccf295de8307ff1c0939d846c6f96a50c1ef72a412d4
MD5 c32ead0e4cd0d19d91dd6eedd37e2fdc
BLAKE2b-256 163c79c73beed91d781f6555329169f55d059509b72fe3eb3d7a4f7ebb84dab5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 40368cace1d65fb344164d6e43a99f965cf4526169993f1676b90ab46538724f
MD5 13ec247676d14ebb6b8c18bf1322cfe4
BLAKE2b-256 3dfcfaf0eac8d4bca72e1182f02b127997f1cf77cb012cf28d0081108a056b75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0fa5806c19f4cb55b6b3e87dd5a21916dc9f2c620039dbd3a684a702bfe62ee
MD5 27ade4c4d6d65fcc60066d62f6f44fb4
BLAKE2b-256 43c80140497064f9cc1b5de6e09c4ab48f7e47c6e7e0635b4e6dfd01eaf537e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 819.7 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.1 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.2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4c1bb1291ee3b69914f51ff56bcbf2c349326e0cb68b7a45258523d6aec9bd9f
MD5 318148db25046dbbe744840cc66604d2
BLAKE2b-256 f7102105c69fa4a32ca16b2e3a0e78330e2524d7e51a308a3c77318eea3059ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ebff08d239037503ff276ae276251eae2370366ae970fa3534526b87d41bad69
MD5 14df7011e8898478a00c4704890d6f82
BLAKE2b-256 907c727084e47dd03d7975ad5667252bebfe174ea974c253784a2388f0e0577a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bfd4d3392854a0cb2eec7ffe5d15f4d49f4884a05f2e5a7a995544420440f6ea
MD5 4789205d988ee6c6aac92ee39a1cb6d6
BLAKE2b-256 ecd2943e9139b0f368267946a58187bcd3246cc4f3e87152778489a50e311172

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d1718d0b44bb03c27b99b7d36b00a0e70bf44b63b1e8e2d9c48f2cfca45fca4
MD5 6f3e9d1c5a0c16202830c71cbafe4690
BLAKE2b-256 01c3656ed5aad1173270f820fc8e4f44425c93a87308464bfad0acc5c7399e3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3212a320904c0a89748003697e00a66162610c4b453793b59e96137e9a747ece
MD5 dc1fccefcb5d1411aec393e277f1bdf0
BLAKE2b-256 39a923da89f70b0967835e8d80078d08bae09dfbfc2dfe77f534f30adc1058ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bb232559e268fc1cfb3c72d15c2014ce7199bfacf636aba7b15af5735c141424
MD5 6fa4ac08fe1bd49d5f062096858b1e9f
BLAKE2b-256 5ad67a045c06bd8ab2c448b34316a239d1bb10c1b882fae8b8431f9c17c65cea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 31624587857c277a615af7cda1a61a066e025b0f6103b8b6b3ab40744d20246e
MD5 844aabb9c47c7fe030193a0cae4f10dc
BLAKE2b-256 21d419b23ab799c1197230064c24d61c61699dc72e798e63460507b07c65264b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 306356f378de95ec423121a6bead90d9e1d9562a70fc585ef3dc5eaa67c8adba
MD5 949ca915bfc61b590c340ccfaef8f104
BLAKE2b-256 4f2081f2727417616d04b2c68f65728a1ef9f59a4d340883eac15b540b43d37f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 82a1f43082a5e09d70e509081723a0bda1f161bcb8d3eefe55aaca4fd0b005b2
MD5 67fd8d3eacc8c6d33fe8a09b9b6d1278
BLAKE2b-256 cbf0a6b0f337da9fb191ee234c5be216b906524afe2b9ad074ca5b098c1087ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0dd539a9d3094c42378499f6ad27c7a645e3a2d85a723a0d7605c734eb8c5dae
MD5 9b543522699c0124943f866066e5da2e
BLAKE2b-256 c2146ba99b35af67a89f41860574e9a8beb0460fba8660705839c72e0c919cf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a592bced6740cfc93db704c2eb742965a3aaa9b5059adfdfdeb94314fc3c82fa
MD5 5f26b9182b28e430a59188f7c84c47ef
BLAKE2b-256 be17743faa03de4aecad262aa3539ceaf84f1bff2dd013c6d8802ac82fed8950

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99ccae356d43cf71b151495700778ef40135989aaa0179cea886c26f25f7d37d
MD5 2b5c8a311e1fa0a4b34b0c19ee88ffe4
BLAKE2b-256 5a723f5f3310efcba30efbf153a9d00009473ce71e59996bc56b6a2cf8e31c70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mqt.ddsim-1.11.2-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.1 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.2-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1db6d6e82b315544c8faad94d7a410f0938b950bcfd89ad3f6ae79f184727871
MD5 37a28be8d1bf6d07c30b3e62ad094a9d
BLAKE2b-256 5b147b05ad433ffa919f33868aba0842d2e2d05f7e4a9725332455ec8971fb64

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