Skip to main content

Quantum computing circuit toolkit. Python interface of roqoqo

Project description

qoqo

Quantum Operation Quantum Operation
Yes we use reduplication

qoqo/roqoqo is a toolkit to represent quantum circuits by HQS Quantum Simulations.

For a detailed introduction see the user documentation and the qoqo examples repository

What roqoqo/qoqo is:

  • A toolkit to represent quantum programs including circuits and measurement information
  • A thin runtime to run quantum measurements
  • A way to serialize quantum circuits and measurement information
  • A set of optional interfaces to devices, simulators and toolkits (e.g. qoqo_quest, qoqo_mock, qoqo_qasm)

What roqoqo/qoqo is not:

  • A decomposer translating circuits to a specific set of gates
  • A quantum circuit optimizer
  • A collection of quantum algorithms

Documentation Status GitHub Workflow Status PyPI PyPI - Format Crates.io Crates.io

qoqo provides the Python interface to the underlying roqoqo library, including:

  • A Circuit class to represent quantum circuits
  • A QuantumProgram class to represent quantum programs
  • Classes representing single-qubit, two-qubit, multi-qubit and measurement operations that can be executed (decomposed) on any universal quantum computer
  • Classes representing so-called PRAGMA operations that only apply to certain hardware, simulators or annotate circuits with additional information
  • Support for symbolic variables
  • Readout based on classical registers
  • Measurement classes for evaluating observable measurements based on raw readout date returned by quantum computer backends
  • Serialization to json and deserialization from json for circuits and measurement information. Serialization support can easily be expanded to other targets with the help of the serde crate.

This project is partly supported by PlanQK.

Installation

On Linux, macOS and Windows on x86 precompiled packages can be found on PyPi and installed via

pip install qoqo

If no pre-built python wheel is available for your architecture you can install qoqo from the source distribution using a rust toolchain (for example available via rustup) and maturin (also available via pip). After installing the rust toolchain and maturing run the same pip install command as above. In some cases on macOS it can be necessary to provide specific linker arguments as shown below:

# can be necessary on macOS
pip install qoqo

When using qoqo in a rust project providing a python interface add

qoqo = {version="1.0.0", default-features=false}

to the [dependencies] section of the project Cargo.toml.

Project details


Release history Release notifications | RSS feed

This version

1.3.1

Download files

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

Source Distribution

qoqo-1.3.1.tar.gz (193.8 kB view details)

Uploaded Source

Built Distributions

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

qoqo-1.3.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.3.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.3.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.3.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.3.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp311-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

qoqo-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qoqo-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qoqo-1.3.1-cp311-cp311-macosx_10_7_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

qoqo-1.3.1-cp310-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

qoqo-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

qoqo-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

qoqo-1.3.1-cp310-cp310-macosx_10_7_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

qoqo-1.3.1-cp39-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

qoqo-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

qoqo-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

qoqo-1.3.1-cp39-cp39-macosx_10_7_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

qoqo-1.3.1-cp38-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86-64

qoqo-1.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

qoqo-1.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp38-cp38-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

qoqo-1.3.1-cp38-cp38-macosx_10_7_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

qoqo-1.3.1-cp37-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7Windows x86-64

qoqo-1.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

qoqo-1.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

qoqo-1.3.1-cp37-cp37m-macosx_10_7_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7mmacOS 10.7+ x86-64

File details

Details for the file qoqo-1.3.1.tar.gz.

File metadata

  • Download URL: qoqo-1.3.1.tar.gz
  • Upload date:
  • Size: 193.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1.tar.gz
