Skip to main content

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

uv 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

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.5.0.tar.gz (329.1 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.5.0-cp315-cp315t-win_arm64.whl (637.2 kB view details)

Uploaded CPython 3.15tWindows ARM64

mqt_ddsim-2.5.0-cp315-cp315t-win_amd64.whl (462.4 kB view details)

Uploaded CPython 3.15tWindows x86-64

mqt_ddsim-2.5.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (317.4 kB view details)

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

mqt_ddsim-2.5.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (254.4 kB view details)

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

mqt_ddsim-2.5.0-cp315-cp315t-macosx_11_0_x86_64.whl (259.4 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ x86-64

mqt_ddsim-2.5.0-cp315-cp315t-macosx_11_0_arm64.whl (235.5 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

mqt_ddsim-2.5.0-cp314-cp314t-win_arm64.whl (637.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_ddsim-2.5.0-cp314-cp314t-win_amd64.whl (462.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_ddsim-2.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (317.4 kB view details)

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

mqt_ddsim-2.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (254.7 kB view details)

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

mqt_ddsim-2.5.0-cp314-cp314t-macosx_11_0_x86_64.whl (259.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_ddsim-2.5.0-cp314-cp314t-macosx_11_0_arm64.whl (235.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_ddsim-2.5.0-cp312-abi3-win_arm64.whl (612.7 kB view details)

Uploaded CPython 3.12+Windows ARM64

mqt_ddsim-2.5.0-cp312-abi3-win_amd64.whl (444.7 kB view details)

Uploaded CPython 3.12+Windows x86-64

mqt_ddsim-2.5.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (317.7 kB view details)

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

mqt_ddsim-2.5.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (254.1 kB view details)

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

mqt_ddsim-2.5.0-cp312-abi3-macosx_11_0_x86_64.whl (256.3 kB view details)

Uploaded CPython 3.12+macOS 11.0+ x86-64

mqt_ddsim-2.5.0-cp312-abi3-macosx_11_0_arm64.whl (231.9 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

mqt_ddsim-2.5.0-cp311-cp311-win_arm64.whl (615.3 kB view details)

Uploaded CPython 3.11Windows ARM64

mqt_ddsim-2.5.0-cp311-cp311-win_amd64.whl (446.9 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_ddsim-2.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (322.3 kB view details)

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

mqt_ddsim-2.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (257.2 kB view details)

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

mqt_ddsim-2.5.0-cp311-cp311-macosx_11_0_x86_64.whl (257.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_ddsim-2.5.0-cp311-cp311-macosx_11_0_arm64.whl (234.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_ddsim-2.5.0-cp310-cp310-win_arm64.whl (615.4 kB view details)

Uploaded CPython 3.10Windows ARM64

mqt_ddsim-2.5.0-cp310-cp310-win_amd64.whl (446.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_ddsim-2.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (321.7 kB view details)

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

mqt_ddsim-2.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (256.8 kB view details)

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

mqt_ddsim-2.5.0-cp310-cp310-macosx_11_0_x86_64.whl (257.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_ddsim-2.5.0-cp310-cp310-macosx_11_0_arm64.whl (233.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: mqt_ddsim-2.5.0.tar.gz
  • Upload date:
  • Size: 329.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0.tar.gz
Algorithm Hash digest
SHA256 995b0979198c048907f24858f8e53f974865fd686c8e370fb5acf47bec4a602a
MD5 6b93f191b60a71fe7df11822b1243c4c
BLAKE2b-256 7960d34bc6ee6aedb4d056528610c545087befcba8672f27407d20971f20fa38

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.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.5.0-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 637.2 kB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 547d84212d57d8424a8fc6d094c58728fa9bbcd5dcb28fe6d123b39d46100ffb
MD5 d2530d7b3d723f2297fa710df101d277
BLAKE2b-256 b3cd637440a8c2c2e481fef7bbd6ef5f7d5c65caa051d0954ef475315023ad6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.0-cp315-cp315t-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.5.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 462.4 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 803a8498f971fa0416e81c481d4801198cc324e2e90f3333afdd13aaf232d192
MD5 84808d9cea7c09121ef9543bbc28cb23
BLAKE2b-256 106730e7dcab64415b8d1cc5d5daa104c388e7a17794b0d2580f00026befae09

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.0-cp315-cp315t-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.5.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0e05d1ae9851f9b9930101d7921ff4280f2ee7551ec0c6965e6082a56e7e9ae
MD5 bac4210e05383274fa44b63866fdad9d
BLAKE2b-256 dce9cd02821b1e0422f4da7a46f0987539cc8880a4820190c06912001e5dd92d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.0-cp315-cp315t-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.5.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 edb124e78814de7f6a79822b680b879276cba8735e75fb9523f591d12c42eae5
MD5 301dce9ad649b74905d2d6a8ebe55048
BLAKE2b-256 109eecd9a162033eb83425c22438489295e6d8aa3ce4569cbfe820fcec80f53e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.0-cp315-cp315t-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.5.0-cp315-cp315t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp315-cp315t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a8b27e6587c4e63bed500759d044318e5bad03c44aa9ebc37f94fd1f64cde218
MD5 4b7d86c35adc3fe9a7cca8fe3071e43b
BLAKE2b-256 a8b453bd00f41cf88f520e94b120425d7a5d6105887b3977de8718ab38e413af

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.0-cp315-cp315t-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.5.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bf4ade5143f45d42a792b22993a92c0058e4adea11b179036c66a91b38db2b7
MD5 8b1cb6203db2b32938e20158b1d370a6
BLAKE2b-256 58f0af88f0f4b43002718166465cd1d3a2275ec83dd293471305c90b42ee5b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_ddsim-2.5.0-cp315-cp315t-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.5.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 637.2 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 223d300ba7fe784e9dfb58713f39decaad21a084a7f614701d8d6a3afeeeaae0
MD5 56d87a2e32108f0c0e32e2de29723ccb
BLAKE2b-256 8c69bf0e1e3d92ad1090100a38da1e0543f8dd01884fad5d03cf2946613be9fb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_ddsim-2.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1aa98df6df1f66b877baa185125f99a069a21cea8c2408715101e989aeb74def
MD5 63e44c083c73ea2d53c9c9d5e6247940
BLAKE2b-256 40d3b28f7309069fd1ee4a933ecfc3e068d819f5ee99a57dd7a2806b78428530

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2806baf5d327cb138c98bb1337faf88c272c23b39181572fd945a6adad30172
MD5 834f3afa7b0f4b498ea573630d064698
BLAKE2b-256 2fba1c3fe5fbebae730f0afca4a6d59437fc2743fd639b031199667a8828882c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15c16b78fba2070c608b3429db638f678c02e39f856de3aa5c3743f41a504afa
MD5 a3489c1c702a7652e9214289cc513057
BLAKE2b-256 2d14a7e6cacb93da0cb93fecc3fc3d231053fa154811dd0f450e60bdd3db066e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 78d021f60067d6bd756f6242171750e21418cc7e3a567821401a793de07259ac
MD5 6dd0b45f083eb6784b4c09e6670b8806
BLAKE2b-256 a4159db815e9293e390e7a5fe051cab096b08eb7a48953d85df62c1ed5491eed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c5ec05b7216e1eca0d44a4e4c807559b1c90f0cc8581ecf17d41c46e4d1505b
MD5 0cbe53ffcdcd8642240208ce4834f9bb
BLAKE2b-256 6ff6a091ad4b9273ff1864ff73a01e70bd38488617b63ed3295e19cdb018e207

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 612.7 kB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 98c89059f02621b4f7c776f093f92a2585d00d752493fcc569d93e1f0e6783dd
MD5 99852134c36e2e9238c41a5067b103f8
BLAKE2b-256 38f6d60eab2f315c55f285c7796ceb9af0e87df85fee297d486d0991ab107b6b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for mqt_ddsim-2.5.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a4619ad9631de862a6ec5360f3559292f64197c5c5b01c49f1bab7ddc8f11ba0
MD5 d957fce5fe54af0e0e0644aa16c97956
BLAKE2b-256 b957850531d35fa899e3e0d364bc66f6ee7ec8bfb371d8408ad143c5bdd7ab33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d550e6829063b17aafe6fdd8bfc6b6c725a0177df1ca6e30ae3be039b329efdf
MD5 161f58c7b8350c2feb7e8c2905a62bb7
BLAKE2b-256 eae2894b1a98592b9681ef4b60e24025011c4c155b19ac9f14254acd7e4ab74d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cff56cec5016d4eaa7d0c794987c4d6e80ed6ee0109cb28c074afe09d8525e2
MD5 ed2c0f805587f3c4befa37aa27c9db5e
BLAKE2b-256 9f6d540253afae502503a5c6606a0d0e5cecc28c7917c0aa0405630d54cf089d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp312-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a341f235a715dd610ba9fd0b5740f0919ec03a69c4ee84cfad0b1723213eb2d6
MD5 452e9d7cab117ff934fca425e88f8f79
BLAKE2b-256 aefe1cf66ccab3582cb9eef6cbb56d83e5d7dbd3fcd643c8184c224755693387

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a769ec79040579e0c42db08e10788759e4dbd73f9472f49d319b92d6cb9c05a9
MD5 095ff4439edb809f64cba8b589f1efaa
BLAKE2b-256 30aac3190e1f8178a29627ac712e894ea0cfbeddc4b33c7d8a214938b3e57f31

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 615.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 27f10958556ab1fb3f2423bc255154bfc036e79df23b3e3923793dc40f67d52e
MD5 2b749825d4c3384af1f7dadf3db4397f
BLAKE2b-256 f2def4df1a31a215f39eee3d19e2fc3f4fbcd6906b73a6dc095b12b242cfdc23

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 446.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b9b02a9d4e4edbf94de857cf5af36be41a336bdcbe544f06b4f329636384c92e
MD5 d30fc84fd244156f094667c2ead52a02
BLAKE2b-256 55346e6ed4fc7076d0365ccab1715fb068d2f5857bb90f4d59220e9e262be8cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0010739bab291a2302379654c23fc62d9c0b26bb12b75a59a4f40c5cc3edb3b
MD5 3f4f0a6e0a1f98a865f0dd787bc7f002
BLAKE2b-256 5d0f22c0fd1895a108c532304671947fa52203caf6a941419fc18ad62957c373

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6bcb936babc2eab97527c5994fd71a45447da25f542369bafcda2a41e1cc32f1
MD5 e2a33d25a9d0555b170c4632d2489ed6
BLAKE2b-256 75ef2b6ae2203e0b3f35d85f42503ba1ade723cc4254f54a2f3510af952e46fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 646d1fa2e362f303c62b7069cb4080ac7b48cf892f9a40a02664b8f3b18165b5
MD5 1e6b8ce75be72a7d5f9417a85413ec2f
BLAKE2b-256 9ff99d773f0f59038510275d5c68de722fa0f587304a65b504921f6bf8c72eb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8bf7a08427abe74bbef0f1028abf5d6c214472468c3a2ead8e59c95cbc74faf
MD5 f001a1d58539764ce397521a1db72b5d
BLAKE2b-256 43b2187adca9f09fe364a43c5a0fa6ef51404db39ad24ba2ac9977dcba2d2f16

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 615.4 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 903fc3560bea6bfe6f3546a8aec19313cb4e2e67278bc96a80720adb45f58ccf
MD5 f50f393dd16ba52c41413c9e67a0ce2e
BLAKE2b-256 952892a2aa6d58a7d461d0ee474051e68c6f1b655a2b17aa6a160849e200a323

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mqt_ddsim-2.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 446.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mqt_ddsim-2.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6941a1885ad807f4d91f3229d53dc1e9984946c9b46a87a2d4088fa1388e597d
MD5 f0c668f6d34a63ed5525955bdfc0c37f
BLAKE2b-256 996a901dcfdb34020f9c730ae5d88c8ab710c8f907071d3ffaf9baec551ae324

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8331324140ba2ccf7768a926d868997360ece319ce77d014508e293c87750049
MD5 589f3ef62d8b500887b0a4999e120f35
BLAKE2b-256 1ca7810072c83c7502ad7ec507f0c6913b137d637b4fc879bbc0391dd19ab4ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d9fc60214c85abbe01263619edaff3b1299d07b5301e72590f574ff034c30f4
MD5 8add8d6e52166024aa8ee7a573d9f4de
BLAKE2b-256 e5a25214b45c2d6cf2d0934ed31d6a3ddebb364391950584c835f7b55f990df5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 74b00a5fa36e05128e030fff5fdbfbd7b38e0d69d0bbf87fc68e3d54797d1fb2
MD5 ea7738bd4a0154aae1fdb8b2c036788f
BLAKE2b-256 7d2750f8f379c2e3a86cf65d9066ddefecd69a86c7445d15338711ad0ff16d15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mqt_ddsim-2.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e383ccc81628921c6fdabbc5475304d74011aa17ebe3699c2308cb8b40828196
MD5 315c1bf460fa0299cdb5c2d1e16577f0
BLAKE2b-256 0a79c642718f512a5e35fbfd1c69246424aa50cef04550a3f065194f5a87b5a2

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

2.5.0 This release

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

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