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.1.tar.gz (343.4 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.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

qoqo-1.11.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.11.1-cp312-none-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

qoqo-1.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

qoqo-1.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

qoqo-1.11.1-cp312-cp312-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

qoqo-1.11.1-cp312-cp312-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

qoqo-1.11.1-cp311-none-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

qoqo-1.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

qoqo-1.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

qoqo-1.11.1-cp311-cp311-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

qoqo-1.11.1-cp311-cp311-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

qoqo-1.11.1-cp310-none-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

qoqo-1.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

qoqo-1.11.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

qoqo-1.11.1-cp310-cp310-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

qoqo-1.11.1-cp310-cp310-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

qoqo-1.11.1-cp39-none-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.9Windows x86-64

qoqo-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

qoqo-1.11.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

qoqo-1.11.1-cp39-cp39-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

qoqo-1.11.1-cp39-cp39-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

qoqo-1.11.1-cp38-none-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.8Windows x86-64

qoqo-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

qoqo-1.11.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

qoqo-1.11.1-cp38-cp38-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

qoqo-1.11.1-cp38-cp38-macosx_10_12_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

qoqo-1.11.1-cp37-none-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.7Windows x86-64

qoqo-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

qoqo-1.11.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: qoqo-1.11.1.tar.gz
  • Upload date:
  • Size: 343.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for qoqo-1.11.1.tar.gz
Algorithm Hash digest
SHA256 4d1b5f34ac06fb748bce744bfd6b9ff3d8a33332a49b51e6cb0ba50369ab6e5e
MD5 1e626046ae9ad1d0ca825299b3704741
BLAKE2b-256 39fe8e56ea3dff8cf6dc46224f3fc118072ad072034ef3823a4180d519ce5b22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3bdb4b2951758a7ad2d03aa59a942ff357d32363df0c47b245f2ace68ff4b84
MD5 5224faf214c1605c8002b0a6e7ed6e2b
BLAKE2b-256 8908bbe073b6586513a3ec77e2076ab29787bbb7ee0002629f8389440ea2a0c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c47e84fb17a47db18355bdfbaab6a85637c4ef3206c8f97c4a31932451c7b73e
MD5 40cab31530a4c13323299f5398e0f63f
BLAKE2b-256 946baed4cce3b5a75ec46a9ceae1ccbfbf9d7e2d5ac0dd1d5b4ab0c9c1ec85bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8e4a823484e90b344281301131cf9eb90e7641b0d6e615d20686541b4560630
MD5 68ee0eb1843a1a38fcff98e136401fea
BLAKE2b-256 a9f4033876b1b682f458a1132a8f659fd5dfe5475c6fa49f5d8d6c643dd82ae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cdf6c8d70baa13c67133969b27ddd9188e842fb1304a362fea9a30bf5a314579
MD5 4539f6a7016ec4e30fbb9101258d44c7
BLAKE2b-256 585ed99b32649cd4f1380ba55d5b864cd59ef4b91b72b253c3ba3bcb1a38813e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0434238dc9a5cf11d1d8a4b6ce5eefa24773479be96e8bf1bad871891ed98553
MD5 e6ab350459c9d73e59ecc95220b8cee0
BLAKE2b-256 bef11378111f675c739d096bbbcc6899d1de755d6891a4e492bd3d1647012b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2ebdd015829184a280790e40f34ac43cd0a92fb3fcdac1902b43ed863a020ff
MD5 048b4fbe0d8f9e7f2029a96d8501438e
BLAKE2b-256 81d795ce5cd5aaf2193bf4a50c93dc9dc65bc83a8ebde7602d5dff4a32ab80ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a31c4814021ca742853781ed411ec9219ea399016315c996810f0a99c87ff8a
MD5 57b4f017f6c46cb32cd2acff1cd0cd55
BLAKE2b-256 46d14559be42fab4088e5dab50bb8a131b97e73889b7a1ef4cd2eabc65f96a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7266cd955e8d069d23ff9911c980cf390c2b6e361281045421bcaeaeb7db3cb6
MD5 b500991c652f9a748d97a2ea11255a19
BLAKE2b-256 ccd682b0459288f66468071620cd7088b268bffc90d2867584b4d7142f092b0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.1-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for qoqo-1.11.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 be780701366e7121665eddecc25e682c5c1b49d3997944b1067ac47dd2fdc45a
MD5 5db1b619ec3d270c0e4c61a835c093d6
BLAKE2b-256 40fcd20a9ed2bd43b68bbb5d4d390566e9a175e961235d21ee83a6624350073a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d3754428c12adcd05ef27cdf09639338048379423aef8b02f7aa9db9a3d9f11
MD5 a33ceaf6586811fb11dd65e96d276f5b
BLAKE2b-256 6136cbff699454936b380eff1121bc52263f73cd36d00111f0eff5c6f3413771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6aa71158d16d4512cb3c602f155dc0374db3ef6d30d496fcf6c30002020404a
MD5 41f6c137dabb50c9ac8c615200d150f6
BLAKE2b-256 5c7c84a185138c9f2a87de9ace0a98e2881db366d9ef671a78f2e3495e965022

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 724b81289ff67688c75d6d220fce796d1b478905a8d3e153811c70afff82c9ec
MD5 d2a0cb1eebc1322a6084f65dc7cf37a1
BLAKE2b-256 2d28f51880fd451c9b9f320b31771f14b68d5f30da3907437bd6ac527c8f504c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d3549412768a000097f71305aabcdd14265465afa26eaf9ede108f6a2ad1c0d5
MD5 10221aa5a5f215fdaf79d55d924dd058
BLAKE2b-256 073d1b75f0e00b92bd7fbad637a35659db0a463016e9d1150d793c0187756928

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for qoqo-1.11.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 b0068a7e972f1c49170b9778e9166c81401a9a6d51b201d157b5b291531fa928
MD5 873d4b7e8f5ac129c038121f98695cfa
BLAKE2b-256 a0ecbb9dd7353e880bbbf3a797e702f7f61df259e1d6de42ddb222ad9fef6bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1888c6d2b2ec56bf42f402a0325885bff6681b7756fc01e986ebe8c6d0345c8
MD5 7fb3c378ec112c4f84474af6d9e699eb
BLAKE2b-256 a8c2bc3867177d7a3b48167e55ee9ec1efe27b09dc4bf5a37b05f42a80ef32a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 427a82a2c550c7ec5884b3a7a1312dc4fa191c6b30e2829ed171d0fadd8a0f0b
MD5 0425d5e70328dd08e654030c154284a0
BLAKE2b-256 d9394811115353aac39f9ccb2f628d43f673bba5ccb085a8977219d9a54974d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e68f470775db4a877a295383ffe4ec434d5fc06332576c3d199208d97e86a3c4
MD5 1b80ef6d0372c097ade385784eba95f9
BLAKE2b-256 200cb9afa25241cc0a1ec25a57e5214ce280c5b3f971aabf2c813429642c8cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 11a950f870fa511da1520b6b8b4e92284c444858975f301b33f39af796e030b4
MD5 31538969b780519db560d418f5a83ed1
BLAKE2b-256 23ecf48a30902f281aee4410a6d8b5dca659d4349d1880af4585aab4aeb40a03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for qoqo-1.11.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 348f291bbe70ebeed9ddeb38fe0b1ef5f0d04e0a140f092727d22879a215090e
MD5 fa7d4e56d6799ed2c117dab03b2bdda7
BLAKE2b-256 b4be85bca77acb2678271fb1fe2af7a195067000dc40e4b699388e6c37ee5332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32ddba3c23d0b662734136f71f6209316c33d77b5ca6ba0a4ffc3e2a2d97d2da
MD5 962a7161c248706515038332fa7ac79c
BLAKE2b-256 146e5b67918b059643b133a0f8562ec079ab0791c56cc0c947502e799df91f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b60d9e19ee84cedc5c033bd10e8a1475d3a1dce9467a2a1a10051f618261561f
MD5 8c5e10329cddf7a2f13fbab14f698173
BLAKE2b-256 61ae0fbf04db30d0fff34ef73aad87d7431a5a1169f67bdec976a484cd771f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d5aa17214b41654750f66e332cbe748a3d87144a39c51fe17df8ac7b95a44bc
MD5 519598743b309b0a9efde56f8be89ab3
BLAKE2b-256 78a0e923e5ca713acc39bb989ecd99ca852e174af87e55d4665a8c94876981d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e569e21c154fc104ec47a3620dc4e0d609c5221fbfd85d10082039b11106af8
MD5 e82c30c5a2b46696e5eadf3d18e306ff
BLAKE2b-256 09f23c8e14b2b08e907d13715469f725cab9c0bd81a1cbe310cc6d7690e38cd2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qoqo-1.11.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c4a53a1e3bef960223c370012296c8e3a0cf8d3cdebd6f685ad36af70c31e4b8
MD5 39e377ec2b857ba10e654aaabbd4ae03
BLAKE2b-256 b3a9c1697811a9f2b30d6a807b34732b0306fbc1418a31ab7dcb8dbcce88815b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47a8d941f1b49907a8f3552f03adb3000221900fb71f2de9f2352a4c96733463
MD5 2ce56899a183104b2e54fb2d37e9321f
BLAKE2b-256 be0f0e66115f237d8a5a04f2bc34645311caa22db632c634643b8012ca9adbac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9c7ed9ad1ce6c27f23f1021515a08274d27790c14a34b769c96381e5c012a61
MD5 362693a2b76b930227c622b2883398dd
BLAKE2b-256 b17a303720a2bab93e55bf3a869b3faad849be1db457e62e6f5b79ab38f5c3de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df10ada5e5acab21dcd5db5db5e570bb25c1cf9baf85b98a6c1d4e8d20f2199f
MD5 5eaeba20ebe83438d5a7e9e12ce36d29
BLAKE2b-256 4d1bb115c62c58750b4bc887d3a86295a93ec6677417815f0f9f508495efe7d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c9195103b72aba23cbf32ae32a75a56ab5f5528983c0ff62ea9d454b3902e792
MD5 be3ca01bfb463ef4a2309609cdf35d9f
BLAKE2b-256 7e26186a6fdf061dd87e1297ab1f64842a951b59c8c4f4e1007099f8ab4684e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for qoqo-1.11.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ff276689ab332df6e0a372344377f6f27e865049f00566934f8742bc886984aa
MD5 f77a0d55971b88fd9aa434802cb1626c
BLAKE2b-256 9ab089b0ebc849ea849bdca4719b020f7bb2d2076855bb94117df8ee454d5a7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7445c26897b0302eb1ab00606f7fb7784f9e85c63200a80e2d22e5811963b8b
MD5 5d5fa305f16df5acd59597aef01f5dd7
BLAKE2b-256 ddb3ff24c83cc34fef383e13a91dac5e11fcf9da4ce1be95e3b84f19b0dd7eef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9bf0c785e4d604b75c2bccb3cad2b63c3c3f294e47f3bd58bcb70abcaf4e503
MD5 dc0dbd9410ad710b51f62b1fe96a50a1
BLAKE2b-256 911908f39353e519f47761548cdb1b83e0c957a078444ba58903f17dcfe086a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f3a0a22b99328ad9058541aea5504d9a6123be10c2d89e7be866b040bad2357
MD5 ae66ac982c2f0c9c7fbb9f1d27073978
BLAKE2b-256 2dc7b92b8cc4d81de60f3b4a351c4349b7e2268047910a779c804e586a9daa9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b46a6d8e46d95037732dd639de7e7cad14380b9f6eaf36ae3bcf39c3b5a3062
MD5 0f058ac229bdecea226a86a2ce9b0ceb
BLAKE2b-256 95b396fad2f338f4556336917a8632618b6e3a92dd7db72443aec45856d041ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.11.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for qoqo-1.11.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 f25f564f856f0bce9410d9311881e614db369f40187864384f52f1d50251767b
MD5 6908f74693a9a6f3b48e0ab58f7bdf2d
BLAKE2b-256 99f459c0132ca3a5775ab7d048dfe66188cfac9f9596594c2d342598daa08908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdd3426e8e0637969b77c3a3fb8521f2acf11282a87580fbbcfe8529b6b21816
MD5 88442af7db6cb43bdf508234d82f53bb
BLAKE2b-256 fc8bcf542743bed557bdb6d7d1bbd79f5e3817fdd8662b63d720047d6799706a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.11.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15a9eeb4dad788a7d7022bf9e61122caeb10fd08b8032cda9ca81d70c8bbdda9
MD5 7772b63112e1546ac061bc6edf1e2b17
BLAKE2b-256 f191fb11773bf786f3bde2c4692fea00cd1a0d2ccfd90653d611ffa56fdf3da9

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