mqt.qcec


Namemqt.qcec JSON
Version 2.6.0 PyPI version JSON
download
home_pageNone
SummaryA tool for Quantum Circuit Equivalence Checking
upload_time2024-04-15 01:05:18
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 equivalence-checking verification
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.qcec?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.qcec/)
![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-qcec/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/cda-tum/mqt-qcec/actions/workflows/ci.yml)
[![CD](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-qcec/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/cda-tum/mqt-qcec/actions/workflows/cd.yml)
[![Documentation](https://img.shields.io/readthedocs/qcec?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/qcec)
[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-qcec?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-qcec)

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

# MQT QCEC - A tool for Quantum Circuit Equivalence Checking

A tool for quantum circuit equivalence checking 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/qcec">
  <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 on [GitHub](https://github.com/cda-tum/mqt-qcec/issues).

## Getting Started

QCEC is available via [PyPI](https://pypi.org/project/mqt.qcec/) for Linux, macOS, and Windows and supports Python 3.8 to 3.12.

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

The following code gives an example on the usage:

```python3
from mqt import qcec

# verify the equivalence of two circuits provided as qasm files
result = qcec.verify("circ1.qasm", "circ2.qasm")

# print the result
print(result.equivalence)
```

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

## System Requirements and Building

The implementation is compatible with any C++17 compiler, a minimum CMake version of 3.19, and Python 3.8+.
Please refer to the [documentation](https://mqt.readthedocs.io/projects/qcec) 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

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

[![a](https://img.shields.io/static/v1?label=arXiv&message=2004.08420&color=inactive&style=flat-square)](https://arxiv.org/abs/2004.08420)
L. Burgholzer and R. Wille, "[Advanced Equivalence Checking for Quantum Circuits](https://arxiv.org/abs/2004.08420)," Transactions on CAD of Integrated Circuits and Systems (TCAD), 2021

[![a](https://img.shields.io/static/v1?label=arXiv&message=2009.02376&color=inactive&style=flat-square)](https://arxiv.org/abs/2009.02376)
L. Burgholzer, R. Raymond, and R. Wille, "[Verifying Results of the IBM Qiskit Quantum Circuit Compilation Flow](https://arxiv.org/abs/2009.02376)," in IEEE International Conference on Quantum Computing (QCE), 2020

[![a](https://img.shields.io/static/v1?label=arXiv&message=2011.07288&color=inactive&style=flat-square)](https://arxiv.org/abs/2011.07288)
L. Burgholzer, R. Kueng, and R. Wille, "[Random Stimuli Generation for the Verification of Quantum Circuits](https://arxiv.org/abs/2011.07288)," in Asia and South Pacific Design Automation Conference (ASP-DAC), 2021

[![a](https://img.shields.io/static/v1?label=arXiv&message=2106.01099&color=inactive&style=flat-square)](https://arxiv.org/abs/2106.01099)
L. Burgholzer and R. Wille, "[Handling Non-Unitaries in Quantum Circuit Equivalence Checking](https://arxiv.org/abs/2106.01099)," in Design Automation Conference (DAC), 2022

[![a](https://img.shields.io/static/v1?label=arXiv&message=2208.12820&color=inactive&style=flat-square)](https://arxiv.org/abs/2208.12820)
T. Peham, L. Burgholzer, and R. Wille, "[Equivalence Checking of Quantum Circuits with the ZX-Calculus](https://arxiv.org/abs/2208.12820)," in Journal of Emerging and Selected Topics in Circuits and Systems (JETCAS), 2022

[![a](https://img.shields.io/static/v1?label=arXiv&message=2210.12166&color=inactive&style=flat-square)](https://arxiv.org/abs/2210.12166)
T. Peham, L. Burgholzer, and R. Wille, "[Equivalence Checking of Parameterized Quantum Circuits: Verifying the Compilation of Variational Quantum Algorithms](https://arxiv.org/abs/2210.12166)," in Asia and South Pacific Design Automation Conference (ASP-DAC), 2023

---

## 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.qcec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "MQT quantum-computing design-automation equivalence-checking verification",
    "author": null,
    "author_email": "Lukas Burgholzer <lukas.burgholzer@tum.de>, Tom Peham <tom.peham@tum.de>",
    "download_url": "https://files.pythonhosted.org/packages/41/02/2805ef2d67c5c391d48d76bcc5b5694390bd837a347b95190d785c04f093/mqt_qcec-2.6.0.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/mqt.qcec?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.qcec/)\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-qcec/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/cda-tum/mqt-qcec/actions/workflows/ci.yml)\n[![CD](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-qcec/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/cda-tum/mqt-qcec/actions/workflows/cd.yml)\n[![Documentation](https://img.shields.io/readthedocs/qcec?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/qcec)\n[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-qcec?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-qcec)\n\n<p align=\"center\">\n <picture>\n   <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/cda-tum/qcec/main/docs/source/_static/mqt_light.png\" width=\"60%\">\n   <img src=\"https://raw.githubusercontent.com/cda-tum/qcec/main/docs/source/_static/mqt_dark.png\" width=\"60%\">\n </picture>\n </p>\n\n# MQT QCEC - A tool for Quantum Circuit Equivalence Checking\n\nA tool for quantum circuit equivalence checking 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/qcec\">\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 on [GitHub](https://github.com/cda-tum/mqt-qcec/issues).\n\n## Getting Started\n\nQCEC is available via [PyPI](https://pypi.org/project/mqt.qcec/) for Linux, macOS, and Windows and supports Python 3.8 to 3.12.\n\n```console\n(venv) $ pip install mqt.qcec\n```\n\nThe following code gives an example on the usage:\n\n```python3\nfrom mqt import qcec\n\n# verify the equivalence of two circuits provided as qasm files\nresult = qcec.verify(\"circ1.qasm\", \"circ2.qasm\")\n\n# print the result\nprint(result.equivalence)\n```\n\n**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqt.readthedocs.io/projects/qcec).**\n\n## System Requirements and Building\n\nThe implementation is compatible with any C++17 compiler, a minimum CMake version of 3.19, and Python 3.8+.\nPlease refer to the [documentation](https://mqt.readthedocs.io/projects/qcec) 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\nQCEC has been developed based on methods proposed in the following papers:\n\n[![a](https://img.shields.io/static/v1?label=arXiv&message=2004.08420&color=inactive&style=flat-square)](https://arxiv.org/abs/2004.08420)\nL. Burgholzer and R. Wille, \"[Advanced Equivalence Checking for Quantum Circuits](https://arxiv.org/abs/2004.08420),\" Transactions on CAD of Integrated Circuits and Systems (TCAD), 2021\n\n[![a](https://img.shields.io/static/v1?label=arXiv&message=2009.02376&color=inactive&style=flat-square)](https://arxiv.org/abs/2009.02376)\nL. Burgholzer, R. Raymond, and R. Wille, \"[Verifying Results of the IBM Qiskit Quantum Circuit Compilation Flow](https://arxiv.org/abs/2009.02376),\" in IEEE International Conference on Quantum Computing (QCE), 2020\n\n[![a](https://img.shields.io/static/v1?label=arXiv&message=2011.07288&color=inactive&style=flat-square)](https://arxiv.org/abs/2011.07288)\nL. Burgholzer, R. Kueng, and R. Wille, \"[Random Stimuli Generation for the Verification of Quantum Circuits](https://arxiv.org/abs/2011.07288),\" in Asia and South Pacific Design Automation Conference (ASP-DAC), 2021\n\n[![a](https://img.shields.io/static/v1?label=arXiv&message=2106.01099&color=inactive&style=flat-square)](https://arxiv.org/abs/2106.01099)\nL. Burgholzer and R. Wille, \"[Handling Non-Unitaries in Quantum Circuit Equivalence Checking](https://arxiv.org/abs/2106.01099),\" in Design Automation Conference (DAC), 2022\n\n[![a](https://img.shields.io/static/v1?label=arXiv&message=2208.12820&color=inactive&style=flat-square)](https://arxiv.org/abs/2208.12820)\nT. Peham, L. Burgholzer, and R. Wille, \"[Equivalence Checking of Quantum Circuits with the ZX-Calculus](https://arxiv.org/abs/2208.12820),\" in Journal of Emerging and Selected Topics in Circuits and Systems (JETCAS), 2022\n\n[![a](https://img.shields.io/static/v1?label=arXiv&message=2210.12166&color=inactive&style=flat-square)](https://arxiv.org/abs/2210.12166)\nT. Peham, L. Burgholzer, and R. Wille, \"[Equivalence Checking of Parameterized Quantum Circuits: Verifying the Compilation of Variational Quantum Algorithms](https://arxiv.org/abs/2210.12166),\" in Asia and South Pacific Design Automation Conference (ASP-DAC), 2023\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 tool for Quantum Circuit Equivalence Checking",
    "version": "2.6.0",
    "project_urls": {
        "Discussions": "https://github.com/cda-tum/mqt-qcec/discussions",
        "Documentation": "https://mqt.readthedocs.io/projects/qcec",
        "Homepage": "https://github.com/cda-tum/mqt-qcec",
        "Issues": "https://github.com/cda-tum/mqt-qcec/issues"
    },
    "split_keywords": [
        "mqt",
        "quantum-computing",
        "design-automation",
        "equivalence-checking",
        "verification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f99fa89539f244a90980cbadcce445fd4cfe1a3985db9974bddc0f832b40fc0",
                "md5": "b3ea214b000b2e6cc2979029136d97c9",
                "sha256": "fad8282f5d8f4aef127c3df052d71ee1bfdeb75d833af9aaaa9420049d0315a0"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3ea214b000b2e6cc2979029136d97c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 912302,
            "upload_time": "2024-04-15T01:04:17",
            "upload_time_iso_8601": "2024-04-15T01:04:17.356661Z",
            "url": "https://files.pythonhosted.org/packages/0f/99/fa89539f244a90980cbadcce445fd4cfe1a3985db9974bddc0f832b40fc0/mqt_qcec-2.6.0-cp310-cp310-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e19386aa4236b3a2b663742a8340b80f7834fb6c545cbad28c81327c6a8047c0",
                "md5": "3d30c55ddebc34a2d58513f4286adac4",
                "sha256": "3541226fcb7e2df58dacf08504b64ec3186b446010b6cdd55c9af1058973a88a"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3d30c55ddebc34a2d58513f4286adac4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 819658,
            "upload_time": "2024-04-15T01:04:19",
            "upload_time_iso_8601": "2024-04-15T01:04:19.637215Z",
            "url": "https://files.pythonhosted.org/packages/e1/93/86aa4236b3a2b663742a8340b80f7834fb6c545cbad28c81327c6a8047c0/mqt_qcec-2.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bd70a17e8a0b5d2144f58a93f76be8510623b835d644fb906682348598c5c69",
                "md5": "c4e0f97286b8b18be9c6ddaf7064827c",
                "sha256": "3b998d53b5638dc1182b9f48bcf88e18031b3488fa0f0bc69dc793b09b959709"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c4e0f97286b8b18be9c6ddaf7064827c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 673654,
            "upload_time": "2024-04-15T01:04:21",
            "upload_time_iso_8601": "2024-04-15T01:04:21.467533Z",
            "url": "https://files.pythonhosted.org/packages/1b/d7/0a17e8a0b5d2144f58a93f76be8510623b835d644fb906682348598c5c69/mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ff08c895277877058a5025627c18b9cf756a79ea419a9c668b4ca446314a41c",
                "md5": "a4bcf67fe69fcc7484f2a89dc5e78e61",
                "sha256": "81806a4b97c105ff4390882404c9680721cf4a553ce30f5187a27df9f7da1e5a"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a4bcf67fe69fcc7484f2a89dc5e78e61",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 765077,
            "upload_time": "2024-04-15T01:04:22",
            "upload_time_iso_8601": "2024-04-15T01:04:22.989321Z",
            "url": "https://files.pythonhosted.org/packages/3f/f0/8c895277877058a5025627c18b9cf756a79ea419a9c668b4ca446314a41c/mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3544f8ff0adb62dead8042aaa9aeea4e7a5e74429fa76c319c4e9e45d3ec177",
                "md5": "1fff5f78ed1a6f40ea8beb270373fbe9",
                "sha256": "f2346f48c9ad469f63b99954ebf59a30e7be76f6638a7814ac561275225799b3"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1fff5f78ed1a6f40ea8beb270373fbe9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 696715,
            "upload_time": "2024-04-15T01:04:24",
            "upload_time_iso_8601": "2024-04-15T01:04:24.987598Z",
            "url": "https://files.pythonhosted.org/packages/b3/54/4f8ff0adb62dead8042aaa9aeea4e7a5e74429fa76c319c4e9e45d3ec177/mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1846c92c51149cdf125298b7de2a6e7895b4157c70fed11edb9ccee852d4560e",
                "md5": "822cab5747b8adbca7500d52b0bbe635",
                "sha256": "5ce398275640c545f026a5eb84f35eecd7d4a596eec3b07051749717599490a2"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "822cab5747b8adbca7500d52b0bbe635",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 721247,
            "upload_time": "2024-04-15T01:04:26",
            "upload_time_iso_8601": "2024-04-15T01:04:26.932047Z",
            "url": "https://files.pythonhosted.org/packages/18/46/c92c51149cdf125298b7de2a6e7895b4157c70fed11edb9ccee852d4560e/mqt_qcec-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "558a6cbde03945eca51aadf18c00c7e8d2f3a3663d991d4212f6c19ef45eca24",
                "md5": "585878c75eb0a1018ba8a5e989f5c072",
                "sha256": "97c4d30f54941b02067f8af850e2e97618ed4ae42addcf961172743f60311752"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "585878c75eb0a1018ba8a5e989f5c072",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 899260,
            "upload_time": "2024-04-15T01:04:28",
            "upload_time_iso_8601": "2024-04-15T01:04:28.809488Z",
            "url": "https://files.pythonhosted.org/packages/55/8a/6cbde03945eca51aadf18c00c7e8d2f3a3663d991d4212f6c19ef45eca24/mqt_qcec-2.6.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd5408f77e5cdbdd9823c467fb7916374f26ad630c647f56fc899ab5f38b6b92",
                "md5": "78864043c29627770b2506d60df6b691",
                "sha256": "0e79087c37a4208f9b6388b7a719e003937cfe994a3712931efbaf6fa26daae0"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "78864043c29627770b2506d60df6b691",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 913126,
            "upload_time": "2024-04-15T01:04:31",
            "upload_time_iso_8601": "2024-04-15T01:04:31.081969Z",
            "url": "https://files.pythonhosted.org/packages/cd/54/08f77e5cdbdd9823c467fb7916374f26ad630c647f56fc899ab5f38b6b92/mqt_qcec-2.6.0-cp311-cp311-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c332df25fea0c5411c43f52b1f0ab126d885917caec6041bfc1f8182fb5ef403",
                "md5": "56f90f86c7dee4776fe9249ac77ac59a",
                "sha256": "7f6478ad4db19f9b717a681de22f26ddbc2fe9892878404ec31af4e5ec9d5c12"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "56f90f86c7dee4776fe9249ac77ac59a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 820455,
            "upload_time": "2024-04-15T01:04:33",
            "upload_time_iso_8601": "2024-04-15T01:04:33.037511Z",
            "url": "https://files.pythonhosted.org/packages/c3/32/df25fea0c5411c43f52b1f0ab126d885917caec6041bfc1f8182fb5ef403/mqt_qcec-2.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eed04ddfcf75b8548fdb2870befbec013f0574b178368cb1108e7f89f706cac3",
                "md5": "a4f09a4b4845b46a12628579576289ce",
                "sha256": "03c288b6890a301da89fafc6770c9ff9e019d2659ba9954198ca3bc60061fc68"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a4f09a4b4845b46a12628579576289ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 673929,
            "upload_time": "2024-04-15T01:04:34",
            "upload_time_iso_8601": "2024-04-15T01:04:34.783478Z",
            "url": "https://files.pythonhosted.org/packages/ee/d0/4ddfcf75b8548fdb2870befbec013f0574b178368cb1108e7f89f706cac3/mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e9aefc554f9c6ae5ee590ac5888366a2ea2bfe62f7944d4a35197da384c4d95",
                "md5": "d876d58a1ddfb862a8cecb452929364c",
                "sha256": "d2df0afbafbe53cbb138b4f8608ccf9005d2ab0a488bf304e324d569032dc7e2"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d876d58a1ddfb862a8cecb452929364c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 765280,
            "upload_time": "2024-04-15T01:04:36",
            "upload_time_iso_8601": "2024-04-15T01:04:36.805781Z",
            "url": "https://files.pythonhosted.org/packages/3e/9a/efc554f9c6ae5ee590ac5888366a2ea2bfe62f7944d4a35197da384c4d95/mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4a1151d7ea8195da526def0604abea011d429e55cc9b312658c9d716820d069",
                "md5": "8054403f638b89610ce1e77a0140690e",
                "sha256": "912e0593b32508f9ab0b94f4d46ed43003c0ccf84161c57aaee4d5cdf21e1379"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8054403f638b89610ce1e77a0140690e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 697655,
            "upload_time": "2024-04-15T01:04:38",
            "upload_time_iso_8601": "2024-04-15T01:04:38.802756Z",
            "url": "https://files.pythonhosted.org/packages/d4/a1/151d7ea8195da526def0604abea011d429e55cc9b312658c9d716820d069/mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c56ab8c8080657f2ff6558139cf9c28fca048135f8749b305460ec02e2f67e46",
                "md5": "251983e8d4a1bdb138be91c1cb47b3d1",
                "sha256": "b9a0742284b689d282895f1bc509672547661203155a5b680008f54a2953d04d"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "251983e8d4a1bdb138be91c1cb47b3d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 721769,
            "upload_time": "2024-04-15T01:04:40",
            "upload_time_iso_8601": "2024-04-15T01:04:40.104890Z",
            "url": "https://files.pythonhosted.org/packages/c5/6a/b8c8080657f2ff6558139cf9c28fca048135f8749b305460ec02e2f67e46/mqt_qcec-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04e11682a774556e9eec9df29c80046612e182b7eedefcab7058aaf9f38ec598",
                "md5": "8eaf51ac47f88c920b212360caaa7c3d",
                "sha256": "a9cad3e3e91756a549c7127036609d52f25e8b74cbec60a9f1f4c3e7fb7d0894"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8eaf51ac47f88c920b212360caaa7c3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 902556,
            "upload_time": "2024-04-15T01:04:41",
            "upload_time_iso_8601": "2024-04-15T01:04:41.368547Z",
            "url": "https://files.pythonhosted.org/packages/04/e1/1682a774556e9eec9df29c80046612e182b7eedefcab7058aaf9f38ec598/mqt_qcec-2.6.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b97ed2d45f1b954642609fe1b95ff57b4c43be1b9f6b9bb1376e4961124c8dda",
                "md5": "1081b5b79b4a155047198e90bf1bfd18",
                "sha256": "e9a39e2d0aeda4fc4901a40b228d49f797d532c54846c5f531528660bb23f8a8"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1081b5b79b4a155047198e90bf1bfd18",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 931007,
            "upload_time": "2024-04-15T01:04:42",
            "upload_time_iso_8601": "2024-04-15T01:04:42.656383Z",
            "url": "https://files.pythonhosted.org/packages/b9/7e/d2d45f1b954642609fe1b95ff57b4c43be1b9f6b9bb1376e4961124c8dda/mqt_qcec-2.6.0-cp312-cp312-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ca89dafa35bbf51d9dac346e028745f3d62620387f7b3852adf2fb254a41e10",
                "md5": "0ae92f0341c7c315eeadb27b4a30187e",
                "sha256": "1246df1646b7e822d0e09affedb05da6ebb0c518bb10370ffcdc3e24cd4072d2"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0ae92f0341c7c315eeadb27b4a30187e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 836451,
            "upload_time": "2024-04-15T01:04:44",
            "upload_time_iso_8601": "2024-04-15T01:04:44.006052Z",
            "url": "https://files.pythonhosted.org/packages/7c/a8/9dafa35bbf51d9dac346e028745f3d62620387f7b3852adf2fb254a41e10/mqt_qcec-2.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6bfb92508e2609425b72a4fb2600dfaea54e31007ed884f3cbaf1087d9a2ddd",
                "md5": "7549e01629c46afd91f8dcbdff2089c3",
                "sha256": "d3083ddda432e20b8497e1a9fcc70951904ae385d36cf9fc98ffb28d0065e955"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7549e01629c46afd91f8dcbdff2089c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 673035,
            "upload_time": "2024-04-15T01:04:45",
            "upload_time_iso_8601": "2024-04-15T01:04:45.841792Z",
            "url": "https://files.pythonhosted.org/packages/e6/bf/b92508e2609425b72a4fb2600dfaea54e31007ed884f3cbaf1087d9a2ddd/mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14923765e6fbe7832c908907813e1ba6fca0a5dd52d062256b194860c2a12380",
                "md5": "76fdabe0a4371febbb7dfb741f65c48d",
                "sha256": "79de690c9a328f2337888caf5d54400089330b81a2bf63eca0a35da4a353a0f3"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "76fdabe0a4371febbb7dfb741f65c48d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 764885,
            "upload_time": "2024-04-15T01:04:47",
            "upload_time_iso_8601": "2024-04-15T01:04:47.678272Z",
            "url": "https://files.pythonhosted.org/packages/14/92/3765e6fbe7832c908907813e1ba6fca0a5dd52d062256b194860c2a12380/mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ea2a9a88187a20b6dd5c3ec8e306938505a9191221cffff7fb3ee883c78ca7b",
                "md5": "e889f455ccdea8f60573adf5d058d70f",
                "sha256": "5124487a6e90ff5614191c6e44685c873fb7132c94e8e5544be58635a23bf8c9"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e889f455ccdea8f60573adf5d058d70f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 695039,
            "upload_time": "2024-04-15T01:04:49",
            "upload_time_iso_8601": "2024-04-15T01:04:49.464563Z",
            "url": "https://files.pythonhosted.org/packages/7e/a2/a9a88187a20b6dd5c3ec8e306938505a9191221cffff7fb3ee883c78ca7b/mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc60f1994a58bd500b841e019aa9f66d4d79b85beff493daf0c48b315a632a66",
                "md5": "ebd39c30de295ece549f5c2fd49650cb",
                "sha256": "74476dc13db997270d90843c6ff586d04bb6ceb2ddf8e4e54f2b1f9270de37d7"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ebd39c30de295ece549f5c2fd49650cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 721056,
            "upload_time": "2024-04-15T01:04:50",
            "upload_time_iso_8601": "2024-04-15T01:04:50.695265Z",
            "url": "https://files.pythonhosted.org/packages/dc/60/f1994a58bd500b841e019aa9f66d4d79b85beff493daf0c48b315a632a66/mqt_qcec-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ed93c07e0f136f76b5a4c861d47bf6f2d842102b65395ed34a13a72db50b1f4",
                "md5": "a9b168c1a7a46d2bb523e7d7370dfe39",
                "sha256": "d491da71b4e1843b4572b4cf2d6d2b679e2f2ab9bed840a743db5fda87a75109"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a9b168c1a7a46d2bb523e7d7370dfe39",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 920307,
            "upload_time": "2024-04-15T01:04:52",
            "upload_time_iso_8601": "2024-04-15T01:04:52.258329Z",
            "url": "https://files.pythonhosted.org/packages/9e/d9/3c07e0f136f76b5a4c861d47bf6f2d842102b65395ed34a13a72db50b1f4/mqt_qcec-2.6.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39f35e526362d87a52631523fc783d3a0237d1cbeffc50e1557ee7635b6a7326",
                "md5": "c185b6428448245a2d603c2218ee39f8",
                "sha256": "7958776417c178aa08d602947498ac0fa051ba182a3f84e1d020d05e1f5f6d06"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c185b6428448245a2d603c2218ee39f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 912131,
            "upload_time": "2024-04-15T01:04:54",
            "upload_time_iso_8601": "2024-04-15T01:04:54.144760Z",
            "url": "https://files.pythonhosted.org/packages/39/f3/5e526362d87a52631523fc783d3a0237d1cbeffc50e1557ee7635b6a7326/mqt_qcec-2.6.0-cp38-cp38-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed33ef5c01ed598b066b1238a4ac8a9a9766a27a6018064dfe478e0162527323",
                "md5": "e7fddcc5adfd7883f38b36206da33042",
                "sha256": "60673a2bbf1e3a225a4a6a3f0e477580bbae0ab8e42eec75646d0049914c23da"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e7fddcc5adfd7883f38b36206da33042",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 819472,
            "upload_time": "2024-04-15T01:04:56",
            "upload_time_iso_8601": "2024-04-15T01:04:56.158946Z",
            "url": "https://files.pythonhosted.org/packages/ed/33/ef5c01ed598b066b1238a4ac8a9a9766a27a6018064dfe478e0162527323/mqt_qcec-2.6.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e6c549d970a7a3694a4dbd893bcb51ff2dd27aa848f9f061b4f7bef50f635c9",
                "md5": "9f587a869007469654477b6ecdb7474c",
                "sha256": "c6196bc533b1cac49ceab7bf4a2961f57c2a2ca147228022731303a67c5a0b8d"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9f587a869007469654477b6ecdb7474c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 673713,
            "upload_time": "2024-04-15T01:04:58",
            "upload_time_iso_8601": "2024-04-15T01:04:58.183128Z",
            "url": "https://files.pythonhosted.org/packages/3e/6c/549d970a7a3694a4dbd893bcb51ff2dd27aa848f9f061b4f7bef50f635c9/mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f88f443b04ae104920cebb0c561f201719b1d43679f49c71b6f7e612911de2eb",
                "md5": "1db554274c58ef79fa9639dd8b0d3fa8",
                "sha256": "750756403167e0509ac26f849b30809b4ec7b3ce916f1cb3b264b04e544d3a79"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1db554274c58ef79fa9639dd8b0d3fa8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 765086,
            "upload_time": "2024-04-15T01:05:00",
            "upload_time_iso_8601": "2024-04-15T01:05:00.058865Z",
            "url": "https://files.pythonhosted.org/packages/f8/8f/443b04ae104920cebb0c561f201719b1d43679f49c71b6f7e612911de2eb/mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b6ffad16ad5a45ad4b80f7e79f215149ed98bdd328ea469b9570ce0aadd1560",
                "md5": "a85f73c9905fd910b54c67e427abbc69",
                "sha256": "7f97b09fdb40b284766cc8762d2ac4a10a51174ee623e5696a259e6df55fa70c"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a85f73c9905fd910b54c67e427abbc69",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 696358,
            "upload_time": "2024-04-15T01:05:02",
            "upload_time_iso_8601": "2024-04-15T01:05:02.367693Z",
            "url": "https://files.pythonhosted.org/packages/1b/6f/fad16ad5a45ad4b80f7e79f215149ed98bdd328ea469b9570ce0aadd1560/mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b399383c3f760f80e8e145e9b57f3174e318faec0f479273f34d9b0007f550ba",
                "md5": "b9967327c3c8e9c9ac7ca533f828b1e8",
                "sha256": "297e692c9bea603e9386f73e3546ace102d7ef4d2d6f4d16b64142737e6ccbec"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9967327c3c8e9c9ac7ca533f828b1e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 721370,
            "upload_time": "2024-04-15T01:05:04",
            "upload_time_iso_8601": "2024-04-15T01:05:04.331006Z",
            "url": "https://files.pythonhosted.org/packages/b3/99/383c3f760f80e8e145e9b57f3174e318faec0f479273f34d9b0007f550ba/mqt_qcec-2.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff2bf50988a844d8c7e282fb78e1459cb806fcfd61debe898895ab81b342ddcc",
                "md5": "1e103081d1258c8204bd0e4bcc8fd3d3",
                "sha256": "d37a8e81557dcb911480fd3927911b97aa0db761b4e838f3671b3a9fb8d8f148"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1e103081d1258c8204bd0e4bcc8fd3d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 913973,
            "upload_time": "2024-04-15T01:05:06",
            "upload_time_iso_8601": "2024-04-15T01:05:06.870079Z",
            "url": "https://files.pythonhosted.org/packages/ff/2b/f50988a844d8c7e282fb78e1459cb806fcfd61debe898895ab81b342ddcc/mqt_qcec-2.6.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d943222c9520669d448ac5dff16b5296739c9dd109e44cb31b4bba500f0e3ba",
                "md5": "7e22956519092bdd0266ba13054962c1",
                "sha256": "e0ba4868d19b743fc32e5c7f49ad1126831298595879b9087dcf545b9dae1215"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e22956519092bdd0266ba13054962c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 912317,
            "upload_time": "2024-04-15T01:05:08",
            "upload_time_iso_8601": "2024-04-15T01:05:08.879462Z",
            "url": "https://files.pythonhosted.org/packages/2d/94/3222c9520669d448ac5dff16b5296739c9dd109e44cb31b4bba500f0e3ba/mqt_qcec-2.6.0-cp39-cp39-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "721fa6274d22a98242e78301cb06d33c1218c38ad960c75289ccaf028f3bf157",
                "md5": "279cf14ddaf58c62e5817314b153138c",
                "sha256": "f0f771c895e497cc2a55f988afd65e77f49b5165c1aaf12aee02051c0e860ef1"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "279cf14ddaf58c62e5817314b153138c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 819755,
            "upload_time": "2024-04-15T01:05:10",
            "upload_time_iso_8601": "2024-04-15T01:05:10.525338Z",
            "url": "https://files.pythonhosted.org/packages/72/1f/a6274d22a98242e78301cb06d33c1218c38ad960c75289ccaf028f3bf157/mqt_qcec-2.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "417bf59b0d4b11b0d0279d87d6317c2a2b126dfaf7cecf5057b138de81d5f7f5",
                "md5": "991151d4f4b7e16d21163ce165891186",
                "sha256": "008ab46139eb8fc14e129b0ea069f44afc6f753939fc04c66a4d9c0b0fe8e5ec"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "991151d4f4b7e16d21163ce165891186",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 673542,
            "upload_time": "2024-04-15T01:05:11",
            "upload_time_iso_8601": "2024-04-15T01:05:11.953861Z",
            "url": "https://files.pythonhosted.org/packages/41/7b/f59b0d4b11b0d0279d87d6317c2a2b126dfaf7cecf5057b138de81d5f7f5/mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4c3322c22d0b75890be53ea5ba93db1d3f80904e90b38313904c912c494d196",
                "md5": "92fa377c435ec25e4a41e44cda6a5c35",
                "sha256": "24ff02c0dacaae714220a4061d1b773c782dc4550a63f5f53d5aae01b4153c64"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "92fa377c435ec25e4a41e44cda6a5c35",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 765058,
            "upload_time": "2024-04-15T01:05:13",
            "upload_time_iso_8601": "2024-04-15T01:05:13.282254Z",
            "url": "https://files.pythonhosted.org/packages/d4/c3/322c22d0b75890be53ea5ba93db1d3f80904e90b38313904c912c494d196/mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03b10404ceda83f87576602145fe5ceacee837fc6ca34c27064b0800159da60f",
                "md5": "b29bc629200042457064a67612c874ab",
                "sha256": "d9dd907a836f489b2f5e63a9d5090d55afbe06ac4df4e1f728fa7a45fbc36dea"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b29bc629200042457064a67612c874ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 696871,
            "upload_time": "2024-04-15T01:05:14",
            "upload_time_iso_8601": "2024-04-15T01:05:14.497112Z",
            "url": "https://files.pythonhosted.org/packages/03/b1/0404ceda83f87576602145fe5ceacee837fc6ca34c27064b0800159da60f/mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86056e0076d28789b16c9c002caf5e48b7252fc1747e6abdfa13139a78dc10d6",
                "md5": "0c8970f39e11512eef0dd348d99cf188",
                "sha256": "d202b42e000818bcdb42ced78fc6a80a4873aea2338912ae7a96201448fd2b91"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c8970f39e11512eef0dd348d99cf188",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 721350,
            "upload_time": "2024-04-15T01:05:15",
            "upload_time_iso_8601": "2024-04-15T01:05:15.932211Z",
            "url": "https://files.pythonhosted.org/packages/86/05/6e0076d28789b16c9c002caf5e48b7252fc1747e6abdfa13139a78dc10d6/mqt_qcec-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4b132e1916509fbed034f14396e1b6c7ca47827131f1fd2e1667699b98905ec",
                "md5": "b4461f99fabea77c24a4158e2a3af1d6",
                "sha256": "421a4153f9b71e476ca7055cc62b1b448c87fd393b50b60e48f7928d77fd4a08"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b4461f99fabea77c24a4158e2a3af1d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 900073,
            "upload_time": "2024-04-15T01:05:17",
            "upload_time_iso_8601": "2024-04-15T01:05:17.127463Z",
            "url": "https://files.pythonhosted.org/packages/c4/b1/32e1916509fbed034f14396e1b6c7ca47827131f1fd2e1667699b98905ec/mqt_qcec-2.6.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41022805ef2d67c5c391d48d76bcc5b5694390bd837a347b95190d785c04f093",
                "md5": "359b71339f3e0d2695919b0e892af684",
                "sha256": "05dadcd06d841538add84e1584e47d2def0414179ee6e37defd282a8b2f8f20e"
            },
            "downloads": -1,
            "filename": "mqt_qcec-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "359b71339f3e0d2695919b0e892af684",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 297668,
            "upload_time": "2024-04-15T01:05:18",
            "upload_time_iso_8601": "2024-04-15T01:05:18.559140Z",
            "url": "https://files.pythonhosted.org/packages/41/02/2805ef2d67c5c391d48d76bcc5b5694390bd837a347b95190d785c04f093/mqt_qcec-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 01:05:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cda-tum",
    "github_project": "mqt-qcec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mqt.qcec"
}
        
Elapsed time: 0.24476s