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

TUM Logo Coat of Arms of Bavaria ERC Logo MQV Logo

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.0b1.tar.gz (220.8 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.0b1-cp313-cp313t-win_amd64.whl (607.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_ddsim-2.0.0b1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (379.8 kB view details)

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

mqt_ddsim-2.0.0b1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (310.4 kB view details)

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

mqt_ddsim-2.0.0b1-cp313-cp313t-macosx_11_0_arm64.whl (325.2 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_ddsim-2.0.0b1-cp313-cp313t-macosx_10_15_x86_64.whl (352.3 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_ddsim-2.0.0b1-cp313-cp313-win_amd64.whl (602.6 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_ddsim-2.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (377.7 kB view details)

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

mqt_ddsim-2.0.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (308.5 kB view details)

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

mqt_ddsim-2.0.0b1-cp313-cp313-macosx_11_0_arm64.whl (320.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_ddsim-2.0.0b1-cp313-cp313-macosx_10_15_x86_64.whl (346.0 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_ddsim-2.0.0b1-cp312-cp312-win_amd64.whl (602.6 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_ddsim-2.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (376.9 kB view details)

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

mqt_ddsim-2.0.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (308.5 kB view details)

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

mqt_ddsim-2.0.0b1-cp312-cp312-macosx_11_0_arm64.whl (320.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_ddsim-2.0.0b1-cp312-cp312-macosx_10_15_x86_64.whl (345.9 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_ddsim-2.0.0b1-cp311-cp311-win_amd64.whl (587.2 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-2.0.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (371.3 kB view details)

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

mqt_ddsim-2.0.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (308.8 kB view details)

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

mqt_ddsim-2.0.0b1-cp311-cp311-macosx_11_0_arm64.whl (307.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-2.0.0b1-cp311-cp311-macosx_10_15_x86_64.whl (329.9 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_ddsim-2.0.0b1-cp310-cp310-win_amd64.whl (584.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-2.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (370.6 kB view details)

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

mqt_ddsim-2.0.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (317.5 kB view details)

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

mqt_ddsim-2.0.0b1-cp310-cp310-macosx_11_0_arm64.whl (306.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_ddsim-2.0.0b1-cp310-cp310-macosx_10_15_x86_64.whl (328.8 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_ddsim-2.0.0b1-cp39-cp39-win_amd64.whl (585.4 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_ddsim-2.0.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (370.6 kB view details)

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

mqt_ddsim-2.0.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (308.3 kB view details)

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

mqt_ddsim-2.0.0b1-cp39-cp39-macosx_11_0_arm64.whl (306.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_ddsim-2.0.0b1-cp39-cp39-macosx_10_15_x86_64.whl (328.9 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: mqt_ddsim-2.0.0b1.tar.gz
  • Upload date:
  • Size: 220.8 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.0b1.tar.gz
Algorithm Hash digest
SHA256 37e4e88bba01a10f5e18c1fde54d058dfc4a8c3d8eacf4ec2683af0d41440b31
MD5 8da057f04f2ae1bd5834fc7286356953
BLAKE2b-256 9b1c07bfe1c78cc756b0d7fab1eb202290a0d1412a6efed856de1933c0b60da9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1.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.0b1-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7febba5061ec2ad034d919e4d36e702d395e7f6e79fe5d6b4bb84bf9da9a70c7
MD5 84fe7c20c24766c10128ea1c2a6a1536
BLAKE2b-256 7cf26272c3735f9e0fc37091f1fcfec64b7ef4b99d1b4cb44d94e8634fc5db4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53a93362fdbbeb21aba91cee52589a990a610c79f4f1489381287bd856479f05
MD5 ab60e3efeb8c4390e1ce8e06c5f50b3f
BLAKE2b-256 4d51e74f24bfc04e014673ff050f44456cbb516173862947a081b77787955005

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6c2c384da81062464e93c8c1432f405df820ffd8f5879c52b17a2214eecae63
MD5 0c4519367dd18313cec9395a0aa6ef91
BLAKE2b-256 34f98e8766056361cc936cf78a825fc134df34ffdba1a998f1be02d3818ccf27

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82154d562a9fba24e38ae8bdbe48022c01d1d9a2f6f35b95f446a989a1384d51
MD5 f1c263232144dda5f7e5a1709b82fa0c
BLAKE2b-256 3fa4c9527f1982392d123829ebb787492039053ffb9d71102e8a62138fe584d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0fde6acdbf1d6336ee1dc94c65a450a902f13c5d7974f3c4af905cc240c7653b
MD5 8c8572f1ebb595d97489f92ef64e1533
BLAKE2b-256 d433dbebe934b7b0eb1227b2ee9fb2571c63c3e5226195297b8c18481f166701

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0483286459344811eff588dfc8a1cf143940aa148f6fa679a333dc05bd721ea7
MD5 ab8ae0919d3d82b06ddca89a5a9966de
BLAKE2b-256 94d8869cda40b234b75ec066e49dc04b6070954f439be03f7af38b2759dc3572

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af16c376d33b96bb1802b46e77ae6bada910ed617a54a5ee80df37dbe40697ec
MD5 6955657b4ad91def3b86586719ed7547
BLAKE2b-256 2fe86863d58d9585de1eaab1b9359037fe3c54adb527a58a1361be632948c10e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f38b3f58ad3409122be7345fa7d007f49575556918afaab05684ae81fda78a1f
MD5 85c339723d5b9b3062eb448c119a7721
BLAKE2b-256 d3a0dff5a9a5d81a1e78389b41bb4b592f169b4c641d0e1e629c0fbc89a96a61

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3522f1cf2ed83c32a9da456c8cfa5dc0bf5fa4f65ebce1a799aad58f044dc63
MD5 b849075a1e9a669ec52c6c4161733b08
BLAKE2b-256 15eec9dba63e5fadd271590042e2ca079f88bb79ef0a9c4d4afa07cd4828eb6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 add4e1b572a91859c981ee7105198211259a5b2baa009a51a711914e0e55afec
MD5 e02e36ce16135e56029a4fbcaefa6017
BLAKE2b-256 cb04c49f12240cff27948cf70e2bc625ff75198b6d280130a9e557695410d9b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6317e85b882e8c42bbc26992e422befad5bc6c9dc0f8775ccf430ab28f89e927
MD5 be9c56fdeea6a990b941687824e9fd0f
BLAKE2b-256 8b79fc1e93f5c7134d019df89d3dcee94eea0b5da8bd8d97e0395e20f7b24c41

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d7dd42592975c7f4a93b8cc7ec88424aeb67f0fe675abe9e4b6e3e63d468ee6
MD5 3f2fb299511f4f9aa5a3af2fce9f67c5
BLAKE2b-256 0f6a1cd2ed133ddefee910159ef5f6d81b84d422546581578f4b06c1de1e6b89

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9481d39052e87e2e1f3de11a7262fb3527b94e9ab4f90926222de283b72c2fc
MD5 d7e5559ce52bc0dc32151cd42a5c569c
BLAKE2b-256 82da5f413bb1745285bca69ee7374e71b53e00d4796c9f0e5c367c70e8ebd9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fd1a4232b30e920eca5a51ead3375407e6f8e3ac7bc5be955ad7124576b4a8e
MD5 fdc7c3f5280126ea861d4432f7f3843a
BLAKE2b-256 c24831fa67b2f3b1909296e7e3d2e691b4d6b1721434cbf7d3e2e9bbc2797c55

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 54437fbcccdc3b52d0cf429a67f8dd42b7b2404f6e7a906c2825dca9c36e6649
MD5 43d597ff9ade6bfd17661433570f4b10
BLAKE2b-256 e25d8f51a964cb0bae59c426c0e292aa0c9565b36f0d9d9167a7f93b13b373fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 add19eeda4ecb33a24fb0b579409117ec49329ed5db8be3521da47a68c505c5e
MD5 b62aa912c2c781bb1b8dabdfce5f69fd
BLAKE2b-256 3529ee1e26c2f7cc79be28a460256fcde65bc3e3085e6ae730069db2612ef388

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7964c86c4c77f510d3be796029463ef606b4d4e23302746296e660de16f22e28
MD5 2055ac56c5629956d04e0fd2108ebb9f
BLAKE2b-256 0f47563624dffe06100a8ed1fa0408f37dff3e0db9405cda1907a87fa3714da0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a721c703075f9f5cfd5e96f6daf01daba593b5e16ed1aa544886a5c12ccaec75
MD5 cd971bb96020dff080241831febff862
BLAKE2b-256 488de9fb1a9397a1154b41d0b7b378c60c21b961a8419bb362072dc72aa0f489

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1f4d9f8230d466a831746e35027f82e3abe793473306849e81370116cd40bf8
MD5 97e37b1df0f575dcf4093a7686b4795b
BLAKE2b-256 2211e4f95a41d73715aaeca4e1e55515b52375f09cfa90c02d55c20f55f3d740

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dda52aedb3e0937e341f8b84f61ca080d17781cc5944fd9f8daf9d478eff65c7
MD5 8b529e39027585bb5c773ca90dea9cef
BLAKE2b-256 38eb3c76779f2cfc30fe8e6138646bc1bc7826a3981d73ea3dd5fa9520520e56

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9ae2949fc724ab6d34e3dc1190d4ec017df945297128eac435d912937467cbeb
MD5 30eba3a11974cff87be275b843ea145e
BLAKE2b-256 0b51e68efab76c2a45f1442289f06693b8755b640986b9c4183514b5f5d9e0ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44da7893fe8101b0115d699dc05730d780eae585ffd998f32e8a30646ccba63d
MD5 f542753d90831b0612d9cdbb11b34e61
BLAKE2b-256 a6681f65e8eb3ae69b811ac449d3654c55b20acf90d7c36769f523d13dae93f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4666b59c718a537cdcf55011ea09b157ca0dc644cc98b9da4171ea3ed03c6e6e
MD5 a7e1558302d41d13053146d1306d9542
BLAKE2b-256 0b5810938069271367b5f22682bbc9c9ad35a4d7ac5e27e06680788b6243f32b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26050b133455041cd8e9d2a03cf0327c86c01b0bca1f26e68d28d47e181df677
MD5 8f5f776e39aad6570baf7e5e0aedfee9
BLAKE2b-256 6832161220ea509fa4a4a728cdf487f9463c19c88afb4dad47689ea742ed485c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6e9812ed019902cff3756bb728d6809dae02b4e9cfeb221ccd3cb34ca195f815
MD5 495226ebaf563e0835e4b211c85761c5
BLAKE2b-256 c078401693cc8a3d8c593e538b1eec213fd124fb1b4ccebe6a10449cc843b260

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.0.0b1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 585.4 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.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7a6979c03d827d63f18983c5cf453adb10c94c0c799cbfa1bc53b774fbd0c3b8
MD5 5c07a087ee93266adfe8b623470149b3
BLAKE2b-256 cef8408074dd18475c2d67732bbb3da6030f144548225221d5384af6b77e4b03

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47aa1a9491654078a0fcd2b5ad13173f4219f2edf061585dbfb44cf7aea90cd6
MD5 4cdf5ea59712943eaca8b28d77f7f15f
BLAKE2b-256 39bee032666eeab02cc029de2f34a0eea9679a5b339ce9b252151e2045192b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aeee779f8077c3a089941ea9bffdd2496a3173718383f9ae39f5e5e4ade10787
MD5 e45dcebc76c7ce1922471a10dee18753
BLAKE2b-256 bbfaa2aca456bf1bb9c4cae5272826a310b01df3fa56e22ecd3d4e7b6a38410e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cee35be8fa7e643468d2c86d3d3012ea3fec73ed5ff18f8d30a49bcd44eb895
MD5 69ba52e9fa3b0f23f0bd4dfe01b42cfc
BLAKE2b-256 4d4e7db16ae1ed68a16cd9e5ebdddf60868a691643b1425d90afca90bab372bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.0.0b1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6003030509c285bcceaf137bc6026c38e0901983d40ad4a7ea6f532d354b6554
MD5 9cda9b1ed91511c36c67f429f4240222
BLAKE2b-256 31003714e589001d4b6e6951d6434f69b8761cdd7010208b32bb1f8b6c26c7e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.0.0b1-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.0b1 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