Skip to main content

MQT QuSAT - A Tool for Utilizing SAT in Quantum Computing

Project description

PyPI OS License: MIT CI CD codecov

[!NOTE] This project is currently in low maintenance mode. We will still fix bugs and accept pull requests, but we will not actively develop new features.

MQT Logo

MQT QuSAT - A Tool for Utilizing SAT in Quantum Computing

MQT QuSAT is a tool for utilizing satisfiablity testing (SAT) techniques in quantum computing. It is part of the Munich Quantum Toolkit (MQT).

Documentation

Key Features

  • Encode Clifford circuits in SAT
  • Check the equivalence of Clifford circuits using SAT

If you have any questions, feel free to create a discussion or an issue on GitHub.

Contributors and Supporters

The Munich Quantum Toolkit (MQT) is developed by the Chair for Design Automation at the Technical University of Munich and supported by the Munich Quantum Software Company (MQSC). Among others, it is part of the Munich Quantum Software Stack (MQSS) ecosystem, which is being developed as part of the Munich Quantum Valley (MQV) initiative.

MQT Partner Logos

Thank you to all the contributors who have helped make MQT QuSAT a reality!

Contributors to munich-quantum-toolkit/qusat

The MQT will remain free, open-source, and permissively licensed—now and in the future. We are firmly committed to keeping it open and actively maintained for the quantum computing community.

To support this endeavor, please consider:

Sponsor the MQT

Getting Started

mqt.qusat is available via PyPI.

(.venv) $ pip install mqt.qusat

Detailed documentation and examples are available at ReadTheDocs.

System Requirements

Building the project requires a C++ compiler with support for C++20 and CMake 3.24 or newer. For details on how to build the project, please refer to the documentation. Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions. MQT QuSAT is compatible with all officially supported Python versions.

The SMT Solver Z3 >= 4.8.3 has to be installed and the dynamic linker has to be able to find the library. This can be accomplished in a multitude of ways:

  • Under Ubuntu 20.04 or newer: sudo apt-get install libz3-dev
  • Under macOS: brew install z3
  • Alternatively: pip install z3-solver and then append the corresponding path to the library path (LD_LIBRARY_PATH under Linux, DYLD_LIBRARY_PATH under macOS), e.g., via
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(python -c "import z3; print(z3.__path__[0]+'/lib')")
    
  • Download pre-built binaries from https://github.com/Z3Prover/z3/releases and copy the files to the respective system directories
  • Build Z3 from source and install it to the system

Cite This

Please cite the work that best fits your use case.

MQT QuSAT (the tool)

When citing the software itself or results produced with it, cite the MQT QuSAT paper:

@inproceedings{berent2022sat,
  title        = {Towards a {{SAT}} Encoding for Quantum Circuits: {{A}} Journey From Classical Circuits to {{Clifford}} Circuits and Beyond},
  author       = {Berent, Lucas and Burgholzer, Lukas and Wille, Robert},
  year         = {2022},
  booktitle    = {International Conference on Theory and Applications of Satisfiability Testing},
  doi          = {10.4230/LIPIcs.SAT.2022.18}
}

The Munich Quantum Toolkit (the project)

When discussing the overall MQT project or its ecosystem, cite the MQT Handbook:

