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

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.11.0.tar.gz (342.3 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.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.0-cp312-none-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86-64

qoqo-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qoqo-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qoqo-1.11.0-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qoqo-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qoqo-1.11.0-cp311-none-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

qoqo-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qoqo-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qoqo-1.11.0-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qoqo-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

qoqo-1.11.0-cp310-none-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86-64

qoqo-1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

qoqo-1.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

qoqo-1.11.0-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

qoqo-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

qoqo-1.11.0-cp39-none-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows x86-64

qoqo-1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

qoqo-1.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

qoqo-1.11.0-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

qoqo-1.11.0-cp39-cp39-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

qoqo-1.11.0-cp38-none-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.8Windows x86-64

qoqo-1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

qoqo-1.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

qoqo-1.11.0-cp38-cp38-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

qoqo-1.11.0-cp38-cp38-macosx_10_12_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

qoqo-1.11.0-cp37-none-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.7Windows x86-64

qoqo-1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

qoqo-1.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: qoqo-1.11.0.tar.gz
  • Upload date:
  • Size: 342.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0.tar.gz
Algorithm Hash digest
SHA256 355d9b490502eabc62879dc7220303808ea6d076cfec12619c67a939945aab38
MD5 9c53664599c6a3cadab42fad3bf2aa08
BLAKE2b-256 a30ad5b52eff1104421d5c528dbe85a9415fdfe58de0ed3840716bf8c6815b5a

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee60f071dda27369522314b5738d0c3f3b96f196e1fad724181c3bf39bc4d64a
MD5 07ff050a92cec1769a9b9757888f23ed
BLAKE2b-256 a6243ae9f6f8267e908acb0e0a5f10c9d91497a77b5b955995f1184db3e644e3

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 597897a71223dbb8325176c792f1e1b894f85ad9b0f4c2fdef0c6e15d204c3b4
MD5 cf4b3b16b6707e02ca166b7aa2173172
BLAKE2b-256 d4584992bbc2c89fde14b6f8b320a9539621ed117d62ad4a3058a20292aea3ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c48a1e2e204e4cc8ca984711050be77a9c04be3231e978a5764b9dd42b70305
MD5 02716b197f0f7b6fa538a93fe63a739c
BLAKE2b-256 0f100d22ffe6f8efe4ab201612ed988d50724f0c970b1dc7efefc44085188852

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 176ab44c8c2de2a180be285a587c1114499c511dea7d644b3afa009a37fdbd35
MD5 0b8776286ea8773b4f1ad5a522da1533
BLAKE2b-256 9025f07c9b8ebdd2125b83e4a634431e801efe71a6a96b6e955564477c0eaf66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12ac20e46f6158cf34db9c5afd09d9fb4f20dcaa754feee8f6cdca06f09910f6
MD5 acae30e934b2601a2c1b831632dbc98a
BLAKE2b-256 9cef9c22f1e62fb48f21156ab7d1cbdced6b8bfac7dd106395b1d5608021bf8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a0d7a4d1b67030584fccbd79a0f28e5997f3e047216178e17909ff5722ac992
MD5 126b0071af3632e9015721ff346a5a0b
BLAKE2b-256 a90eb9199723e2ec1a5a75dcd77df5d33f4436f81c61d652b9e146c29ab203af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b6d85d3e828e17e3322a17ce9d8a2832bb74503d55e2aadc69c0cee590d4eef
MD5 14648ae28e43bb84fbb9aa4480144e93
BLAKE2b-256 8f136cc3cfcd9c04398144b7cf46008e6f83db780dfaf587e42325578d07a669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2da3cd26a6c900544c6066af21a11af934afaf4185f4a42ee9b76b88d34e610
MD5 dd83c11775777009df4fb7b7ba1fd9cd
BLAKE2b-256 2f31b504fd453dc5b1c8688c25973486dec650c938e9250483a901fb0096d9dc

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: qoqo-1.11.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 11f2fe094d77515b4cba5610a21d1cd2b842a3d1961a407cce424b2219bd495c
MD5 3f91617497666c161db786fef67fddb4
BLAKE2b-256 51bd1e8cf5d5887afd865b2a5a46bbbf539f38dfd247c3eb3ec66d6473523b3b

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ce1096fb1491334756f176f8a4dd407c4eb52e4b3db4c91cf40d95497b47897
MD5 1b0ccd0f2337fc5cd1b5a111702535df
BLAKE2b-256 0463ce94720589db303d40804a1aee94493a50e087deb9483a988355b3399abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac689bf0d374d55db2bfd57cb9dccbf1770a7df447a21f9b7b044ccec4b469fb
MD5 02bd16b85d4cfa65fefa28f43bd09d0c
BLAKE2b-256 a23769b1bdb5a564a015c49b941cedc5d6c42a45b8b53b9f9021c9cbf204b686

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72c47aea26326f9b3959367defccf7043a7d7fb81f02627ede6bb22f2e6f6bd9
MD5 8742607a2278bf9579836b8e2b413ca3
BLAKE2b-256 3d630f5cee1697f214632dcf5961b69c3069ff161a2ebf5230548911f83b509f

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e55aac1552a0de97cb161a964d42b3f868c07d8c7a2b4e6bb3e92345c3955a1
MD5 b09d5083d97182c7c5a55b28c2684d42
BLAKE2b-256 f807ab07f2fbdc86bb0d977707618d590be96ee4fcdb9916349822eb948c4727

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 d652cfab7eb5c70ead4d5d1d7f2aeed55d3942a7d72563bd0aa46e69daee0e5d
MD5 d9d45c4135ea9b215925af1a04337353
BLAKE2b-256 640b73853d213bea913918b190c05cc3a2f0a00836f005a0b944679e25beecd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85f26b07dc6d29acde1a5be45e6bce953c5d4a0cd8d5e2dc8011332a976f22c8
MD5 e8e667652ccfbb3fbf446b09beeeb8de
BLAKE2b-256 344353c765e4dc77c44cf9fa91da602fda88822737bdc30774a11aad2ed4f532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0414e2890f51beaffe3bf9f035ddbd254138ea76a087f82ac3ff8fcc32ddebc
MD5 f6b263104ea2bdea8bdb52c5b478e9f4
BLAKE2b-256 c4f906e4e5ca49ad31d6823f25acf6f5275e9b081fcebe3088556c39ba620906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1717561dfe40ee48728d6b4e5b06c1f452964f73b4ab8d71a038620ea38d27de
MD5 32acb1ee3d25f2f4d3fead36b798d0e1
BLAKE2b-256 f55fdc51d93c5ec0c17112c62c5003554159d13034aab705bf1e083768c99d00

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d635c3c5ea6684ea64105ab68f0c6b4f6dff5a50c28ddd73ffd8828e7bd253cd
MD5 4f62e743c357cffd614c3d9bf2d28023
BLAKE2b-256 efbac7e1e825ae42578fa4db7af085002fadae76b1bb27fbaadbe2aa71aaa9d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 931263c45998d30aa2a45c05c0ca1777b49525980f97f03723712e7bf4c4d819
MD5 79fda0c90217d0c9afc5079a75dbd816
BLAKE2b-256 32516f781153fb79cd58fd1f6098718c5b0fbc0677e7a1c1d68de9d09aa28ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bc0defb0f9df966f08a57ac6c3b09065048c69f40b18a11ba2f7e1ff17e0e56
MD5 5499330fa6a247129cdd456c6631a2ff
BLAKE2b-256 dbcd9aedd3e0054368243490647c6a48b3d19c6120005c9adb5cdda7c445576c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f43ff0b51af475611a1f5b7194c5abb28fdd0ea6caa85362f3ceeab2d2b8f449
MD5 dde307b1f58478d27f24a66d2fca3734
BLAKE2b-256 27019f52314b5771f122d713f5ce6125719b75bb667d4f8fbd647010c13e6b17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddcf8993454e0a0571ef7f2be7a068f13b4711ef0b805820d60e7cec2d8f247d
MD5 099c202addaf4d2b497bed037785ae8e
BLAKE2b-256 5b560edb65fc4300c1d21efc80a3e7c366badc5123f26588ed1c996502b2bcc9

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 19d9f7aa88cfcf45f27f7d475f076696075c93ede316260d1f9a97fc689289ee
MD5 478de8af0818f477704173f6acb310b0
BLAKE2b-256 5720078dfaed40028915b51a007937d3a370c5d82eca9e226e1a5a2838440c64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c99c6c7696922e11064310e09b0ffc36b590ffccf90798f806e4af2f55bd158e
MD5 e6b5020ad5ad3c4f2b877f3aa80c9492
BLAKE2b-256 32ccafabb2c986226d70666107c8996d01aa549121b73aa4980d484957af85be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3236fa4b638b92e9577594ac0280a61b1e45b7313e38b1e07ec8c05e4fa1d3b7
MD5 171c1a788f307dae09b65fb74af75974
BLAKE2b-256 61ca2cf961b08cc0a771d19085bf78792f2a2622dea0490fdbee46d2ec58da19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 957edee57356b79fa300d890d90ca7e015dca27563bb0bed7323fe2c044653cb
MD5 036fa3e0896556e058d4e104588829d5
BLAKE2b-256 38d944f9b4e3b482b4bab11d9406e3d376f204573ff20ef4419aee447acd2300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a43c85bd3a90866e6bc6c31ac8e600801d6deed02ff2e3ba49f266be6db0756
MD5 3bf3acb879bee75fb178ed471fddfd0b
BLAKE2b-256 9d2342465a6f609bb361c0db962228ad36c0c0d79b59443a3a451b1a3f130810

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a4c43b300391fddc23b87d36685da629d63cce8e0abfe4da9e94e4bfac89942
MD5 4487c8f832da3375e31f305044d32a7a
BLAKE2b-256 8361f92eb06b295984540a912f5681ccec9f278c35ca15930310510b2b006a5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 2d28bcc0f8cc2a3a3975828bb94c946be22fbb70222cd039d5fc332a4f885071
MD5 73c28651d3ebdd085c31bdd41fde0ad0
BLAKE2b-256 25d5c4b3d30ee7370ef9e02d852bb0be841e1341228b24dbe09a022cf7a73a14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94e3eec3d70b929d90a492a4e1463322046df29da71ba4610d2383d609fb6960
MD5 8dda413a6ebfcdf6eeef377a408dfdfa
BLAKE2b-256 42763d90cd004ff65a95a94a53ce33ff152d729d22ec488006146b3ed088e8e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47223a0c50db956ffd19aabf818e55e9fe18375e275b61e365cbf6bd7d8e5e59
MD5 3a4c6f0ecd682593297a4f42ad468685
BLAKE2b-256 54259fe9e75e63df853ece1edb69f8a038ba2f9d6a95320a72bc449c872f36de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 096b4d5fc98fc48127ecc0e12a76712211746ca61ad5405608b9ac30924aabef
MD5 354c6786de3636e80f8f727d855f76ee
BLAKE2b-256 8ae85d61051c1d319fab002ba58b6eecba4f69927dedeb584de13aa0a5e6c26c

See more details on using hashes here.

File details

Details for the file qoqo-1.11.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo-1.11.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3d2eecb843402aef65daf6cf280f001ecfc9c55924ec4b5bd309d880164548ec
MD5 2ee6bc2115bd0910bd458d4ec51f7dfa
BLAKE2b-256 0eb278ed62b446cc7350d1247d5fe6d5eb1eef5aa038da392afeb7db6461b43e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for qoqo-1.11.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 a89956093acbcdbad6d84836200b0d3314049dd58126dd06518349ad63d7c976
MD5 e9c0f5fa58718a27d1e9380ada8394a7
BLAKE2b-256 3691259e138b850c62482c1f84938df49cba64781e69804a94c35db0c0df22e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4edd79ce759224aa153b7802322325f5e9e582df72dcf86fedac1a1cfd157f7a
MD5 f0d38cfb35614628b192708d5917459d
BLAKE2b-256 ef3ca7af27f499a5fe707dd31ee34abd92a28ca67e9d90c0d518d83b8616ab25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b103f3badfdc983a2ae130247e23f5a5cebce276e51a95b0ddceb6d97f1b554c
MD5 e889815a77ad6eed13b04efaafbeb697
BLAKE2b-256 9c856356b69d99a357700d9e9e59ca4f8a53c5d64e1ebc39c1b41a243addbf10

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