Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyPI OS License: MIT CI CD Documentation codecov

MQT Banner

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.9 to 3.13.

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

MQT Funding Footer

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-2.0.0b2.tar.gz (221.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mqt_ddsim-2.0.0b2-cp313-cp313t-win_amd64.whl (539.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (309.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (245.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl (248.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl (270.3 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_ddsim-2.0.0b2-cp313-cp313-win_amd64.whl (534.8 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (306.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (243.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0b2-cp313-cp313-macosx_11_0_arm64.whl (243.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_ddsim-2.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl (264.1 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_ddsim-2.0.0b2-cp312-cp312-win_amd64.whl (534.9 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (306.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (243.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0b2-cp312-cp312-macosx_11_0_arm64.whl (243.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_ddsim-2.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl (264.0 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_ddsim-2.0.0b2-cp311-cp311-win_amd64.whl (518.6 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (307.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (243.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0b2-cp311-cp311-macosx_11_0_arm64.whl (230.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-2.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl (248.3 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_ddsim-2.0.0b2-cp310-cp310-win_amd64.whl (516.0 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (306.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (242.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0b2-cp310-cp310-macosx_11_0_arm64.whl (229.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_ddsim-2.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl (247.3 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_ddsim-2.0.0b2-cp39-cp39-win_amd64.whl (516.7 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (306.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (242.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.0.0b2-cp39-cp39-macosx_11_0_arm64.whl (230.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_ddsim-2.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl (247.5 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file mqt_ddsim-2.0.0b2.tar.gz.

File metadata

  • Download URL: mqt_ddsim-2.0.0b2.tar.gz
  • Upload date:
  • Size: 221.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0b2.tar.gz
Algorithm Hash digest
SHA256 3c892d494f75a425545dc7cc86e9f6ab83021fe8b600235f5ab66414fe82b744
MD5 667194778d7de84b6d32a9d938a18ef4
BLAKE2b-256 9d26c1d9c36f078de08fef50a1603692281145b2e03b54bcdd29c05fa42aad62

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2.tar.gz:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0ab77efd7fb9208895a4b74bd60059ebb92740370b2fd23df9d32af941598b06
MD5 bb6bd2ce26f96cb7676335e5d449f5d5
BLAKE2b-256 c17409bbda8433e4007a26b0a4436d23b04921220b381a4292a04309a6ed86df

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313t-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00bac1140124566338c9267106682428539db84f093242e66831c069cd82d693
MD5 495efa40a9f24c4fd4fbd1c5ed90d71c
BLAKE2b-256 9415cf977f46a830a188aefb66e67f4080772029c7a02f1fd00d44c837d2526e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ed8ce8fb9f837efb223bd6ef44c26f148a54312f19515f529e5fa6c0a494999
MD5 7cbfc1b88bfd598af2916ee22d8b5766
BLAKE2b-256 811b4f0f39d8c9b408c2ac48c83b8e4e30429a933e37971f71939934f4d4359f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c97a42837915c087fdb05d6ced0814b7228727cd459d2815555b3d4e0986c7d
MD5 c51538ddc3ac636baec65b20f3999199
BLAKE2b-256 fe82fb250bfce301948559128f0edfcc011c4e59aa56870868f922238d7d71cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b7c8e63c4deeca25b019ccd9417fef9c5865d97da5001383871ccdd3dd247030
MD5 381443a3e4df91eccb2d8526834cab40
BLAKE2b-256 9e369c52bc44f2211d3311531a483d2d0d34c0809d30f2095c65d485b667b8cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313t-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0b2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 534.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7fd5947d7c5cd94e325b4824d9caaeee24275d2cc2486394ad81af66759b48ba
MD5 19b870f230142b2f24ee974b1a877acc
BLAKE2b-256 ce2b166fe620b8da4fac381ef22123901b25e3a087657bcca5dea21578d578d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6cfaed413c0f6d53ab0d17fd425b924b9565b1233726823137e9affd12a3d90
MD5 561c6fc624f0c14ec73cb2d606885023
BLAKE2b-256 446ec371961eb20dd9e18088e6b805881bce6fb10d0d013460ca229f19f6d6a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb43311bbe24b573e412cf3d6c4e1ff2d6d7b93fd72978915a057d2920efb745
MD5 efbaff6b356e6e876f1c735da93a79c3
BLAKE2b-256 57200a50c4c61e8e4e807db94606773b10c411a9e021010e088ee1a58ead70f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 050ae5860ac2aae59ecc17020bd6e1cc135416a01539d7435a9746c9cc08e086
MD5 f8e6ba33014d0ccde1c9e5950970b92f
BLAKE2b-256 65f2df6c5bf4a53440b1227196fee4b1d4fc399c699a6416775815f825693bb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f902ada2de6314ff36aa192014da077bc1b1fb6e115ae61dd008585380297b2e
MD5 41d1335e6035d54eb9e78be64b90f20a
BLAKE2b-256 74c4bc690949f1612ac69a9fbd492e310663b15694b68738a8a9c0b76ae18d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0b2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 534.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f5dfc4fb9915b9a32aaa1b9f85ff625f2a6c957fa78bdd6ffed5238d1d71057b
MD5 c44b69c768be103d02e4089f649b18b3
BLAKE2b-256 e2db46d12fd9b741cf9347940ea7fdc06c3afec70703254c4f4477223895bf52

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp312-cp312-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3db5ed3b5edad3e9acbf23a8f151fb459b91cb661fe7cb400fabaf0b76b4b10
MD5 23d10bbecaf7b406232625d43dd11f91
BLAKE2b-256 41ae04b5ee29004e5389b77e5e354b3926e245b3913f0ab6bc08f47540413d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2221805e3c596051b9691cba95d1810b6da841c020e260b224ea61613c20f889
MD5 0fdb5adf65bd05129a67ec2d45a452dc
BLAKE2b-256 9effb09578e249a890e23a76e6a27c1859f432e620c3006348c621d72e584e06

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0306f4dcb743b02999ef034dcf39a1cea2c1f3db16c15cbf29915a6feacb0b60
MD5 39bf64e6e4a95c47a99f8ed5b9e48e6c
BLAKE2b-256 436d8416724c4a9c3d303895bfa176cd492e5478b817d6f3f07fc6f4277b8d07

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 33b0c984dfeffa346a42d0da1824684b231b59073a8688a02bfa9b85184489ba
MD5 5e8b55229300b88751f9f9024c997418
BLAKE2b-256 a50a3b28920cb8d17ee2ada78b81adcd21cd600d279c176b393cc522739ec658

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0b2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 518.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8d906b0d1bfe2f03b90205c36f76aeb4d16d16a241646ee93a80241d0e1ba0fb
MD5 4a33e249f904ab9a4eb0868112ae72dd
BLAKE2b-256 392dfd673952b65aa2da4b88c1dd34794c8b4ae50010eb08972be5cb136c2370

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp311-cp311-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2548e3354bf7b86834c6f2f3f472fbba29c53a6c98a9480f5c30976802203c25
MD5 62524c29a229eb34187b7224821cf8cd
BLAKE2b-256 14394a95f8915770d4d3d37b25aeb988d669cbe214ba9e8f453a66f580891bdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f323dcb6ecc9e8c819f1230936c9ade43faf0cfbb7e0d361fa3e491deaee78f
MD5 2f9468a0bb564d60cb215b19fbd2d531
BLAKE2b-256 ff19515f3fd7c41359123346262e86aa32279b55110cabb68e93afca9840b03f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba218d0977215890fcdb7a6d913ae7da5d55db72f45bbd40ffc25b57ee65690e
MD5 9617b03a52cc22bb42b2d45ebb5e3f83
BLAKE2b-256 23bbc4b474f84897ec48099c55e2fba2c5719846e9f26a5133b845ad50a50ff4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b2a7e04a372e467c85ab1b1fea0921b096fe584416008347cf9ec3ce1a35340f
MD5 c124821931119d45e091ddbd414e8b83
BLAKE2b-256 044a1ae44185c13d3be23fbfe82da7f1e8118467bb5fe084973521ad138d2ab1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 516.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 043b3c58102ea47f9e30e8648e59d4af80815863f45d7d0dec7d7520ab358bf6
MD5 4efb5e2834bb8e63595315ad727d60d7
BLAKE2b-256 cd47fbff1d4ca7df6bfeabb8f6963a0286847be92c3b2bf18bc2ac5dbace7aac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp310-cp310-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95091c2ba546d2e899faa8d3a9df7b5df749cdb29a0b62a505d1b23a763911e4
MD5 8a7274d4bf9e0cfd0381faf4338c1e28
BLAKE2b-256 85fc7faebf738e21d9998851f06baaaf0ade4a6c5ef7ae0bc1a8550b8cb5db92

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c75b96763402c9e0477c0d46b2c34685d735c59190da760e2b50906801961c40
MD5 c1c3745c1baa2bda587ab7134ac7f0ec
BLAKE2b-256 df176d841ff7cbe43228355a7137203acaacccbd5a864f70d1d505c6c9e651f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddfa5917618ed787d5def450f34fc2e5d5d3adeae62d07d5bdd6965c0ce43f6f
MD5 f42a6e99859f5c280db833dbad06f18d
BLAKE2b-256 8a2a243ad95f5d7daa77cf4a66f692a85bd235affb1346c6b53f91df1e04bdf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e8ff1c28a1e17dc52e5e1a65a199398c1f2324c54eec1ba0e409332b97df12f4
MD5 66fb2a65e2af796ec72cca7979d83d85
BLAKE2b-256 0bab826488de03dfd5523f64fbc6e0d25887f121f9baa4844a64b0fa000c41e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 516.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 89026cb897502a16e102421c70c71320bc04b7dc07a869182feb762a37ef1293
MD5 78f15acf1a889b7f70d34fb068531f1f
BLAKE2b-256 914d26ef4fd7383d9cb0d1c2f3f715c60ead2766f7534b2f8ccdfaab74d05d53

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp39-cp39-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0302fa4b7c6fd835a0de6fe8da7e45185b82ab8f1cac6420cdbcbc99e0f6e4a
MD5 9ae7ab5b83165e526267d72596f6598e
BLAKE2b-256 bf0067149b980ded06de8766be1835fb8a8798554383792aa82f480bcf9bfc97

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38d3f7cea42ab158446b84ec0e0a69cc4f8205f858f2eb212ff5cd73d0dfcafb
MD5 d95d7a56acb2c2e246a75f84dbd800ed
BLAKE2b-256 e3195077f5eba513ee5bbfb35af1cab59b5a8629b3e701b6ae9c416e539a4555

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dfa0591704a3a3186cc53f66fb5715f656fe6f8b39c1a66ab7b76bc157b411d
MD5 60d46434621ca9f3065b2c642095f361
BLAKE2b-256 ea60a53e5977003a3aff5ef38ece7ded612a613dbdefae63b6a82f5a8cfde69c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt_ddsim-2.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0ed79c49b72c8eb08e228f4a4de902d7e21706a463c76cdab803ad625ea6e434
MD5 8bb4c01cc8c4eb86e2ab30bc4ca988bb
BLAKE2b-256 add558f4c389b0e5075d2a6f763b3fa4cce8cc53ec97e0671686b3420710cd42

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b2-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-ddsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.6.0

11 files

2.5.0

31 files

2.4.0

25 files

2.3.0

25 files

2.2.0

25 files

2.1.0

43 files

2.0.0

49 files

This release

2.0.0b2 This release

31 files

1.24.0

43 files

1.23.0

50 files

1.22.0

36 files

1.21.0

36 files

1.20.2

36 files

1.20.1

36 files

1.20.0

36 files

1.19.0

36 files

1.18.0

17 files

1.17.3

17 files

1.17.2

17 files

1.17.1

17 files

1.17.0

17 files

1.16.0

17 files

1.15.0

20 files

1.14.0

20 files

1.13.1

20 files

1.13.0

15 files

1.12.3

25 files

1.12.2

20 files

1.12.1

20 files

1.12.0

20 files

1.11.3

17 files

1.11.2

21 files

1.11.1

21 files

1.11.0

21 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page