Skip to main content

MQT QCEC - A tool for Quantum Circuit Equivalence Checking

Project description

PyPI OS License: MIT CI Bindings Documentation codecov

MQT QCEC - A tool for Quantum Circuit Equivalence Checking

A tool for quantum circuit equivalence checking developed by the Institute for Integrated Circuits at the Johannes Kepler University Linz and the Chair for Design Automation at the Technical University of Munich. QCEC is part of the Munich Quantum Toolkit (formerly known as JKQ). It builds upon our quantum functionality representation (QFR) and our decision diagram (DD) package.

Detailed documentation on all available methods, options, and input formats is available at ReadTheDocs.

If you have any questions, feel free to contact us via iic-quantum@jku.at or by creating an issue on GitHub.

Getting Started

QCEC is available via PyPI for Linux, macOS, and Windows.

(venv) $ pip install mqt.qcec

The following code gives an example on the usage:

from mqt import qcec

# initialize the equivalence checker
ecm = qcec.EquivalenceCheckingManager("circ1.qasm", "circ2.qasm")

# execute the check
ecm.run()

# obtain the result
print(ecm.equivalence())

System Requirements and Building

The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.14. 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

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-2.0.0rc1.tar.gz (600.4 kB view details)

Uploaded Source

Built Distributions

mqt.qcec-2.0.0rc1-cp310-cp310-win_amd64.whl (511.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

mqt.qcec-2.0.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mqt.qcec-2.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (688.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mqt.qcec-2.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl (546.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mqt.qcec-2.0.0rc1-cp310-cp310-macosx_10_15_x86_64.whl (600.4 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

mqt.qcec-2.0.0rc1-cp39-cp39-win_amd64.whl (512.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

mqt.qcec-2.0.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

mqt.qcec-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (688.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mqt.qcec-2.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl (546.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mqt.qcec-2.0.0rc1-cp39-cp39-macosx_10_15_x86_64.whl (600.6 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

mqt.qcec-2.0.0rc1-cp38-cp38-win_amd64.whl (511.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

mqt.qcec-2.0.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mqt.qcec-2.0.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (688.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mqt.qcec-2.0.0rc1-cp38-cp38-macosx_11_0_arm64.whl (546.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mqt.qcec-2.0.0rc1-cp38-cp38-macosx_10_15_x86_64.whl (600.5 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

mqt.qcec-2.0.0rc1-cp37-cp37m-win_amd64.whl (524.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

mqt.qcec-2.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

mqt.qcec-2.0.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (699.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mqt.qcec-2.0.0rc1-cp37-cp37m-macosx_10_15_x86_64.whl (594.4 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

File details

Details for the file mqt.qcec-2.0.0rc1.tar.gz.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1.tar.gz
  • Upload date:
  • Size: 600.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 8e91e79bf32422182e3e71e781118aac05abf3c8845969a711a7e1e87a290ee8
MD5 122b078379fa7ace09d501328313ecf1
BLAKE2b-256 14b1414b420504a72e676e259eaa3adc1d6fe05e5a624bc87f1412c5c9ac8f58

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 511.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 338920e4f5a109e11f220ea852962715707127c66dc087e14e0cea4f7040cd00
MD5 c7ef9fb0034cbc5e7130d5a465605253
BLAKE2b-256 65c041b851ce812f41ad9416f90115f52bce3d5977a9b706003e2ddcc4c21a58

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0f5797866edc7f0332e5e823f944088ec06621eb7adc850b176f9020b91d249
MD5 9d79b73f0809b2371cc91de48cf8da50
BLAKE2b-256 0d3bfb404d7bd2adeea321ed4a6307b68e8173bd9e9b8890ffa979b3c40dab39

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 688.3 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f685d01b5f683dad25fa000521abfaf578e7957ab725d98fe1e7e3e6cec01800
MD5 9852ddbdccaf1dee5900e8b477f2172f
BLAKE2b-256 72cebbfb08ea6355e1639f2e50c76d8c125a0f68898ae66dec6bb2615124d731

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 546.4 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dc17c34dcaf498949b05e517e490b81a397efcff2d8ef9d9b36ea393ce3acda
MD5 a9769d0547e4bbefe10a8e479a7df0b7
BLAKE2b-256 25343a87d594a6bfe4eb6f2d745e92098437088c10f575ebc548340b0bd55870

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 600.4 kB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e42ada3300c80226476377ee98dab0505812c8e2a1671861cbaa00194acbdb11
MD5 a7daf93abc1832da3bb0a183f1d2a0ae
BLAKE2b-256 48160cbb716cd5af3c198e82162a8c5660220c322653e20fe3c6fbdf17294932

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 512.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3f15f0ea3df992f70f9b35aee38e8d4d54d230890b748656966c99b7910cdf1d
MD5 d25e4e79c39284be631c7182863d1210
BLAKE2b-256 aa97c75a02a98a9ce052ac8bd4cf5c5b85e771b54d3901b208bb0863d081ee9e

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 970ec48a9bb3204b1c306a89526b73401d4824a337c84399779a9584b2322394
MD5 e1734c7cace64153b00fc91685eba6f1
BLAKE2b-256 6787a44728c2acace85063c00c6741d28fb5ea988330973fac0d6f0d97272c8a

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 688.6 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af5b9c388a1f6388660e7571371883a92879091e99a2d29555d21e11795a659d
MD5 88250b054932cd4526c47f172e5a791c
BLAKE2b-256 02792a884639fc728571b6f0ef25c969c63b51b8f0cabd2f2870fe69a6ea8698

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 546.6 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52d1c3bdaa513e2a045518325a8197c8348d9ef0c7a2c04ed59845c75ce8082f
MD5 b54885babfbc14a0b195b25b0b58c0db
BLAKE2b-256 0c0e196060971af2d3152c7b1f0b757390f6438e941472b30ee51b49a3df1e0f

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 600.6 kB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 db5662dc661fa3a0a07524e6beb7d098226db0be7990aa689b1b7f08cd1b8d45
MD5 29750eb8b90fce996acb36721b31aff9
BLAKE2b-256 1f549541530677a66d71f44454b78ed89d68d55baed8e4c73ade11b6a0732fd2

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 511.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3cbbde2fc2d53bfc8a4f400b56c33b8db1f835885a0704a1731dd841869a8be0
MD5 2b5d2c30a7b4e317e51147b684c817b3
BLAKE2b-256 ba3871c311f0f4bc281860c0511fd121ad6e8f75326db24bca2b8320265b79d1

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0810c0a577c86219357c5e634b88756794ba957cf145f4136f40ab26f3e4426
MD5 ba036e781c3433caa25d8fa068320ad8
BLAKE2b-256 35164d118812d38abfa6d249e65f1b416dac08f0498d023c5e9e2be5e7fc2419

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 688.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7337038cc8912c6a2144863a72dc2e1d218e36215468dee17807f894902a239
MD5 c11dad8a7f20e0eee76137eb7c59b10b
BLAKE2b-256 71146845fba7131e2044dbe526e0676be9ad392102839ef372fdfdff3848e0fe

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 546.5 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 950e5b7d3de0cf4b30d9ca4aba0f611338691e85a65969458401acd0e63f0ad1
MD5 0e275bd7e160e5f0b5fb42209f8e416a
BLAKE2b-256 fbea8da6eec718d1732de7b8d794c7fbd837db5c6fab8cc157dee427680f3850

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 600.5 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fc8ea4115cc4e653445ee6d1289951d267389a0e19ecd5f1db7fd6cb327e3c6c
MD5 26efe095aaa155e6e7be60b205cf9670
BLAKE2b-256 e7a027c93fea84ce4d02dcc351eb98b2f74f23e957c7fe1fcd73c295057ad5c4

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 524.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a6d2ac8d011833b794534da24c2595bb42a6e5fc7dd021d6b62753ae744c4650
MD5 4eb3428610580c9c5d7efd640fba4567
BLAKE2b-256 501b1375cef4348e7f429d75cc73467fa931e63ea82299e994b81a3fa04697c4

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a5280f1a19b3e6cfa5e57e1e9a9d21155fbe755578ed799aa3dc00b9991a0ca
MD5 2734c6dd89559c654219840a8fea386f
BLAKE2b-256 57e8f25e8c3f582a653c49043e44793c882f1f062d48673164ca934516d6469a

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 699.0 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a79e46a350fe84750f493d5e64280a62b92bae59927c2e481aa068bf30c93e5
MD5 26a809c34ff657f964e52d60d0268429
BLAKE2b-256 589cf21cbdb034e3212141a75f833469064e53521b82958670b595d5c5a5a295

See more details on using hashes here.

File details

Details for the file mqt.qcec-2.0.0rc1-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: mqt.qcec-2.0.0rc1-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 594.4 kB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for mqt.qcec-2.0.0rc1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3d9c106ca844f3d95d61365d5b6c23e92c5efeaf58137d3d12e8212499c38890
MD5 c0ba19938054c8e84075a260a8deda6f
BLAKE2b-256 64424edab96d6c401082d09c003d9c7918e6544ccadc7b2ffdb94022fbf4caef

See more details on using hashes here.

Supported by

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