@inproceedings{mqt,
  title        = {The {{MQT}} Handbook: {{A}} Summary of Design Automation Tools and Software for Quantum Computing},
  shorttitle   = {{The MQT Handbook}},
  author       = {Wille, Robert and Berent, Lucas and Forster, Tobias and Kunasaikaran, Jagatheesan and Mato, Kevin and Peham, Tom and Quetschlich, Nils and Rovara, Damian and Sander, Aaron and Schmid, Ludwig and Schoenberger, Daniel and Stade, Yannick and Burgholzer, Lukas},
  year         = 2024,
  booktitle    = {IEEE International Conference on Quantum Software (QSW)},
  doi          = {10.1109/QSW62656.2024.00013},
  eprint       = {2405.17543},
  eprinttype   = {arxiv},
  addendum     = {A live version of this document is available at \url{https://mqt.readthedocs.io}}
}

Peer-Reviewed Research

When citing the underlying methods and research, please reference the most relevant peer-reviewed publications from the list below:

[1] L. Berent, L. Burgholzer, and R. Wille. Towards a Satisfiability Encoding for Quantum Circuits. International Conference on Theory and Applications of Satisfiability Testing, 2022.


Acknowledgements

The Munich Quantum Toolkit has been supported by the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus.

MQT Funding Footer

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_qusat-1.4.0.tar.gz (819.4 kB view details)

Uploaded Source

Built Distributions

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

mqt_qusat-1.4.0-cp314-cp314t-win_arm64.whl (7.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

mqt_qusat-1.4.0-cp314-cp314t-win_amd64.whl (7.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

mqt_qusat-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp314-cp314t-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

mqt_qusat-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mqt_qusat-1.4.0-cp314-cp314-win_arm64.whl (7.0 MB view details)

Uploaded CPython 3.14Windows ARM64

mqt_qusat-1.4.0-cp314-cp314-win_amd64.whl (7.8 MB view details)

Uploaded CPython 3.14Windows x86-64

mqt_qusat-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

mqt_qusat-1.4.0-cp314-cp314-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mqt_qusat-1.4.0-cp313-cp313t-win_arm64.whl (6.8 MB view details)

Uploaded CPython 3.13tWindows ARM64

mqt_qusat-1.4.0-cp313-cp313t-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.13tWindows x86-64

mqt_qusat-1.4.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp313-cp313t-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

mqt_qusat-1.4.0-cp313-cp313t-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

mqt_qusat-1.4.0-cp313-cp313-win_arm64.whl (6.8 MB view details)

Uploaded CPython 3.13Windows ARM64

mqt_qusat-1.4.0-cp313-cp313-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.13Windows x86-64

mqt_qusat-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

mqt_qusat-1.4.0-cp313-cp313-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mqt_qusat-1.4.0-cp312-cp312-win_arm64.whl (6.8 MB view details)

Uploaded CPython 3.12Windows ARM64

mqt_qusat-1.4.0-cp312-cp312-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.12Windows x86-64

mqt_qusat-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

mqt_qusat-1.4.0-cp312-cp312-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mqt_qusat-1.4.0-cp311-cp311-win_arm64.whl (6.8 MB view details)

Uploaded CPython 3.11Windows ARM64

mqt_qusat-1.4.0-cp311-cp311-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.11Windows x86-64

mqt_qusat-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

mqt_qusat-1.4.0-cp311-cp311-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mqt_qusat-1.4.0-cp310-cp310-win_arm64.whl (6.8 MB view details)

Uploaded CPython 3.10Windows ARM64

mqt_qusat-1.4.0-cp310-cp310-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.10Windows x86-64

mqt_qusat-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

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

mqt_qusat-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (9.0 MB view details)

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

mqt_qusat-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

mqt_qusat-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (9.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file mqt_qusat-1.4.0.tar.gz.

File metadata

  • Download URL: mqt_qusat-1.4.0.tar.gz
  • Upload date:
  • Size: 819.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0.tar.gz
Algorithm Hash digest
SHA256 74ade112346a897269e21d91db57e2db6fdc56298789fe19ba66158db70dd064
MD5 cbba60ca49d69f1f35fc6445a27ae522
BLAKE2b-256 aeb62acd09cf9fca21da7a4726f65eb593fcb9ddfa5b4398879e2d339aa7cc6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0.tar.gz:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 98961f4cc5e1f511529b9660e562bc6530d9d340d689c8185259dde0512e9016
MD5 55501e4549b08ee527dd4b1eeecd8cc3
BLAKE2b-256 d599b2cf12dfb16a8bc9e8b5aee90f695109a948901ca0dc87614f5d2ec7dfb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 107ee95f81cbdca82278d64376829c7c87f0f27fd81ce6adcaffb8899f3e5106
MD5 4458ca2a2b07159b859889bb17a5a5ca
BLAKE2b-256 6fdc805280cc77c2fbd94eacaca98493405d89896909dfa938fadc8899c1595c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e30e8a34ee5a2bf2f55d1fff4145e44bd808b71b7ca5cd1f7e198267e3a8045
MD5 a86addb46114bb5a2927948e6ad1e3d7
BLAKE2b-256 a842ed5a9698c3f8aecfd4ad15e0281ae3f8b485dd656e5351b77908a050a5d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 acf341a7146d7fcb588fdd2612301dc92f59de4ebb0d802e0afffd682d3e410a
MD5 d9939a5333004ab563e3ae7551e77fe5
BLAKE2b-256 cd383f02e8a64872da2f5b0130aad4efa990748a870c7a64abfd643693d1bd15

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b551c467dd77f71dda38ab078c01834ffb3a9872f993fcd106c47c0aae52c3b5
MD5 a79ec4f37e183f109c9b46be80345353
BLAKE2b-256 0bfebc5367d2979102694e2a97d2a573889c6a3f45712d2bbb315d0f4ff04fa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 223a8e537a8a642709b16dc035ac125411874bb490cdafa480fd14d8a263f7c4
MD5 270b38deffcda41912c3410abe161e07
BLAKE2b-256 aa37ef26f82a5666d812e3add8191c7d66f4b43627032c7326fbbc943e0af78b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5c17b2a94bb5a0db4204dd90c09b4a18f11cc59c675ceb7992434e5d7a72a13d
MD5 8ce7ee2c76249b849d8988296491e5be
BLAKE2b-256 3e92432ae38c95ba27ae6e6103ef0b7d33117ebc5a0b90c5f5ffcf81c8903295

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 089c5476e45780ef638da86b66b920b46bc33eee07345d2b9ccfb2bd6fd1d89a
MD5 7d9203523d400513d93c68e0d597ddbe
BLAKE2b-256 23e988a19876c8f798c552ad508fb14e9459fb6a478d439b7de4a4587c86e6bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fb8b8252618e926c5b708ced5e1563c66fc32a90d0fe3fd679389814dfe2fde
MD5 c1d0c92375c9916b6bdadae0bc1321c1
BLAKE2b-256 bd6aff699b77efccac49303e0dd022bb1c322edd8f3cca89b1e9cd689a70e343

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84452fe0519fb152d50b8185dc80516af2e56dadea08cc86e632e3b2d19bd899
MD5 3348c8409d0acda8719726e472a10765
BLAKE2b-256 3d1467e4ed47c83780f2410415bb6d1f8797d41b02e28f9a28b49d04a5d2dc06

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 706dd30540055d54021b8d55e4497fb5f9a8fc85460f72b4953ab3aab8592460
MD5 93c7d895db601168241e3722864a2ca5
BLAKE2b-256 07c97aaa32b198e5da7b00f132f96495e510675aeabd1350115392c0033d255c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3774c2a2a88fc7daa477ad57967dda563d773abdbd9935a4e85fac85f47be921
MD5 e727a27a4007cef6fb800a77118c82c2
BLAKE2b-256 290373a1b90705ed5af0f0be249c3295bcb6c36e72a44bc7ea4e568d9c9666bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 7a51a8012e764f23e6b21314500195385596f466d6a221d9dbf58f0445cb83aa
MD5 14bfc2700993dc204ae040f3db404162
BLAKE2b-256 85ee69cba428ab6230ceec2faf876eeebc7ba72da41460e442715ceb50033d9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313t-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 6a6df89b81b510e434c50f8b6d8314cccc91f0f44c263a8c13857d9fcdf4a6a8
MD5 9b1598e0b3776669b9a19968ea2175e8
BLAKE2b-256 49e123278bfbcc294b9b9802e09bc58399bfc11b8072383b3bccbf71fac8e493

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313t-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82bdb32c5c95d63ecd0946f8d2162b1c430edf42f0c620fb020dfcc6862df365
MD5 fa14a91a96d2683006cbd71ef9647c74
BLAKE2b-256 9a2220e450db45fc79c3514e0f2240e35e8d286d0ce9e6f6bed08917f40af529

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7de4e80448d40d338296abc8af598959d49d07b6c1ff7a4594b77f9bd62ca9b1
MD5 58f63aa937b7eaff206c6a2cf02cab62
BLAKE2b-256 893c84f4cb4443283d7b5fc903bae1d28dabc9632f9d9220e90bed7b2ffc3fdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b16df801f466438678ac57baf4540662d2e7026c84a2abe6da0cb102eb7598f9
MD5 994028e885fd4ff6593a9a73dc0a70ef
BLAKE2b-256 e1efbb8bf89ba14bbe42b99d9bea432f61b8252d5492e5cf837de3fd4a03b751

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 103fa20c935298868fa717eb1726a9b2c186c1771ef53aea7c41386cf6800476
MD5 d64f301d5a07e876ff985657ac66c055
BLAKE2b-256 c787df523b0d302b34ca40861f9059dc19184a9933c992ebd16ab5f81d72d97f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7318ba2a2a48ac3d18f2fcec4c526a16c2109e0c7a4fac57bbe02f0b7872b6f6
MD5 b281d727ea6e8696dac1839b7a44de6d
BLAKE2b-256 15c487bc389c14f91caa956b3e6cf6b96bc1deb1f5ba6d2fab4247edf106edd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 468f10181dd140ef1de9cad1453b85aab84b5d8a18b66f3d7da4e006303f4bd7
MD5 7028654eb2c03b8e41c747cf40221d45
BLAKE2b-256 97381a411b5a0e79f0b3b7e98ef2910ffbdbad85b2ebf17377d1210e14e71837

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7bfd3e7440338621fd0f4352afe209919f9d76811a0302efbefd3f4c03f9d30
MD5 450b17593b9fb025de987ca6a30410a1
BLAKE2b-256 46b8562e44636e01c1a1485a81fef840358dfbcd7428338adc602672869f2468

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec3abb5232c3c20c9c93382391082a0320c9b047d0e469215473b9d2070e0d9a
MD5 746c247fa3f5408f14c1d39ec659ae09
BLAKE2b-256 4cd5768d9ff8058eba88f07bba089abb259199a8c65f6217635ee305371eb16b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b4dc3b637a0348e590affb179ef10b72e4b4a1ce3d05f27269a4f1634ecc34e1
MD5 1cdfc285ef19b59b68c0bd301a20be23
BLAKE2b-256 83115f87e053d446ca071a9d73eb4cca061c2c7b85950208697106fdd1e3ed19

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74840a5b26f7d4efeabcc0672adcbb256c558bd2f4817c97b104cb9c7a228d98
MD5 b2abe323c0204fce1acc65992cf617e1
BLAKE2b-256 1f756121e5b6921448cd69863161bedb5e21689efefbfac3fb879a68c4a9dc75

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a9a6412e470e72dab2ffc3ced4e027485ba68b9f24f0b35824ae4e752e1d1e32
MD5 456b97f9a1e6da844e3029810f6ffe11
BLAKE2b-256 e9842508f930d730a3a15f0e90d5867ced5bedda0bc518e89df42224711e7e27

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp312-cp312-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2f2564343a662109dfd633d47468486c37a9236173eae620b319d9cf77a7148b
MD5 fd7109593dfe5de779f95e16917c39e3
BLAKE2b-256 2d08f4dac7aa73059711e3ad34d040b51ff24ecc136d6f8c6796d18ff800fc8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp312-cp312-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2318021652837b826f2e8ea45c0df9513b2914e3c7fe61f10a0b345925ce4690
MD5 f557d4bb1b86a615b10bfcae62fb0338
BLAKE2b-256 79781aee6ac532b73ed734cb7aed41f1f316ddd897fa8246f3ef9179db8f577f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af6c73045ee90a1aeb85bcd739ce0e04c6bbcabcfc424c987ca214e37af58b47
MD5 7c3e1114b46e3e2f928679d462cddefe
BLAKE2b-256 df9e0736d126b4558a94c3f9d7137d39259a835eaef4523eabf95daaaf02fb37

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0895d613a94f1a4c8cc6fe545eb897b508e41a15e347dcf8a19f205bdb9885e3
MD5 81b60fb8f965068cedeed8475bd6e468
BLAKE2b-256 6138688e5e8e8091e57f0c82d5ab406deb0fb5cf408bedcda3bc727d53710be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23567f1d2d133f0f303641dc195ca37819cca3948738326910e6c043f2c13d39
MD5 173de86bac5951f0d181ea7f893542c4
BLAKE2b-256 091238c9d7c2fcaedd1d6481a46305954bd2b5cc41cf992f63c163e61ddcac40

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 87bd1460f485d1b8e9a42a06554d418efb0493f0839e353995db86dde08495e5
MD5 49998aed35744c36b91692c2346d701b
BLAKE2b-256 b8a3a05204d532e89c0f132f5f03f7125a3368799ab46ff597975e24920b3f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp311-cp311-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90485434cf2d41b70fc09b88d7c5e89db7207aa241a1d655b01fe9414342ce22
MD5 f9868635464fb3da264a15dbf00ff7d6
BLAKE2b-256 ccc7c3da07be9123620576ee77a24763abe184d02ad8a716a8f10ebc16d1823d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp311-cp311-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1702baa0ec08d5850e96a4a314e1d54856113ebe8f57fe6ddc30ea65c68072d2
MD5 ba939c3e3bc8811584eca3d59c512368
BLAKE2b-256 24b2835ef7fd71f1431aa5e60d050985bbb7d23fb3f9f77310a3fccdcf7db8dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9792dbc870a0c3eac319d0f37773b0fc13f1907b7d0fe22ecb9cb9be2d4fa0de
MD5 b648306c1e8f79ef8033c949077f614c
BLAKE2b-256 bb1edf57067c6184b118765cd0b1634464d9d34178867058ee0e24897345a024

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e97d985c3ddde07bb4182bc9f804ea7f16b518802ec6f31ef46039b5e712c7f2
MD5 8dbd48da34dc5b1019a47ff02b0b7798
BLAKE2b-256 65ffec0802ce3fa50d461f35dd106ef686b6ccb62874dc174198b75f896d332f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35c7488abb4bfa06a7a875fd546538a23355c8d99ee0b5d547508f213058f384
MD5 af090eb0cfb5133a49f4c58219e71c9c
BLAKE2b-256 f7a3dadd4b769c7e313d96c18151c26bf3e7e8645adbfa16c89479916d4f6382

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 24bc07218bb167a35106fc171b77fef1c216c8dcff416f41658ba4daff83500f
MD5 f1687c7452e1225a6b7c625936df8258
BLAKE2b-256 07fbadeebf7481bbea519203b75a781bca082c001ff1de38889c1ff344c11cd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp310-cp310-win_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mqt_qusat-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqt_qusat-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9357c8e63a6fa5f83ef49a0b26baf358319d918e45170923f4f02193ec8da242
MD5 13167adc5053bdfe99a0b68f141bba99
BLAKE2b-256 7f39b084d85500ee18a2dc9898849eb3bc2a91f62f5515c971b0691930242874

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp310-cp310-win_amd64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a414756b8d00f7f7587a9ae2751c3e28fb064055155dd30756d136f8af07653
MD5 eacb9c3b972ce1715683055e8b8e0c82
BLAKE2b-256 79e0743f9383bcdbfeecb35a31653da44cfb826d5c2ce69d9d0c71462b4e7b6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0930f07045fc34079dbd9fdaaa7b778fe3959adfb62b998a6ef94c422d82a9b
MD5 db8ae6b1bd7b399ac64bbfd3bfe5c5a7
BLAKE2b-256 b0ed07a74c2a85d72772ba9f1cb9df25c8cedf1617837b341b9e59457e935479

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e59d60321b5face07a3aa7c129b43a0e3e450d2cb7cd5660e4d282fbe19a5e9e
MD5 e3409787e354d236525acb9468cffe88
BLAKE2b-256 3aa2eef67d97c7e6e2c117862e964208f619847a8a31c7b49e960e6d1156e60a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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_qusat-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mqt_qusat-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 773703bd2178d1cb0a768bd299b83d437d10c1eb87bd31c10d1a3c9f554c1ba7
MD5 3d6ffacc6187f00e7b24997b603c068d
BLAKE2b-256 abba0814bfca313f52291c75109f6b42b1ca4b106f8da2bb25d8709257253800

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_qusat-1.4.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yml on munich-quantum-toolkit/qusat

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