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.2.0.tar.gz (267.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.2.0-cp314-cp314t-win_arm64.whl (649.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_ddsim-2.2.0-cp314-cp314t-win_amd64.whl (480.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_ddsim-2.2.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.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (220.4 kB view details)

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

mqt_ddsim-2.2.0-cp314-cp314t-macosx_11_0_x86_64.whl (229.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_ddsim-2.2.0-cp314-cp314t-macosx_11_0_arm64.whl (209.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_ddsim-2.2.0-cp312-abi3-win_arm64.whl (623.9 kB view details)

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

mqt_ddsim-2.2.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (280.9 kB view details)

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

mqt_ddsim-2.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (219.2 kB view details)

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

mqt_ddsim-2.2.0-cp312-abi3-macosx_11_0_x86_64.whl (226.3 kB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_ddsim-2.2.0-cp312-abi3-macosx_11_0_arm64.whl (205.7 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_ddsim-2.2.0-cp311-cp311-win_arm64.whl (627.1 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_ddsim-2.2.0-cp311-cp311-win_amd64.whl (462.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-2.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (285.5 kB view details)

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

mqt_ddsim-2.2.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.2.0-cp311-cp311-macosx_11_0_x86_64.whl (228.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_ddsim-2.2.0-cp311-cp311-macosx_11_0_arm64.whl (207.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-2.2.0-cp310-cp310-win_arm64.whl (626.6 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_ddsim-2.2.0-cp310-cp310-win_amd64.whl (462.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-2.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (284.3 kB view details)

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

mqt_ddsim-2.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (222.4 kB view details)

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

mqt_ddsim-2.2.0-cp310-cp310-macosx_11_0_x86_64.whl (227.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_ddsim-2.2.0-cp310-cp310-macosx_11_0_arm64.whl (207.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0.tar.gz
Algorithm Hash digest
SHA256 fd95a4d9ac9ac6fbc236d2059e0a5bb4c0ebe6e4592be911d44539e7ad67596d
MD5 35c0cc971ece891fc720c60c78d44598
BLAKE2b-256 ce7d438817d8abad63cb022e8034a8ebd967c2bab2d0a93ddfa8083ef4993588

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp314-cp314t-win_arm64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 52079912422cc2207d87dcc46fe63ae95ce80f9fb04caa7334c51ddc80caca8e
MD5 0b992d5a3c2b48a60b86c85f5c97d2df
BLAKE2b-256 6b7113acbd68c2e4f71e0e985e86e47384127d3e3094580d5a66afe02f4fb489

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 07e35ce8b8f2d2aef01c4b95bf1b901269644d2250caf9b3a88ea0f64b499943
MD5 3d60466ec0cac7d39270ca8d438b7f13
BLAKE2b-256 ccce4c7975266a32e15d4d6d632e775d7f74e46807bdfcd7dc0e3843ac5e49eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 310313283684a62f626a36737ef848570cac059e9273e19bf182b16acdd0a0b8
MD5 be2c7b4b8a62b4df15eee5f421c06b02
BLAKE2b-256 52380aff87435f67b842084b99569558256db3bce2279c059a1746a09d288eac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 218bb505f3cf2cb3d568b33990a5b09c2461f08b5bbc45a0bd98a6cbf7f09e65
MD5 e3bc925d1124aabee3b64ea039fdcdd1
BLAKE2b-256 6b19a7960e4c1cb44fc9c1e749eaff617042cc57470ecacca3d4296ce404280e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ed3671676a75ed329670b9798e25c29be83c475dc0e5c4772ff6607f8d92f0f1
MD5 d3a7778ab897ad1743aba301d2ccc1a7
BLAKE2b-256 b85adb141e4d4e21c4b0c82d8e9b5357e29c2890de676025b998f8ee86831fda

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bd35854342e6b0ba7e9cfe1e135a26ebe5b0a40e2f8b533ccaddc6614e42c9c
MD5 bca01b91fdc767a1c4a8c3f6eddb4f4d
BLAKE2b-256 7ef9423b1f04ef238943c1791b98892e1c177e7cfc64c47cf0e6ad9a546d6305

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp312-abi3-win_arm64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 8026a755085100a95cf6162f741337b258c0df4bc0a30aafd890d97a1cf68959
MD5 6870540647365cffd022a1c1154eb311
BLAKE2b-256 704123d23c0430383eac1c531e544958dd5fe21e4477d1cf7b6cca9834d7f3f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.2.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.7

File hashes

Hashes for mqt_ddsim-2.2.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 c201b2e182cccbb9e9c8fd129376e4171a20604a02cbc543f8d9a62ab378d9eb
MD5 4e2f57b254287f79e9eb564cf7b81fd8
BLAKE2b-256 8c85e8010b9f56545d9f17029aa7c3316fa366e51b58ec2a9301ceeeae2e2d6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1322278f7043b352eaf9f59de13a8591eed2925650479b98aee0f2c66a04932e
MD5 75033b2757283efd07a9ef2883d719df
BLAKE2b-256 fd1fa368e8be1ee11cbc3f3f7204578eb33e4185feffe1b3923dad138b6d79ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cfa521872156042e7fa902013455ad7c5724991f069a3a881b95c8999a7010df
MD5 8e84bb4c46658f1a1bf32c74fc8a4807
BLAKE2b-256 c5243dd150a37f5e29e758bcb514bbd455fe235c45bc2132b15a18d402982b05

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp312-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7f4cf78ed0b5eb5ef5091a16522c4ae3564f71b7bd562822394cf1840cb1e29f
MD5 9e96da676aa47275e802e1d7c0a3ae75
BLAKE2b-256 caa53549db63a5c5ebb4de767dfd184db3246ccf4ac9e0fea40410182ec0c9f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4faf907ed45762d97dcdeaa1e884be8a685130cd42e0a1d641d9cb49ed1255c0
MD5 04cc0a8abfcdb09d0cfd43568a5ceb7d
BLAKE2b-256 f5c7dfd0c5bb44dcf2f9efa54b373ae2a7a1d70aa133c4980d05d810858da4fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 23528d7812a9e910efa98f89fb49265cf5ed2afca75c18458e9126f228ee24e7
MD5 50ed419c38384ccce27f0a1da30f68f7
BLAKE2b-256 032b57c4475adfa32706f21733b40837768983583d7a2f4e0398c9d2b69f1f81

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d63c43059faab705ec695553602cb4b7b930039edfae6d68fb0c0e2d3a28b39f
MD5 11005f1fb635b970a77f81da5e95e633
BLAKE2b-256 c40255f6c72c3b514f39cf04204e855ba3baa16763b61de855aadbd1ea60d696

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a67e945508c38af5d092b04b755bb019640fa85d2361faea8dadb46978af202
MD5 a6d5b3fb3f9a752a12c05b088cfc55d7
BLAKE2b-256 e3b7fc14593470e0c5df095ab712f5a96fe61375d5ac37084e31ae0f73378272

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2aeb2ad4c78763421e0c838955595eef368cbbe1775ac6ea060bbe63bdf7fd6
MD5 4b6a223fbeac8ec01623f2f067c118e7
BLAKE2b-256 e8d1fc7d9d9a2d4c2b14090e388e7f38b7f8fbce22606b43694ab9e0bcc46657

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fcde25afd8b1b3672236d2cfdd7c26fc5bcbda3a9db3ae4f4d2ee19b850551cd
MD5 d9fb08f0a4cdb3ef81eb20ff953399ef
BLAKE2b-256 4d8c72fb426a3b789c17b7aa553a7d1309c0e5967cfe28cdfb05c6f951d43ac5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3147dcf0d0375df2a6ab1081d81363923e2cc3c04fe735b2ad6f9673dae583c
MD5 9dad06e95a2033c0ad4ee0c15707328a
BLAKE2b-256 3a0b77c5126fc7d2f56dbb1d027996ec6441be8f20c4f4866627a7dedbd4e049

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp310-cp310-win_arm64.whl.

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 8ddca8b66cd0d52e1457fe40cefdc0a07a4dcda544a343a49c91550185529568
MD5 a98dd0eaabd4e4eca53bd593dfe83c4d
BLAKE2b-256 72b2d5791f5bb8349e7930c2c8f4feba901b0b77f587f1c066b82992e0b808cf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_ddsim-2.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7666d0a3cfd952ca1c982ad4d2df8059dd83021154986a2b5c94ef9ab5073630
MD5 4870d670f25cd9f17898990f6613cebc
BLAKE2b-256 060a1aa8eec6d2795ec5e93ee144d54df021ad6e931cd07f12a1b9c8f2213b5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21366d732e2b32ebfdbed657df648db56afb37008808dbfc4d4550ad5711048b
MD5 e6bc0deda6ff7c5410c27a2ab6174d10
BLAKE2b-256 f5dbee66a6dacc81ac09507c6b61b9c789d7d07c136dacaff6bffc9675195418

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d48a871fa37bef00148cd560a1cb2069d771176973c05a4d45940304ee4eac78
MD5 59d54cdded346c2a7f1ce7d735d9a3c2
BLAKE2b-256 80f7b0395678884435394f0402e86c2bc25af017239812eeed22f391dba35875

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.2.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.2.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4f6fcbab7a88aa6310083e5205603bdef4849c2c597b25cfefcbec823327e817
MD5 aa4ff728e048b282c3a4fd54556c9d28
BLAKE2b-256 b6998d26230423182514778568c69708595566f25dfabd0e12de03579f9a9662

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53abc7e869f10d9ed02255148c1ef52dbe210d143be14295f812008f0d30e967
MD5 23d565219a84491e4a9c140c19a64ecc
BLAKE2b-256 75c18a0343a254295aac9d2d6572dbf94f4b0c0fdb4c21fd1263930b880f37d0

See more details on using hashes here.

Provenance

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