Skip to main content

A quantum simulator based on decision diagrams written in C++

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT 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). It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

Key Features

If you have any questions, feel free to create a discussion or an issue on GitHub.

Contributors and Supporters

The Munich Quantum Toolkit (MQT) is developed by the Chair for Design Automation at the Technical University of Munich and supported by the Munich Quantum Software Company (MQSC). Among others, it is part of the Munich Quantum Software Stack (MQSS) ecosystem, which is being developed as part of the Munich Quantum Valley (MQV) initiative.

MQT Partner Logos

Thank you to all the contributors who have helped make MQT DDSIM a reality!

Contributors to munich-quantum-toolkit/ddsim

The MQT will remain free, open-source, and permissively licensed—now and in the future. We are firmly committed to keeping it open and actively maintained for the quantum computing community.

To support this endeavor, please consider:

Sponsor the MQT

Getting Started

MQT DDSIM bundled with the provider and backends for Qiskit is available via PyPI.

(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 and examples are available at ReadTheDocs.

System Requirements and Building

Building the project requires a C++ compiler with support for C++20 and CMake 3.24 or newer. For details on how to build the project, please refer to the documentation. Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions. MQT DDSIM is compatible with all officially supported Python versions.

Cite This

Please cite the work that best fits your use case.

MQT DDSIM (the tool)

When citing the software itself or results produced with it, cite the original DD simulation paper:

@article{zulehner2019advanced,
  title        = {Advanced Simulation of Quantum Computations},
  author       = {Zulehner, Alwin and Wille, Robert},
  year         = 2019,
  journal      = {tcad},
  volume       = 38,
  number       = 5,
  pages        = {848--859},
  doi          = {10.1109/TCAD.2018.2834427}
}

The Munich Quantum Toolkit (the project)

When discussing the overall MQT project or its ecosystem, cite the MQT Handbook:

@inproceedings{mqt,
  title        = {The {{MQT}} Handbook: {{A}} Summary of Design Automation Tools and Software for Quantum Computing},
  shorttitle   = {{The MQT Handbook}},
  author       = {Wille, Robert and Berent, Lucas and Forster, Tobias and Kunasaikaran, Jagatheesan and Mato, Kevin and Peham, Tom and Quetschlich, Nils and Rovara, Damian and Sander, Aaron and Schmid, Ludwig and Schoenberger, Daniel and Stade, Yannick and Burgholzer, Lukas},
  year         = 2024,
  booktitle    = {IEEE International Conference on Quantum Software (QSW)},
  doi          = {10.1109/QSW62656.2024.00013},
  eprint       = {2405.17543},
  eprinttype   = {arxiv},
  addendum     = {A live version of this document is available at \url{https://mqt.readthedocs.io}}
}

Peer-Reviewed Research

When citing the underlying methods and research, please reference the most relevant peer-reviewed publications from the list below:

[1] A. Zulehner and R. Wille. Advanced Simulation of Quantum Computations. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), 2019.

[2] S. Hillmich, I. L. Markov, and R. Wille. Just Like the Real Thing: Fast Weak Simulation of Quantum Computation. In Design Automation Conference (DAC), 2020.

[3] S. Hillmich, R. Kueng, I. L. Markov, and R. Wille. As Accurate as Needed, as Efficient as Possible: Approximations in DD-based Quantum Circuit Simulation. In Design, Automation and Test in Europe (DATE), 2021.

[4] L. Burgholzer, H. Bauer, and R. Wille. Hybrid Schrödinger–Feynman Simulation of Quantum Circuits with Decision Diagrams. In IEEE International Conference on Quantum Computing and Engineering (QCE), 2021.

[5] L. Burgholzer, A. Ploier, and R. Wille. Exploiting Arbitrary Paths for the Simulation of Quantum Circuits with Decision Diagrams. In Design, Automation and Test in Europe (DATE), 2022.

[6] T. Grurl, J. Fuß, and R. Wille. Noise-aware Quantum Circuit Simulation with Decision Diagrams. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), 2022.


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

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-2.3.0.tar.gz (273.7 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.3.0-cp314-cp314t-win_arm64.whl (654.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_ddsim-2.3.0-cp314-cp314t-win_amd64.whl (480.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_ddsim-2.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (283.1 kB view details)

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

mqt_ddsim-2.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (220.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

mqt_ddsim-2.3.0-cp314-cp314t-macosx_11_0_x86_64.whl (228.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_ddsim-2.3.0-cp314-cp314t-macosx_11_0_arm64.whl (211.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_ddsim-2.3.0-cp312-abi3-win_arm64.whl (627.5 kB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_ddsim-2.3.0-cp312-abi3-win_amd64.whl (460.1 kB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_ddsim-2.3.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (281.1 kB view details)

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

mqt_ddsim-2.3.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (219.3 kB view details)

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

mqt_ddsim-2.3.0-cp312-abi3-macosx_11_0_x86_64.whl (225.0 kB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_ddsim-2.3.0-cp312-abi3-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_ddsim-2.3.0-cp311-cp311-win_arm64.whl (630.7 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_ddsim-2.3.0-cp311-cp311-win_amd64.whl (462.9 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-2.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (285.8 kB view details)

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

mqt_ddsim-2.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (223.0 kB view details)

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

mqt_ddsim-2.3.0-cp311-cp311-macosx_11_0_x86_64.whl (226.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_ddsim-2.3.0-cp311-cp311-macosx_11_0_arm64.whl (209.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-2.3.0-cp310-cp310-win_arm64.whl (630.3 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_ddsim-2.3.0-cp310-cp310-win_amd64.whl (462.7 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-2.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (285.5 kB view details)

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

mqt_ddsim-2.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (222.7 kB view details)

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

mqt_ddsim-2.3.0-cp310-cp310-macosx_11_0_x86_64.whl (226.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_ddsim-2.3.0-cp310-cp310-macosx_11_0_arm64.whl (208.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: mqt_ddsim-2.3.0.tar.gz
  • Upload date:
  • Size: 273.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0.tar.gz
Algorithm Hash digest
SHA256 e1a4bf1f6b4b77151d7a9b2d62a797181178dc3a2c34fafaf3b23418c121effa
MD5 b252b7daac1c7846fcc653792d6911b6
BLAKE2b-256 3a0dafc7cbfd27c4d5fd46b7c4dc3afb1c091a0a0e39c87ef7aea5bfa0ccc140

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.3.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 654.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 12b8387c8a7c54b765eee69d555ecd5ff1972bda7b96783c0d72f342422b244d
MD5 c0d49ad4e3ea04b54fbf82dbfdcaa039
BLAKE2b-256 a09d2e6a18fc17a3856e25e487d71f7b2bfa97ce0d9a134ba6f755950d1c397f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp314-cp314t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 480.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5de34344c0a5f739f3028179a17fdce39509bde64626518f70d397aab62c709c
MD5 d62bca107a1426070de419779732985b
BLAKE2b-256 bff427b30044f6d6f86b84eb498802cd20fcc249a1b159f6e0a2e5fa76273075

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp314-cp314t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e396b3d55e5a9d3d0641cd9867d97d3d12f940f56e41ab76723c434abf9db4e8
MD5 47825cf545b1a3d0a19fc89397c72f53
BLAKE2b-256 c51bd2c566ee10f5e86b506067c961f3a291f2e18adb517ae829eb85cd0b2b7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af6661f35b81ce1e33e969e2ede5ae345eb1161986b679cebbcf8c6e8dfe367d
MD5 0902538fb91ce44345b1fb0331279b4c
BLAKE2b-256 c30e236674a5012f75c696ee9c0b54bcdbe312224a99416b44db906b2f2d46ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 87cf613de246a8842bfac697e5626c727bf9c597855e7e39a4d73a0ffc27c98c
MD5 bff564880ac8e393c9a726848c0a2359
BLAKE2b-256 e3ddc5d3513bbc2c72031534dd06c2a1c7f0186d7f85b7d7bef84180f44e8a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3120521992c5f1896f1364d2b6d2520e7dffef997cdcc8a40a0fa88e35859f2
MD5 7266e687bcbb28a168c97a0bd8267973
BLAKE2b-256 658568879f693d1fe73d9211e56bc6b9cefff2aa2d32a760ea213bcdab9dc439

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.3.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 627.5 kB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 52995a3d53d8a97378d32d5f7128e2243830ca813dbf55311e4b9d051996f04c
MD5 91a64bc837468be601170a6a28e49392
BLAKE2b-256 a74fae08c1fb6c43b0cb6004a5fe4c28aa99cb5d520b9924562716da221967d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp312-abi3-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.3.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 460.1 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ac6afe0728767202d006895dde37479b72cb42da22351d436336e7186df0d100
MD5 3dccda232722191ca9798ae5733b1d69
BLAKE2b-256 aa1fbf33d8535777cd4762cc4f66bc8e63fcdb3c55dd3ec298f4ffe00c5504ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp312-abi3-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a3c35b8c44684d6291e0ed59f9687f937566194c083ce297ec91de5ff6733ac
MD5 05082d001aefc572d4d4556f674d996f
BLAKE2b-256 b4ebd1fe099f94182c2cf239a5ce1d6c5e7f0a6c18f2c275ad451f9bf6a8d71e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 691107bce4442238f14b45c05a2742a19533ecd22d066c62a23cfa0230de6e0e
MD5 c17be45d1b2f3dfd8cf8a01e360b9ba2
BLAKE2b-256 b3ca83fbb843447e85bb1e20062117b50fc593d68c48fd5f6a22c6ed9f8e5541

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 79b20eb552219f21c861834fda8d2302d4632004831b257473e3acfb9f8f7600
MD5 bb753ca31d1286727c96f69443507cd3
BLAKE2b-256 db492c655f03079bfee3719f58a6f15ce279950b3cd57eab1eb3d444a102bbe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp312-abi3-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8eda97d34516f2ec56556442d5f3f371d51b4cd2588b581df3247e6bc14f16f
MD5 c0df815b8402cad68dd2e148e5b3bc1d
BLAKE2b-256 4274e588af1158825e55be375e03b28c3ee32d3841642b7c4c0725e7df9f4957

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.3.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 630.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ae8ac1e51c60a2c8062f05f864e9a0aa1f5034b7ce547f81d2d6c25a0d878dd9
MD5 2ce58d509cc21964dcd733a45ffce66f
BLAKE2b-256 d95af2245e21bfb0a539fac7bfd63d2de74a75057feb06d4ab4aa36c93fb7eed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp311-cp311-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2861f0643d29d2cc80f66d9a28baa2e8f5f63f68c112807a1c5ec5028a5196d5
MD5 1460950908f5e7ef7f3585b524112d98
BLAKE2b-256 c9152c2172ee0548f7774c62218ed495093825af021dbbee1770b9445bfd2a9e

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2d75b8525f01f4fb3a1857cd46eddb5cb1ed79c04716e352297aaaeea471c72
MD5 3f897156554ae4a85f1f965fe6a05f14
BLAKE2b-256 1ad736a353111c85cb592a8ec7fe5fa2c6e9609b9b26ad51355c6e76a9e9af30

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f1ff975ab323d0b7e3a3adf19826d43ce0de552799268999e9e0e7203c33cd3
MD5 3f9520b46345b0be7322a03bb3f7a621
BLAKE2b-256 57f1c6ed6408f92e4aede45c90a4304b1eefbd50fd7ce050435cd305d82efd12

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b0f19f3eea8b8eb125633b392c1deeb803af637896d32507f60cc031fa015c22
MD5 f98674631c1c5aa713cb5928b1b4fbe4
BLAKE2b-256 4c12b8d6332db2713a6ff379f3b50d73aa9654fc6b5bcb684ea64bbfc9fab034

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04c4178f5e291847c47b34ab2fde18164983b39ce313510508a3009694ac9e7c
MD5 21fde16198a0cf2caafc3e104b76c907
BLAKE2b-256 159c440176acf20730e1ad5e2a04b7b3d8d7503ce614e633685987f0b72e6f88

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.3.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 630.3 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mqt_ddsim-2.3.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 250fab371f4bc5cf022190aeb790addfe9ba05f9e9d91876a8b75061832bd9e8
MD5 c6516eccc9ae2d2bd5b0d0c55a541671
BLAKE2b-256 924b7cf05fb217207a7f146ac29fa2fa1cf75478456a7b09751dda672b69bcd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp310-cp310-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e3b0d2b2498b48e8eb2aa1d38b91d2c566cab51fc72748602cc378255f0ffd63
MD5 91f16134a8ce189be6d56333a8df26c4
BLAKE2b-256 6762e8bd89866e1b9c26b75d4223097aae6d95f33a78dd5dfea386216de014be

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f8568a99b5e67553938765b7976315f8c9314c722195588f6dfe725adb1adc8
MD5 e9486d5accd1e2e102ff5af8c8565e85
BLAKE2b-256 e9c8c463c6663007c33d397ec5b9d491b9b1a6c5b8f1ec8e0c483304a4257c5a

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28f1fa48a97c11ecdd5fee76b5374926abbc7da3a0cec2d93470a0c15186ae16
MD5 07d921af05645e22a8dc0d0eb929371e
BLAKE2b-256 d4ee1bb420dfa20f5b77ef74abe1ff73796ba78a750a4720f72d3cc64873a3da

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e4a8d40a3263870e177f1804a89802d4bc561f16a2221ed182c45a303b8a1fb7
MD5 38ddf094c8007256eadaa402282c9799
BLAKE2b-256 63a31b5e897722055aef486e204005802688655754da5854a28c8ab59a67b707

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.3.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/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.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d8c46543586af4b0a9e3c56f8c89dc3a0f121230a642ab0af9a227270461ef9
MD5 2d9aee294debe4cd885e9d13f8a08238
BLAKE2b-256 e8b4d78fa90adb2656155bc7993feaed44ab202a8e634b40b8a3374ca4aba0cc

See more details on using hashes here.

Provenance

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

Publisher: cd.yml on munich-quantum-toolkit/ddsim

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page