mqt.ddsim


Namemqt.ddsim JSON
Version 1.22.0 PyPI version JSON
download
home_pageNone
SummaryA quantum simulator based on decision diagrams written in C++
upload_time2024-04-15 00:02:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Chair for Design Automation, Technical University of Munich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords mqt quantum-computing design-automation quantum-circuit-sim simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://img.shields.io/pypi/v/mqt.ddsim?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.ddsim/)
![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![CI](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-ddsim/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/cda-tum/mqt-ddsim/actions/workflows/ci.yml)
[![CD](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-ddsim/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/cda-tum/mqt-ddsim/actions/workflows/cd.yml)
[![Documentation](https://img.shields.io/readthedocs/ddsim?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/ddsim)
[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-ddsim?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-ddsim)

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-ddsim/main/docs/source/_static/mqt_light.png" width="60%">
    <img src="https://raw.githubusercontent.com/cda-tum/mqt-ddsim/main/docs/source/_static/mqt_dark.png" width="60%">
  </picture>
</p>

# 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_](https://mqt.readthedocs.io) (_MQT_) by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/).
It builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT.

<p align="center">
  <a href="https://mqt.readthedocs.io/projects/ddsim">
  <img width=30% src="https://img.shields.io/badge/documentation-blue?style=for-the-badge&logo=read%20the%20docs" alt="Documentation" />
  </a>
</p>

If you have any questions, feel free to contact us via [quantum.cda@xcit.tum.de](mailto:quantum.cda@xcit.tum.de) or by creating an [issue](https://github.com/cda-tum/mqt-ddsim/issues) on GitHub.

## Getting Started

DDSIM bundled with the provider and backends for Qiskit is available via [PyPI](https://pypi.org/project/mqt.ddsim/) for Linux, macOS, and Windows and supports Python 3.8 to 3.12.

```console
(venv) $ pip install mqt.ddsim
```

The following code gives an example on the usage:

```python3
from qiskit import QuantumCircuit
from mqt import ddsim

circ = QuantumCircuit(3)
circ.h(0)
circ.cx(0, 1)
circ.cx(0, 2)

print(circ.draw(fold=-1))

backend = ddsim.DDSIMProvider().get_backend("qasm_simulator")

job = backend.run(circ, shots=10000)
counts = job.result().get_counts(circ)
print(counts)
```

**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqt.readthedocs.io/projects/ddsim).**

## System Requirements and Building

The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.19.
Please refer to the [documentation](https://mqt.readthedocs.io/projects/ddsim) on how to build the project.

Building (and running) is continuously tested under Linux, macOS, and Windows using the [latest available system versions for GitHub Actions](https://github.com/actions/virtual-environments).

## References

DDSIM has been developed based on methods proposed in the following papers:

- A. Zulehner and R. Wille, "[Advanced Simulation of Quantum Computations](https://www.cda.cit.tum.de/files/eda/2018_tcad_advanced_simulation_quantum_computation.pdf)," Transactions on CAD of Integrated Circuits and Systems (TCAD), 2019
- S. Hillmich, I.L. Markov, and R. Wille, "[Just Like the Real Thing: Fast Weak Simulation of Quantum Computation](https://www.cda.cit.tum.de/files/eda/2020_dac_weak_simulation_quantum_computation.pdf)," in Design Automation Conference (DAC), 2020
- 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](https://www.cda.cit.tum.de/files/eda/2021_date_approximations_dd_baed_quantum_circuit_simulation.pdf)," in Design, Automation and Test in Europe (DATE), 2021
- L. Burgholzer, H. Bauer, and R. Wille, "[Hybrid Schrödinger-Feynman Simulation of Quantum Circuits With Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2021_qce_hybrid_schrodinger_feynman_simulation_with_decision_diagrams.pdf)," Conference on Quantum Computing and Engineering (QCE), 2021
- L. Burgholzer, A.Ploier, and R. Wille, "[Exploiting Arbitrary Paths for the Simulation of Quantum Circuits with Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2022_date_exploiting_arbitrary_paths_simulation_quantum_circuits_decision_diagrams.pdf)," in Design, Automation and Test in Europe (DATE), 2022
- T. Grurl, J. Fuß, and R. Wille, "[Noise-aware Quantum Circuit Simulation With Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2022_tcad_noise-aware_quantum_circuit_simulation_with_decision_diagrams.pdf)," Transactions on CAD 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.

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_dark.svg" width="28%">
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_light.svg" width="28%">
</picture>
<picture>
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-bavaria.svg" width="16%">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_dark.svg" width="24%">
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_light.svg" width="24%">
</picture>
<picture>
<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-mqv.svg" width="28%">
</picture>
</p>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mqt.ddsim",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "MQT quantum-computing design-automation quantum-circuit-sim simulation",
    "author": null,
    "author_email": "Lukas Burgholzer <lukas.burgholzer@tum.de>, Stefan Hillmich <stefan.hillmich@scch.at>",
    "download_url": "https://files.pythonhosted.org/packages/17/74/ba941417da77e7ce2689ea5f8fcb3486eb82b0da1610e09e70b4c745a241/mqt_ddsim-1.22.0.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/mqt.ddsim?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.ddsim/)\n![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n[![CI](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-ddsim/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/cda-tum/mqt-ddsim/actions/workflows/ci.yml)\n[![CD](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-ddsim/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/cda-tum/mqt-ddsim/actions/workflows/cd.yml)\n[![Documentation](https://img.shields.io/readthedocs/ddsim?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/ddsim)\n[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-ddsim?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-ddsim)\n\n<p align=\"center\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/cda-tum/mqt-ddsim/main/docs/source/_static/mqt_light.png\" width=\"60%\">\n    <img src=\"https://raw.githubusercontent.com/cda-tum/mqt-ddsim/main/docs/source/_static/mqt_dark.png\" width=\"60%\">\n  </picture>\n</p>\n\n# MQT DDSIM - A quantum circuit simulator based on decision diagrams written in C++\n\nA tool for classical quantum circuit simulation developed as part of the [_Munich Quantum Toolkit_](https://mqt.readthedocs.io) (_MQT_) by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/).\nIt builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT.\n\n<p align=\"center\">\n  <a href=\"https://mqt.readthedocs.io/projects/ddsim\">\n  <img width=30% src=\"https://img.shields.io/badge/documentation-blue?style=for-the-badge&logo=read%20the%20docs\" alt=\"Documentation\" />\n  </a>\n</p>\n\nIf you have any questions, feel free to contact us via [quantum.cda@xcit.tum.de](mailto:quantum.cda@xcit.tum.de) or by creating an [issue](https://github.com/cda-tum/mqt-ddsim/issues) on GitHub.\n\n## Getting Started\n\nDDSIM bundled with the provider and backends for Qiskit is available via [PyPI](https://pypi.org/project/mqt.ddsim/) for Linux, macOS, and Windows and supports Python 3.8 to 3.12.\n\n```console\n(venv) $ pip install mqt.ddsim\n```\n\nThe following code gives an example on the usage:\n\n```python3\nfrom qiskit import QuantumCircuit\nfrom mqt import ddsim\n\ncirc = QuantumCircuit(3)\ncirc.h(0)\ncirc.cx(0, 1)\ncirc.cx(0, 2)\n\nprint(circ.draw(fold=-1))\n\nbackend = ddsim.DDSIMProvider().get_backend(\"qasm_simulator\")\n\njob = backend.run(circ, shots=10000)\ncounts = job.result().get_counts(circ)\nprint(counts)\n```\n\n**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqt.readthedocs.io/projects/ddsim).**\n\n## System Requirements and Building\n\nThe implementation is compatible with any C++17 compiler and a minimum CMake version of 3.19.\nPlease refer to the [documentation](https://mqt.readthedocs.io/projects/ddsim) on how to build the project.\n\nBuilding (and running) is continuously tested under Linux, macOS, and Windows using the [latest available system versions for GitHub Actions](https://github.com/actions/virtual-environments).\n\n## References\n\nDDSIM has been developed based on methods proposed in the following papers:\n\n- A. Zulehner and R. Wille, \"[Advanced Simulation of Quantum Computations](https://www.cda.cit.tum.de/files/eda/2018_tcad_advanced_simulation_quantum_computation.pdf),\" Transactions on CAD of Integrated Circuits and Systems (TCAD), 2019\n- S. Hillmich, I.L. Markov, and R. Wille, \"[Just Like the Real Thing: Fast Weak Simulation of Quantum Computation](https://www.cda.cit.tum.de/files/eda/2020_dac_weak_simulation_quantum_computation.pdf),\" in Design Automation Conference (DAC), 2020\n- 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](https://www.cda.cit.tum.de/files/eda/2021_date_approximations_dd_baed_quantum_circuit_simulation.pdf),\" in Design, Automation and Test in Europe (DATE), 2021\n- L. Burgholzer, H. Bauer, and R. Wille, \"[Hybrid Schr\u00f6dinger-Feynman Simulation of Quantum Circuits With Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2021_qce_hybrid_schrodinger_feynman_simulation_with_decision_diagrams.pdf),\" Conference on Quantum Computing and Engineering (QCE), 2021\n- L. Burgholzer, A.Ploier, and R. Wille, \"[Exploiting Arbitrary Paths for the Simulation of Quantum Circuits with Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2022_date_exploiting_arbitrary_paths_simulation_quantum_circuits_decision_diagrams.pdf),\" in Design, Automation and Test in Europe (DATE), 2022\n- T. Grurl, J. Fu\u00df, and R. Wille, \"[Noise-aware Quantum Circuit Simulation With Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2022_tcad_noise-aware_quantum_circuit_simulation_with_decision_diagrams.pdf),\" Transactions on CAD of Integrated Circuits and Systems (TCAD), 2022.\n\n---\n\n## Acknowledgements\n\nThe Munich Quantum Toolkit has been supported by the European\nResearch Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement\nNo. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the\nMunich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus.\n\n<p align=\"center\">\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_dark.svg\" width=\"28%\">\n<img src=\"https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_light.svg\" width=\"28%\">\n</picture>\n<picture>\n<img src=\"https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-bavaria.svg\" width=\"16%\">\n</picture>\n<picture>\n<source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_dark.svg\" width=\"24%\">\n<img src=\"https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_light.svg\" width=\"24%\">\n</picture>\n<picture>\n<img src=\"https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-mqv.svg\" width=\"28%\">\n</picture>\n</p>\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Chair for Design Automation, Technical University of Munich  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A quantum simulator based on decision diagrams written in C++",
    "version": "1.22.0",
    "project_urls": {
        "Discussions": "https://github.com/cda-tum/mqt-ddsim/discussions",
        "Documentation": "https://mqt.readthedocs.io/projects/ddsim",
        "Homepage": "https://github.com/cda-tum/mqt-ddsim",
        "Issues": "https://github.com/cda-tum/mqt-ddsim/issues"
    },
    "split_keywords": [
        "mqt",
        "quantum-computing",
        "design-automation",
        "quantum-circuit-sim",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a266fcd982222a22a8dfa878dd36d37182bd9d33a8e23785c24366c49d6df76",
                "md5": "003e6241472023e39925eeb883024423",
                "sha256": "91268faaeefd74d7bff29699b1fc10357affcb832b2a8bdda0070834e1b10664"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "003e6241472023e39925eeb883024423",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 879186,
            "upload_time": "2024-04-15T00:01:36",
            "upload_time_iso_8601": "2024-04-15T00:01:36.847800Z",
            "url": "https://files.pythonhosted.org/packages/0a/26/6fcd982222a22a8dfa878dd36d37182bd9d33a8e23785c24366c49d6df76/mqt_ddsim-1.22.0-cp310-cp310-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ad943c18a117df57c27d0b8b5fa0defb3255f9ea16c062a7f2bc9da7252687d",
                "md5": "c03f09ed079bab29f9e645850249cd7a",
                "sha256": "83473dc684a4086c1b75a831b4edd1787dbdde12b06bb5cdadd706fce527ad87"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c03f09ed079bab29f9e645850249cd7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 827270,
            "upload_time": "2024-04-15T00:01:39",
            "upload_time_iso_8601": "2024-04-15T00:01:39.516270Z",
            "url": "https://files.pythonhosted.org/packages/8a/d9/43c18a117df57c27d0b8b5fa0defb3255f9ea16c062a7f2bc9da7252687d/mqt_ddsim-1.22.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3167576f7d435a5da00603ab546bc9804f1a3773997cef2e5406ebf9b0ebd1ff",
                "md5": "308d4f148bbd627fc045f73691bbc676",
                "sha256": "f3f41daa7e838cf1a34df22303f8faed314fa3859d753405c99b3ba3a45feb4d"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "308d4f148bbd627fc045f73691bbc676",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1122003,
            "upload_time": "2024-04-15T00:01:42",
            "upload_time_iso_8601": "2024-04-15T00:01:42.103314Z",
            "url": "https://files.pythonhosted.org/packages/31/67/576f7d435a5da00603ab546bc9804f1a3773997cef2e5406ebf9b0ebd1ff/mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1797b927b61bf8961c02a2320a1d14273f7ac21ed3397cd4a67b979061fcea1e",
                "md5": "d59321aa992154db4b5897cd83cc25a2",
                "sha256": "b26aae179b5dfe8d084ba3e9fde54f4f8fd8c7f1fb1dd86107e5be757b9147cd"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d59321aa992154db4b5897cd83cc25a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1269533,
            "upload_time": "2024-04-15T00:01:44",
            "upload_time_iso_8601": "2024-04-15T00:01:44.131386Z",
            "url": "https://files.pythonhosted.org/packages/17/97/b927b61bf8961c02a2320a1d14273f7ac21ed3397cd4a67b979061fcea1e/mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7eb9c5a43f8b5fb41ccbc48985a8198f3347d8fd55a3c0bc4d851bfc2c5ac44b",
                "md5": "ff55d8e346215665256c822913318330",
                "sha256": "e27a26c335777d2ca6a96cc0ad734aa796b8fc4fbdb65eb591aa01bc839d6e98"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ff55d8e346215665256c822913318330",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1140577,
            "upload_time": "2024-04-15T00:01:46",
            "upload_time_iso_8601": "2024-04-15T00:01:46.426789Z",
            "url": "https://files.pythonhosted.org/packages/7e/b9/c5a43f8b5fb41ccbc48985a8198f3347d8fd55a3c0bc4d851bfc2c5ac44b/mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64c9f82a14a3e501e6ac6ad4f8e4e6862d577a7e1a1deb05a312a059c9cfbbd3",
                "md5": "685f1f7a4a686c3545ee8440405407c5",
                "sha256": "267f1c7a975132de1b01c1f48b828d93d308b7591640227ac8a795913e858501"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "685f1f7a4a686c3545ee8440405407c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1193874,
            "upload_time": "2024-04-15T00:01:48",
            "upload_time_iso_8601": "2024-04-15T00:01:48.293081Z",
            "url": "https://files.pythonhosted.org/packages/64/c9/f82a14a3e501e6ac6ad4f8e4e6862d577a7e1a1deb05a312a059c9cfbbd3/mqt_ddsim-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df78008011c4745c57c29327d6ffae22a0f8e0c013526b08c98b5e385ca0f70d",
                "md5": "294ee39a84c00f5b52d0de181f507ecc",
                "sha256": "bef6bb259387b2a60fdccd1261ed15a1605b51611db32bd81bd2be76337dadb9"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "294ee39a84c00f5b52d0de181f507ecc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1073389,
            "upload_time": "2024-04-15T00:01:50",
            "upload_time_iso_8601": "2024-04-15T00:01:50.523468Z",
            "url": "https://files.pythonhosted.org/packages/df/78/008011c4745c57c29327d6ffae22a0f8e0c013526b08c98b5e385ca0f70d/mqt_ddsim-1.22.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24dd90e39175ad6f9a800698ed6238a84548f4025f6f067b50cc7faeca7716c2",
                "md5": "f0630821ca03b82d66203cca333374d9",
                "sha256": "c79cca8533529d99ef4cb13c87ab00cd096479f0888148aed2e5cb028669d9d9"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0630821ca03b82d66203cca333374d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 880497,
            "upload_time": "2024-04-15T00:01:52",
            "upload_time_iso_8601": "2024-04-15T00:01:52.680493Z",
            "url": "https://files.pythonhosted.org/packages/24/dd/90e39175ad6f9a800698ed6238a84548f4025f6f067b50cc7faeca7716c2/mqt_ddsim-1.22.0-cp311-cp311-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91419bf3a963f04dd307a935a1dda2d1003591ed5681986f3c5b25f1ae6e73bd",
                "md5": "7021d7d22bc211585f26f7a0e49f0e7f",
                "sha256": "9c1fbb980a9bcde457dba15d4bd57c24e719042888f48484d6fc1ea69e6fa671"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7021d7d22bc211585f26f7a0e49f0e7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 828487,
            "upload_time": "2024-04-15T00:01:54",
            "upload_time_iso_8601": "2024-04-15T00:01:54.319782Z",
            "url": "https://files.pythonhosted.org/packages/91/41/9bf3a963f04dd307a935a1dda2d1003591ed5681986f3c5b25f1ae6e73bd/mqt_ddsim-1.22.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "054c20c56e6878eb1aeca21ba1e6312e3cbb40944e36cbb215b020f22f2bcfc2",
                "md5": "a6c984a51d8ac7f812ffbb8ef3abee31",
                "sha256": "27773ec1cd63d182f4b3064e991410e9a15512476b43013f4ca954570fbb1b30"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a6c984a51d8ac7f812ffbb8ef3abee31",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1122981,
            "upload_time": "2024-04-15T00:01:55",
            "upload_time_iso_8601": "2024-04-15T00:01:55.743701Z",
            "url": "https://files.pythonhosted.org/packages/05/4c/20c56e6878eb1aeca21ba1e6312e3cbb40944e36cbb215b020f22f2bcfc2/mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e6014ab9eae09e4e3a35c86883d6a2fcf5e74c9c96d63af4e78ab427546bf86",
                "md5": "b2973484899dff59e21e817305051cab",
                "sha256": "0eee7a763a10edbdb6a29f94acd19d40a3c79b4717f4abf825e1bc372d6441fd"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b2973484899dff59e21e817305051cab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1270461,
            "upload_time": "2024-04-15T00:01:58",
            "upload_time_iso_8601": "2024-04-15T00:01:58.023707Z",
            "url": "https://files.pythonhosted.org/packages/9e/60/14ab9eae09e4e3a35c86883d6a2fcf5e74c9c96d63af4e78ab427546bf86/mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cba33ff3be130f4ca9254e186087d6c19b14da033987e717e0db61e1d814004c",
                "md5": "defb3808e86ead97e7a86454d9e83e32",
                "sha256": "a5e2730163c95cc1c514b85a2e7631a030438a1bc508386e3334445f4936dab8"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "defb3808e86ead97e7a86454d9e83e32",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1141387,
            "upload_time": "2024-04-15T00:01:59",
            "upload_time_iso_8601": "2024-04-15T00:01:59.468715Z",
            "url": "https://files.pythonhosted.org/packages/cb/a3/3ff3be130f4ca9254e186087d6c19b14da033987e717e0db61e1d814004c/mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5222309f87dfbbb9eb51f99d58bd70b48dce23abd7a454c37bebcb5668779619",
                "md5": "e32a5905285d3dcfa88a76955f6d0f24",
                "sha256": "1305da1ef5e386d72749a7bee0967fc129fca04fea0b4abd53a5b5eae306ee1e"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e32a5905285d3dcfa88a76955f6d0f24",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1194641,
            "upload_time": "2024-04-15T00:02:01",
            "upload_time_iso_8601": "2024-04-15T00:02:01.027330Z",
            "url": "https://files.pythonhosted.org/packages/52/22/309f87dfbbb9eb51f99d58bd70b48dce23abd7a454c37bebcb5668779619/mqt_ddsim-1.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e64b9e567dc2767b1f8f819e1a9617a5d97d0e4765f44c491f28da010526550c",
                "md5": "3bfa7ac69916bfb24713b60830f6074d",
                "sha256": "e19d45eb0ceaa6075d0a62980b90dc9bb4d6bc9c3efabd06507e82dc11b86f0c"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3bfa7ac69916bfb24713b60830f6074d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1076731,
            "upload_time": "2024-04-15T00:02:03",
            "upload_time_iso_8601": "2024-04-15T00:02:03.345923Z",
            "url": "https://files.pythonhosted.org/packages/e6/4b/9e567dc2767b1f8f819e1a9617a5d97d0e4765f44c491f28da010526550c/mqt_ddsim-1.22.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22da26dad498f984b86fe35d6d2db41cb43bc874ce456cfb12bc85abe19830bd",
                "md5": "4626481c7b76d57cb93988dd60d679c3",
                "sha256": "6fbb46835ce08a5cd010c7c0a699480e9a781dc3bc790523b2dc37231746e324"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4626481c7b76d57cb93988dd60d679c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 894819,
            "upload_time": "2024-04-15T00:02:05",
            "upload_time_iso_8601": "2024-04-15T00:02:05.641767Z",
            "url": "https://files.pythonhosted.org/packages/22/da/26dad498f984b86fe35d6d2db41cb43bc874ce456cfb12bc85abe19830bd/mqt_ddsim-1.22.0-cp312-cp312-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "250cb8dc9cdae050589f3e5efb21189d97ee853c129cd17ea179bcd878b28782",
                "md5": "669c7f1942b9cff92c0dfed685244272",
                "sha256": "6867e287731578a7836a083ba8adc9b47d223e2cffd2c116c020767927f1597e"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "669c7f1942b9cff92c0dfed685244272",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 841107,
            "upload_time": "2024-04-15T00:02:07",
            "upload_time_iso_8601": "2024-04-15T00:02:07.215868Z",
            "url": "https://files.pythonhosted.org/packages/25/0c/b8dc9cdae050589f3e5efb21189d97ee853c129cd17ea179bcd878b28782/mqt_ddsim-1.22.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1445022607d5dd4cfcf7cdc4da58eabaadc84c651c8565c0408a58a6b779ffc6",
                "md5": "f63a20ed92a7d30c64d68e57ea202b22",
                "sha256": "8b13d8495b61a3d44eabf17b0e46f984798495dc1d4476446fdf2f895bc4b101"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f63a20ed92a7d30c64d68e57ea202b22",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1121724,
            "upload_time": "2024-04-15T00:02:09",
            "upload_time_iso_8601": "2024-04-15T00:02:09.501382Z",
            "url": "https://files.pythonhosted.org/packages/14/45/022607d5dd4cfcf7cdc4da58eabaadc84c651c8565c0408a58a6b779ffc6/mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1faa55ee4971e52eef265fece844c97df605a90af972b4692fc3b50268c73d8",
                "md5": "b6da8a4978b3a4fd26a8ac7f40bfd164",
                "sha256": "acb00e9dfa3137e5f8df0f6836c47e8d3a30df11096ac41d21a1234ac52acea8"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b6da8a4978b3a4fd26a8ac7f40bfd164",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1269361,
            "upload_time": "2024-04-15T00:02:11",
            "upload_time_iso_8601": "2024-04-15T00:02:11.068878Z",
            "url": "https://files.pythonhosted.org/packages/b1/fa/a55ee4971e52eef265fece844c97df605a90af972b4692fc3b50268c73d8/mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "887e0acdc16435471b3fd4813c6ae2940014f15b2d14321a9a98191a2d4f58ed",
                "md5": "0389bfe27c4104486ba65858fc07417a",
                "sha256": "7a86e33854ed538496cab9c163956f2ad5b215bd54cbee899e72c92510dce6f9"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0389bfe27c4104486ba65858fc07417a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1141301,
            "upload_time": "2024-04-15T00:02:13",
            "upload_time_iso_8601": "2024-04-15T00:02:13.229451Z",
            "url": "https://files.pythonhosted.org/packages/88/7e/0acdc16435471b3fd4813c6ae2940014f15b2d14321a9a98191a2d4f58ed/mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb9ce917c1354d037f794d7e813c56bccba588c0b3f83b504256a8dbf3cb9d48",
                "md5": "c291198536250ec009497ee6ec787fcf",
                "sha256": "32c27a9d7fd6de052d9ce5bea714b149bb7bda8d0a75a006235314e472846fd0"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c291198536250ec009497ee6ec787fcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1194161,
            "upload_time": "2024-04-15T00:02:14",
            "upload_time_iso_8601": "2024-04-15T00:02:14.752664Z",
            "url": "https://files.pythonhosted.org/packages/fb/9c/e917c1354d037f794d7e813c56bccba588c0b3f83b504256a8dbf3cb9d48/mqt_ddsim-1.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc5a29b9f99314789fa387960e40e57c6b69ef116cbbd55fca42abd4e19147e7",
                "md5": "5ad81e5fd9c2463ce11634d151508c63",
                "sha256": "c0b85430a460b2ff2b8f7a4323bab2bad5caeae24c4660b75ba8ba08c7657e6e"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5ad81e5fd9c2463ce11634d151508c63",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1077341,
            "upload_time": "2024-04-15T00:02:17",
            "upload_time_iso_8601": "2024-04-15T00:02:17.048198Z",
            "url": "https://files.pythonhosted.org/packages/fc/5a/29b9f99314789fa387960e40e57c6b69ef116cbbd55fca42abd4e19147e7/mqt_ddsim-1.22.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f08c9310f6b200d49ff795eb177aa24b3967b7100993c91c2f33db420e2c534c",
                "md5": "7961d80a1e8dc2af6ffcd7f193a241b0",
                "sha256": "359af5ac2d34c0ba1c6ce56fed976852ea0ba220dded32159aff8ab6b8ee1814"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7961d80a1e8dc2af6ffcd7f193a241b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 878921,
            "upload_time": "2024-04-15T00:02:18",
            "upload_time_iso_8601": "2024-04-15T00:02:18.695658Z",
            "url": "https://files.pythonhosted.org/packages/f0/8c/9310f6b200d49ff795eb177aa24b3967b7100993c91c2f33db420e2c534c/mqt_ddsim-1.22.0-cp38-cp38-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68ceb268c30d4c2302d00a8a085755634a28b68aed2636a9709ae15bac00d29b",
                "md5": "2c165c6f98bc82198bb9c9792bb0fa98",
                "sha256": "10d66f40d125c1e5d7c4953bce7bfcd5774d183219b38890374919bb979c04ec"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2c165c6f98bc82198bb9c9792bb0fa98",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 827177,
            "upload_time": "2024-04-15T00:02:20",
            "upload_time_iso_8601": "2024-04-15T00:02:20.300987Z",
            "url": "https://files.pythonhosted.org/packages/68/ce/b268c30d4c2302d00a8a085755634a28b68aed2636a9709ae15bac00d29b/mqt_ddsim-1.22.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94584edb727e308ffd800cf74dc52f7b25438cb56f67f74b6bfc88b8fc098c2e",
                "md5": "5b615603230461c8e6f821d09cceeaf8",
                "sha256": "08b78b66d80377cab62087433d472ba9b36f03ec17b794fdfba208da47a56397"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5b615603230461c8e6f821d09cceeaf8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1121669,
            "upload_time": "2024-04-15T00:02:21",
            "upload_time_iso_8601": "2024-04-15T00:02:21.772034Z",
            "url": "https://files.pythonhosted.org/packages/94/58/4edb727e308ffd800cf74dc52f7b25438cb56f67f74b6bfc88b8fc098c2e/mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1aef930c57ddef6129088236f8b86de92ce410815cf0217c6b92283c25469630",
                "md5": "b9c6a2f36f2d4f3a3978a4ab4ae7c1a9",
                "sha256": "dcf4a18920a7d3872d3c1ba75bd8bbcd2e7616f482cd412520b8f9f2f47e9d2d"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b9c6a2f36f2d4f3a3978a4ab4ae7c1a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1269702,
            "upload_time": "2024-04-15T00:02:23",
            "upload_time_iso_8601": "2024-04-15T00:02:23.333530Z",
            "url": "https://files.pythonhosted.org/packages/1a/ef/930c57ddef6129088236f8b86de92ce410815cf0217c6b92283c25469630/mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "941bb9f1e518930839ec0b28cbd7eea907ed55ba70cdf7cb9925643f6b983314",
                "md5": "bda406d84bf65f65d5274f363ad244ae",
                "sha256": "e6eb97f951cac6ddc1a6abf001157b113bf9643e9cf59ededafb9017b48c81a0"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "bda406d84bf65f65d5274f363ad244ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1140666,
            "upload_time": "2024-04-15T00:02:25",
            "upload_time_iso_8601": "2024-04-15T00:02:25.446375Z",
            "url": "https://files.pythonhosted.org/packages/94/1b/b9f1e518930839ec0b28cbd7eea907ed55ba70cdf7cb9925643f6b983314/mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9a246011d65cbb887b07e570f8fbd708cea17835dd34e40893cb595086c6e48",
                "md5": "b7dea0cc15d679e85dc61b0793eb387e",
                "sha256": "bdfb1c9af64f3094e820d681cab170bcb526177dd1e98e0560736351c5103670"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b7dea0cc15d679e85dc61b0793eb387e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1193611,
            "upload_time": "2024-04-15T00:02:27",
            "upload_time_iso_8601": "2024-04-15T00:02:27.674851Z",
            "url": "https://files.pythonhosted.org/packages/b9/a2/46011d65cbb887b07e570f8fbd708cea17835dd34e40893cb595086c6e48/mqt_ddsim-1.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbea4b0eb9d71fafbf0c3db1b1e5009337eca26166713861bcc70db626ae6b3a",
                "md5": "b098d261809090d9661b73f89f657d7e",
                "sha256": "8326762a8af07f21de8e88c1dcfdcaa65228f938644f5fd5445827b9e7139b6f"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b098d261809090d9661b73f89f657d7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1088099,
            "upload_time": "2024-04-15T00:02:29",
            "upload_time_iso_8601": "2024-04-15T00:02:29.943446Z",
            "url": "https://files.pythonhosted.org/packages/bb/ea/4b0eb9d71fafbf0c3db1b1e5009337eca26166713861bcc70db626ae6b3a/mqt_ddsim-1.22.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd07e934a856798ab17b03f0c322af5aa76dbf0268d3f059b922bfe74177654a",
                "md5": "330464f45401f879726b7eaa0c8bf245",
                "sha256": "ec38b718c55978101990c97db1aa44dc6cc1781516083975869a3cfc93d488d3"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "330464f45401f879726b7eaa0c8bf245",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 879304,
            "upload_time": "2024-04-15T00:02:31",
            "upload_time_iso_8601": "2024-04-15T00:02:31.643145Z",
            "url": "https://files.pythonhosted.org/packages/fd/07/e934a856798ab17b03f0c322af5aa76dbf0268d3f059b922bfe74177654a/mqt_ddsim-1.22.0-cp39-cp39-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c055b4b526d15a2e49c61611771ead4a9fe6eb2e37efa6e0a535b0025756370",
                "md5": "028665fd3aa8f1cc6cb17418cd82a0ad",
                "sha256": "0c800b3acc2ee0ed96b9ad44ad0f9b5b02b8f3400132f7e07c22cf235c7e602b"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "028665fd3aa8f1cc6cb17418cd82a0ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 827320,
            "upload_time": "2024-04-15T00:02:34",
            "upload_time_iso_8601": "2024-04-15T00:02:34.438525Z",
            "url": "https://files.pythonhosted.org/packages/9c/05/5b4b526d15a2e49c61611771ead4a9fe6eb2e37efa6e0a535b0025756370/mqt_ddsim-1.22.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "842b8881bf53b6ade794dd3366f682b13548091c87cfc5ca0033acf8911c327f",
                "md5": "2038a90df3f2ce57f81f120b26c69f54",
                "sha256": "7d2fcc58e5ca92bac36d42eb24b79bd12c23939edb715832f1c46f4aea0f74bc"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2038a90df3f2ce57f81f120b26c69f54",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1122041,
            "upload_time": "2024-04-15T00:02:36",
            "upload_time_iso_8601": "2024-04-15T00:02:36.871012Z",
            "url": "https://files.pythonhosted.org/packages/84/2b/8881bf53b6ade794dd3366f682b13548091c87cfc5ca0033acf8911c327f/mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5bacb317668e7a7d5047ec065820e639370b1bf14ed49165875628059201cd2",
                "md5": "5d143c4a3854272f5aaf778d9abb1c83",
                "sha256": "fe9ea05cecdb31471dcfb24b275236b9d1a4f4e6e6f99bbb66f6b1965ef2d48b"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5d143c4a3854272f5aaf778d9abb1c83",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1269690,
            "upload_time": "2024-04-15T00:02:38",
            "upload_time_iso_8601": "2024-04-15T00:02:38.637526Z",
            "url": "https://files.pythonhosted.org/packages/d5/ba/cb317668e7a7d5047ec065820e639370b1bf14ed49165875628059201cd2/mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2c2f2f0b8a1b589324214a99b308531147f8f18685cec924cb51dfb2f061322",
                "md5": "e7359285551d3919b92265ac46a5b655",
                "sha256": "ab1bbe08de1cfdedeb0f39dd1fe1ca30af29de7273596460653af0bab03cbfe3"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e7359285551d3919b92265ac46a5b655",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1140769,
            "upload_time": "2024-04-15T00:02:40",
            "upload_time_iso_8601": "2024-04-15T00:02:40.254570Z",
            "url": "https://files.pythonhosted.org/packages/f2/c2/f2f0b8a1b589324214a99b308531147f8f18685cec924cb51dfb2f061322/mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44a9937a5e2cb15c47b41b813c48dde08ba49a135907defcd198fbdd51b3dcce",
                "md5": "0a4f3b710819d9ead26792ccc6490344",
                "sha256": "fd3b321c5b27a91d2bd6d8d2c8681ba05ec8bf4f98c1ff22649992d3f6e26524"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a4f3b710819d9ead26792ccc6490344",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1193807,
            "upload_time": "2024-04-15T00:02:42",
            "upload_time_iso_8601": "2024-04-15T00:02:42.055633Z",
            "url": "https://files.pythonhosted.org/packages/44/a9/937a5e2cb15c47b41b813c48dde08ba49a135907defcd198fbdd51b3dcce/mqt_ddsim-1.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1624cfe186459230f895062f16680ff44b9e775af7bfd288bcc5d07edf5428d2",
                "md5": "1a1e52394bc45eb0bb85803d122e514a",
                "sha256": "191ba0cd62b0755c349d905e9cba3d605dc8f9dd8c8a782a3cf93ea2235a6048"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1a1e52394bc45eb0bb85803d122e514a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1074231,
            "upload_time": "2024-04-15T00:02:43",
            "upload_time_iso_8601": "2024-04-15T00:02:43.998670Z",
            "url": "https://files.pythonhosted.org/packages/16/24/cfe186459230f895062f16680ff44b9e775af7bfd288bcc5d07edf5428d2/mqt_ddsim-1.22.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1774ba941417da77e7ce2689ea5f8fcb3486eb82b0da1610e09e70b4c745a241",
                "md5": "13fd3ef23856a15a7f300b22b3d99c6c",
                "sha256": "64dbab11204f21900e534bad7218933e55255db501e6d2443b36c671534f7da1"
            },
            "downloads": -1,
            "filename": "mqt_ddsim-1.22.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13fd3ef23856a15a7f300b22b3d99c6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 304217,
            "upload_time": "2024-04-15T00:02:45",
            "upload_time_iso_8601": "2024-04-15T00:02:45.614630Z",
            "url": "https://files.pythonhosted.org/packages/17/74/ba941417da77e7ce2689ea5f8fcb3486eb82b0da1610e09e70b4c745a241/mqt_ddsim-1.22.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 00:02:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cda-tum",
    "github_project": "mqt-ddsim",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mqt.ddsim"
}
        
Elapsed time: 0.24169s