Skip to main content

A tool for Quantum Circuit Equivalence Checking

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT QCEC - A tool for Quantum Circuit Equivalence Checking

A tool for quantum circuit equivalence checking developed as part of the Munich Quantum Toolkit (MQT) by the Chair for Design Automation at the Technical University of Munich. It builds upon MQT Core, which forms the backbone of the MQT.

Documentation

If you have any questions, feel free to contact us via quantum.cda@xcit.tum.de or by creating an issue on GitHub.

Getting Started

QCEC is available via PyPI for Linux, macOS, and Windows and supports Python 3.9 to 3.13.

(venv) $ pip install mqt.qcec

The following code gives an example on the usage:

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.

System Requirements and Building

The implementation is compatible with any C++17 compiler, a minimum CMake version of 3.24, and Python 3.9+. Please refer to the documentation 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.

References

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

a L. Burgholzer and R. Wille, "Advanced Equivalence Checking for Quantum Circuits," Transactions on CAD of Integrated Circuits and Systems (TCAD), 2021

a L. Burgholzer, R. Raymond, and R. Wille, "Verifying Results of the IBM Qiskit Quantum Circuit Compilation Flow," in IEEE International Conference on Quantum Computing (QCE), 2020

a L. Burgholzer, R. Kueng, and R. Wille, "Random Stimuli Generation for the Verification of Quantum Circuits," in Asia and South Pacific Design Automation Conference (ASP-DAC), 2021

a L. Burgholzer and R. Wille, "Handling Non-Unitaries in Quantum Circuit Equivalence Checking," in Design Automation Conference (DAC), 2022

a T. Peham, L. Burgholzer, and R. Wille, "Equivalence Checking of Quantum Circuits with the ZX-Calculus," in Journal of Emerging and Selected Topics in Circuits and Systems (JETCAS), 2022

a T. Peham, L. Burgholzer, and R. Wille, "Equivalence Checking of Parameterized Quantum Circuits: Verifying the Compilation of Variational Quantum Algorithms," 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.