Algorithm Hash digest
SHA256 fa11ab7f0ae7834bcda7eeace5399780301accd4d9f2ad63971abf45d7261cdc
MD5 260b958ece50ded7b783eb14988529ce
BLAKE2b-256 4c782bfac4960dce522cefe7c3648af43e6e8abc6968186b1ae35a2542093dfa

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 765a910034001a088155c87e71551e8438e2459cdf3bbf1a41180c0e7ee14dc4
MD5 5df47197ea156573450b8434e250cbd4
BLAKE2b-256 1aff3619dce0f5b14fb3238d02e05cfbe3875484ed08683f54dbb42a7af7e24b

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6af293da8630a4a2f9bdb27f54888ce595177848c0c4890761d104606031ad6
MD5 94bda8dd45259e04e45f79096e35dd8a
BLAKE2b-256 ae2bacc6c26819a267d92033141f3325c440baa3d58515a13e3d2ce8cc50fbb3

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f2af055becf2ee6a27294621d03579a29d51b53d27404912429a54e025d13a6
MD5 ac1a48584b9f4ca4d63b40a8ea1708fb
BLAKE2b-256 b5e2f6fbe70657bca514c7f1ce7a6b6c807f0c4fe8f8bfa69810ef90bcb69c04

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c0e851bb7e44a6dbabb7c4f6eb31b0159d9aa505e903f81ebc9179901cc982a
MD5 afaa3538b3f8f4573615ba66cba4c53b
BLAKE2b-256 8fb129bafff391e096c4b23752783a02582d59f15d0307ade6d0fdb49f8bf8ac

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d2e543999f0104e71b065d13ae835bf20f046da7bbfeaed6bad95701d5835e2
MD5 254d83ee28b92db3cde0e2c46e2f39b0
BLAKE2b-256 ccdb3b5a840ee310259863bc5c8e0c2e21684acf8110bf7d1a36a81b0f5f2390

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 767a97e365b666ebf733818e9296d9ab4a4badc3e2f6d74fc6528190b5c89682
MD5 776fb49f75639a46a1e610d81e536809
BLAKE2b-256 a13d4d4d4a526f15940b09674d8e52fc3070a55212cd4d9e2383e9f6e83e7fdf

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 382ab057a250a1d061ccb19bdd59f711585535a9d08b0b07b608998e2a760afa
MD5 189f065a9071b46af0b33b98c187179a
BLAKE2b-256 59140eccdef730897f0cd50c7661faec1525e1a8c7480d47cef44953c89a8eb6

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp311-none-win_amd64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 55bb3f7f38bd44d9a31f3d8b5d16be4755728b51b7783d3046d0638f244b8256
MD5 449d864073a67a18958b8d559662ca72
BLAKE2b-256 5038ec710430f96c04cf897391cedbb6f3f3b26d17063f4651973b393b09e748

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57463c8c5de16782d842319df75b7377de9563889d09f00f274914a6701b3067
MD5 6e159f0404cedf68b4e1ef556cafd62e
BLAKE2b-256 a7de201be099d30e793f70bc0a311aac4582e08face216a1d93ec12b5622f242

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1f5df3720a22b904222884ac6348d8e5dd44ed3fdffd2a771b8167fe5ae01f0
MD5 b3fae37dd57e65cb1a16f921005f3251
BLAKE2b-256 758369259a67d0fb3b5fb4cb5182975d85a324d26e6d9e4bf6f9f2261613ded9

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 552ad6d2df9f8d3046eea4358a981efcd8719b6aa89659c73876d50a8968383f
MD5 6d1267b24a94bc00efca501950cefde9
BLAKE2b-256 9ae154f47211bd2b552f97785a6e1ae7f0c9973acd83be7c689c3ac4792b6945

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f630c8b62c27878038703688f7a33b85ff5915b76b98d0873154fa4b7d823788
MD5 5c28f7cf9f0c4334ed72e6c9b6f9425f
BLAKE2b-256 76a860f8ca25c1a3d8c567865d683bb75130043debd6c4e8eb595f4b01a1d502

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 13ced667b69bbff058e1f0b66e2802628d70fa90d843ef5cea846651a9d96127
MD5 ec4980beeb764eaf925747153a2a61c6
BLAKE2b-256 15c84a4b48f6786e35fa655e5e57cf598d03765ee494dab17f49d1de69222ba4

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 842d9385ed1d2aa07cf25e8381b24376b698429350724f82dd7e0d090518c3f0
MD5 469c49f9cdf156676c5b613dc20e3895
BLAKE2b-256 151aeb07b90629c0e43d5732393fa14af64feee9ba59d953241ab6b47cf900de

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94803777a81169a57f6598faea81345798acd9a4e74e2fe59b6b7da8eb4788ff
MD5 c4bd2add1282045e0ca129fd2b7eb5ba
BLAKE2b-256 c99b493da0db58077f25c7ea73be94354ec96ce3b06d012a4cf92e971ccfa229

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb747a2d24d3d670daa7ca7eeeceae955746f2081782d1574231c474b38d0bb9
MD5 f6c18b56a7702148751676c792cd8370
BLAKE2b-256 eea9253860e292500585e28abb3be6e69843577dc8f2e1b706c186a014304d10

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ab15a356bd14fc2e85e7aef0e2608d18401ffd4347fd2ba399c0ef1bf33d2fcf
MD5 ab85672bec19d5cfbc5c136bd7b4e0e4
BLAKE2b-256 54b9a1aacf5a202de792968f2ff378f67047199283d0619358865ce68bc1ae6a

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 798ecfd473d570b9089bb6423011470f48fed09386e3333d05c7fb39ffa88298
MD5 ad76dbd6a418312d499075373c749743
BLAKE2b-256 53a622b31cc563f3cae320cc6f9aa5e5473f8ae47020c1ba1ff10432af660b45

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71ca41214a20e57c14baf4bbe475c5cc0d9126d61318fc7f0274660ccf32ab19
MD5 3fad93ec8068fdb882f8af71d1b1f923
BLAKE2b-256 52a2eb559d01da6bfa8b2690dd2ca9a8e13bf6b298cd271b0349e29afce251b9

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5f422c4f9e6e2c8c63fb4eb79697f7aebcb3fe3960dee4fe4a72314a5d4041f
MD5 46b2000584e39b90ab249295a25f3258
BLAKE2b-256 8f48709a96abd305646adcf4d6a59d251bf36d846a6d701708ece1b00eb9635b

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a726db7bbea47135ce7e53bddd3b5e9a852a6dfb6b48a89a8cd552c0e76fddc1
MD5 2e3b8d54b60be9140ef5d1f3bb138969
BLAKE2b-256 fd4636658d173aa8dd77a979a32245eca530623b5121a580676912b8fb7afb7e

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5ae52290f73d9400efbaaa3bdb42b2cea280350405ba285d5c6deb56b4fee1d9
MD5 6b65ac6da4a14325a23e7d0cb76745cb
BLAKE2b-256 4827e0aa295a09f12ea4a11a388f65219b78950571bace4502add747e643eae1

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ab254f99d379fe1a0cd73cc6bada959bd1f2b86fc0649de6c9b12170adcfacbc
MD5 1c14ece40015c6ed0ea3bc178c07922c
BLAKE2b-256 601eadc3b0069d55a3c9621e003d138720c485b4e89705bee4325f1714f4059a

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ed47968a5ed9c63777b80110c1c36d6c125a5e586bd5d8a4c06d5c4b4106ff0
MD5 98dc3adabef6505cb5c7b8bfa09171fa
BLAKE2b-256 56111a89411123965c6981cbbba42cea668d7d9f00163095e2973b704c7ce254

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4749562c73f67e6498ca6aa8cbfc94bc9aab61594d37a2c634cf2d787b39a185
MD5 5fac74b86a8344e4354d1dabccdb11fc
BLAKE2b-256 6f3fa479ea605075791dced16aae0fd62d91d3588b2058756726cba1eefdb2e8

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb9500fc1eb4cd50db0d9ecf433328a6872af94eab35488d2149e51e22c6cce0
MD5 0d80d41012aeb0305ca7dcefd6de5c13
BLAKE2b-256 310e80fa70b6f6e974c32bad715969d2c3a1118a199f98585fd265c5b4e8113b

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 144aacca3513af23a752a5c02fadefda55c673d0d94c9ba644908330ebe575fe
MD5 3f37480283354099490a0b0e9a160122
BLAKE2b-256 acd91ac7e50f472dd73ec735267e5c09f6288a4b247b5b9adcc0b7c06d15844e

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: qoqo-1.3.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for qoqo-1.3.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 ca57b99722d9e8f754631c607b7d47cea3c3b6a6b7a02c4a22a6dca6185eb052
MD5 7130d02ed8fcfbdd1212dac23ee4cb6f
BLAKE2b-256 51b888d4758d880c673aeefde5e0fac257fe2faeee20da8957aa77758b1d4e2e

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 889c80b107df5f004c5dda181d2eeb80d0f25de3bfd8281531f18a8143f8d213
MD5 666c2d729324cd8437de7cc1f74e1c48
BLAKE2b-256 d942961d3f63a54ae4c7ba34f1407aee7cf0c6191ea9746c891e3b1affbf7146

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d6f7659aeb4afedc60ad100362970b06b05e5f5770fd3b9e56191e4bdca0e9e
MD5 f60c30c6e0df89d8fee3b323b606079f
BLAKE2b-256 b080dd06a0833d4eea080862c74d440ee36c87867a25b5a6444b3bca5171b640

See more details on using hashes here.

File details

Details for the file qoqo-1.3.1-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.3.1-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 66db3d5ea55bed6a9b06b7da3ee4e24093e657027c6a4e23957e7988ba2caab3
MD5 9ace29be790b01eb04c653cd2ec8c469
BLAKE2b-256 f5144e6da19f32d9a5a8f6d45f824dbf000032aa95151e89e804067f66117a0d

See more details on using hashes here.

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