TUM Logo Coat of Arms of Bavaria ERC Logo MQV Logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mqt_qcec-3.0.0b3.tar.gz (241.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mqt_qcec-3.0.0b3-cp313-cp313t-win_amd64.whl (508.5 kB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (249.4 kB view details)

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

mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (235.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b3-cp313-cp313t-macosx_11_0_arm64.whl (241.5 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_qcec-3.0.0b3-cp313-cp313t-macosx_10_15_x86_64.whl (254.1 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

mqt_qcec-3.0.0b3-cp313-cp313-win_amd64.whl (504.6 kB view details)

Uploaded CPython 3.13Windows x86-64

mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (247.2 kB view details)

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

mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (233.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b3-cp313-cp313-macosx_11_0_arm64.whl (237.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_qcec-3.0.0b3-cp313-cp313-macosx_10_15_x86_64.whl (249.1 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

mqt_qcec-3.0.0b3-cp312-cp312-win_amd64.whl (504.7 kB view details)

Uploaded CPython 3.12Windows x86-64

mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (247.1 kB view details)

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

mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (233.9 kB view details)

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

mqt_qcec-3.0.0b3-cp312-cp312-macosx_11_0_arm64.whl (237.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_qcec-3.0.0b3-cp312-cp312-macosx_10_15_x86_64.whl (249.0 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

mqt_qcec-3.0.0b3-cp311-cp311-win_amd64.whl (488.1 kB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (247.2 kB view details)

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

mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (234.1 kB view details)

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

mqt_qcec-3.0.0b3-cp311-cp311-macosx_11_0_arm64.whl (227.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qcec-3.0.0b3-cp311-cp311-macosx_10_15_x86_64.whl (237.0 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

mqt_qcec-3.0.0b3-cp310-cp310-win_amd64.whl (485.4 kB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (246.6 kB view details)

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

mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (233.5 kB view details)

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

mqt_qcec-3.0.0b3-cp310-cp310-macosx_11_0_arm64.whl (226.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mqt_qcec-3.0.0b3-cp310-cp310-macosx_10_15_x86_64.whl (236.1 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

mqt_qcec-3.0.0b3-cp39-cp39-win_amd64.whl (486.2 kB view details)

Uploaded CPython 3.9Windows x86-64

mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (246.7 kB view details)

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

mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (233.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

mqt_qcec-3.0.0b3-cp39-cp39-macosx_11_0_arm64.whl (226.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mqt_qcec-3.0.0b3-cp39-cp39-macosx_10_15_x86_64.whl (236.2 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file mqt_qcec-3.0.0b3.tar.gz.

File metadata

  • Download URL: mqt_qcec-3.0.0b3.tar.gz
  • Upload date:
  • Size: 241.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3.tar.gz
Algorithm Hash digest
SHA256 43355f48cec1c22b6963a5a42d2923de203b62df425d0533c916b846dfab8f94
MD5 59d4c491185029c70180d5cf28938795
BLAKE2b-256 0daa0893e1c245c4a6ad21fbab42ed282d9636f14122bfb197de3c76b856fe59

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3.tar.gz:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b3-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 508.5 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0c2ee8f3e38b0e116e6c83600878a595ac941357445d6b1d91d637c0f6713f9a
MD5 4ae3951e270d960e9e53b5988ee785f2
BLAKE2b-256 79daf8f24b7707d1696c3d4f0190c2ea2f1410fc84bac56a6548e28481f53b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313t-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 808b1ee97e7ab111fbc8284ad145e397af31b746c1646138d86db238aa977eb5
MD5 72682a8faf626b669946cc2b5cbfa505
BLAKE2b-256 ee85f105867c3b8723a4f46fed2d541a112b39a6cd22eb05246a6281e3414ae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87bcde178fa16109a70a9063713df39b5c4247e564ead4f944ee838ee2864ec8
MD5 b07b1ba3da2afe069405e86751bcd276
BLAKE2b-256 1a5209866e8150dbcae781a4cf916c944c4e48cff2017487f90b9ec8018f1737

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e607235399b1a3a435a0f760a99450b8483c4f5dfd1443d35a7c425b47d3679a
MD5 cc1fd4cac810db94204fae34b2727f42
BLAKE2b-256 a6c8acd4475c10e434bcd69a95b51daea1924c083e204d9f17522314e1660e29

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4264d336f1d5b6710efa9a514868b596e6b380b07bd1ddecff211a5d39666570
MD5 ca2e1c40bebc807a4231dc2a37416db3
BLAKE2b-256 6aff72ff008f99bbb5675aa5c09766c9a7dcbf6378389f26fbef3bf16c1e98e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313t-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 504.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e9e0a37ad9b2e32fe7edd0c2c7ed285852a5c6f2d6336d5c4db5e2f404dda4ab
MD5 b43f5830c9b35854e90e68c5d78c29cd
BLAKE2b-256 b3cf27d8a3d216b1ac3f85d3ddc36d3f93b6a46973b1cdfc3b241ece775b7851

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5fb6ade762f5cec5415ca6ff961f15d25f9a365a383a07cc6d848b4f524faf2
MD5 eb2f0da85e20de7b18c3dccedf706e65
BLAKE2b-256 cb7ded076a82f9d3366f1c4e58bde3b89179fca0102d08555323835aaecb5789

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 723e1db52b4198f8188deca7d8a9e07ba78aafe68d802170312de6a9b3179ade
MD5 f79f2f875371b1b1d81e6745243facbf
BLAKE2b-256 9ca79314628fb6fdcabfba206c21d58fc6198703f175c2bc43de302a66c1bd06

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86e448be6e4d48c8c684c68317092f14781d0c1c5956e334afbdd607ac365f0f
MD5 712e85b6af2e778176fb97213a05c1f8
BLAKE2b-256 e9d79481e173eb60c076de782338acbefbf32b6d223d5a45031b3e5959ddfdf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7e99964dda6a613b01b2eade07077f3ad5e9562b3c333ad67b24b9739f0c1705
MD5 19bf05b3f5b983ece604f1b3fb861ca3
BLAKE2b-256 a3dcdd4530c76aaa9bcf749d8ab9ce82bac2308df2259250f8da35094de3b843

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 504.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f4098c444800bc93acdce9b1616cabb7a3141d735362aeeadd760ff8b7a01018
MD5 552505436810263fdbb0b74dedad62b1
BLAKE2b-256 261ade6c75cf9d9954b1c669aaaf944bb7d34e62579c3eb7f5c8abab9523efb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp312-cp312-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b458b36261398260c02a5aa58362892b96774de7ffae28ea6c982bfcf6795a0
MD5 08065f76299a6279ccd9c38b26ee7efb
BLAKE2b-256 75157acd464af30fe45ff33330b925745f4156d630474419fe0cee93f7b1f400

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 886f4abd553ee963464615f1aa1db1c4dbba086107df09f8ece9da3c87265e5a
MD5 a5580b3976680f0edacfd58108766e1a
BLAKE2b-256 a4593bdbb4d6fe357eaef2fb51c42366350db65423a3f4a768e0f8ade9b9cd6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 670215c619eab781dea406b359fc41004705f773740b9a06c3310dba83ba655e
MD5 09d18a86733ee13169eba8fb5569e64f
BLAKE2b-256 c0371c3933383afc0834d13660ff54be862c855a50a398c3c4e82c51b917ed1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 494c2890df81cdc8619448cbb5984a788640e891a75dd0e2384c16b5b1d87859
MD5 92f638972b5fc163dc3d5aef6b2189b3
BLAKE2b-256 eee32a4c3da022b143bbdbb2e17edccfd0c6e68518f8cb84a822878778dc4400

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 488.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 82829a36eff916bf38b9d4d963a3dbced524ba34bf53178c5cfcd36a4571090f
MD5 c70e02103da730ac9dd371c3e29cec12
BLAKE2b-256 a2a3cb4b242c101c475f19496b26c254865e97593414f2d3201ac8feea825f77

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp311-cp311-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a9f276852aa6b048676d52f0a0240b490e2520f43579705e4baf99aa95350c2
MD5 daa6011383dd646c0377d8a30860d6f0
BLAKE2b-256 fc6e935b9b9d7fc9c8c70d22e10a8a79baa34415779bab9a34fbb0fcd4d17975

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f03ee20484b16974c2a40a7ba32a8aa3fea65fbf9c7810b6bdf91fe9ad4074ea
MD5 538b3c730d4a947c1785d5c185b238bf
BLAKE2b-256 f9fafe8d12532b03cc580c0b83adb2340d065c4cbd7ea559a50b1c4b99dbdda9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 984d0cb50ac0219ded62c36fb7e09695a289c85db860ae48912914a27cf26e31
MD5 cde6d2bc24cb1de1bdf92195670789bc
BLAKE2b-256 6af75756edcb64e6b21fb604153b233ddb5d517f4bca8728ca7f73445b008805

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6446056b7f15c4606d3e60a3b493fa3551f401cd7ae24fdf1b0781df8d2a7890
MD5 805dbef0466de002daad1593c3a68c01
BLAKE2b-256 b734ba320faa2bcb5713ce6e9fa7a1a843b7ffce2510fb4e537b4e02b774c521

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 485.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 482a4725a7bbff52780300ab2fed16a69772ee2846065aee77ddcf8ac2afe532
MD5 af94d1e229b4893ddb45f4626b87aa8a
BLAKE2b-256 a899deeaad032de5c11407e7fb036b464701f588b31470dc8d8693b31e66bccd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp310-cp310-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b188d255c20544ed8e2c6b725e8a4a12f054126c6569bafe13834454afd9c740
MD5 6314c48fafd48e7b03acdf476245f7ec
BLAKE2b-256 e422aff48124958cb82c5229900dd62508014ac4d85468a1d23f4a0a6d47bbda

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8888711ae1916a06fe66a41cd514278eec3015bfd465c756366fb337225914d4
MD5 7bfc987558fd3be7fe5aa7de80564328
BLAKE2b-256 3777c7c2c2de0a84bb96a6591afab8e31bd0de70a7bc68892cff30114e6f03b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcdd921e74c782150541c1294234fe5d25e044bc33f267f52d983eb63d92e65c
MD5 d65846585c60e6909baa26ab86d60d91
BLAKE2b-256 6d11b328904d71a7246b5632e090c3f75c5771a2729d3314a1140556371a598c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 489d66a8ef881ec5831db8761ba70566b99a9e7a5ce302b8a127a188c06496ba
MD5 de72ca87322ba5c45dc4ee1067b12390
BLAKE2b-256 6aef1048e47969b3007636b30e01248a2035a828f62f6d14e20a9e352245de55

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt_qcec-3.0.0b3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 486.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mqt_qcec-3.0.0b3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f59d9aafac7c08764fe6ff41bf8a437b8511108b82e18ad74c9d59c25566c86d
MD5 74d4270a9ec5b9c4b333cd85535e0c09
BLAKE2b-256 d78330ca5e42f85a56eba129bbf56b203811f4a43af82d58170cb0e0e7784e95

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp39-cp39-win_amd64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1409dfd80bfd323ddde009372efaa8443b7f05843795d1ec9aeff16eb00f86a1
MD5 429df6b06997c45925e322877699f2d2
BLAKE2b-256 2419cdbfc2ece688ef749368989a9f217fb9efe421ebe1574814a48b399c7165

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d4e8d6686427f745ff224c994f80c30cab51d4d1140ca7083031fffb5425a55
MD5 8f8780d939ef338d271be861f6d764a0
BLAKE2b-256 a6b4e8a4bdb3b216a3245c9e979d8540b706ba48bd5cc58e550607f510f40076

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93df6f7725ec3b0a6324ab038487471eb7b8c1205cbe2aef7c36a549b75e40e0
MD5 68ab865263a032cb793c75e76b0395cb
BLAKE2b-256 06f4d81be845437f8f2e331f5094a76b35d70edf56ab88f68fb64053606c3f7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

File details

Details for the file mqt_qcec-3.0.0b3-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qcec-3.0.0b3-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ae935c1c06807bae1aebc878415097f6209503a06bf44c11e73d9e317bdae6a3
MD5 13b848317b34f667a6f5e9a66248d047
BLAKE2b-256 70cd4a00a2616d242e7ce16fa6a6484bc5845a153e2d8fd545edb5b6744bf11a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qcec-3.0.0b3-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: cd.yml on cda-tum/mqt-qcec

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

Supported by

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