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.2

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.2.tar.gz (194.1 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.2-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.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.3.2-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.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.3.2-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.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

qoqo-1.3.2-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.2-cp311-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

qoqo-1.3.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.7+ x86-64

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

Uploaded CPython 3.10Windows x86-64

qoqo-1.3.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.7+ x86-64

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

Uploaded CPython 3.9Windows x86-64

qoqo-1.3.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

qoqo-1.3.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.7+ x86-64

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

Uploaded CPython 3.7Windows x86-64

qoqo-1.3.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: qoqo-1.3.2.tar.gz
  • Upload date:
  • Size: 194.1 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.2.tar.gz
Algorithm Hash digest
SHA256 9f818b4dd76104822724c05e034f3b0c48e4afba833c2c750af55ab188483a3b
MD5 de2a17253ba098a08e7028a031b6407c
BLAKE2b-256 b7a82ea344737c44392406a7fab4baa027fdd9b5e43156642af921a00626577b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ca846ef1e7444e9a2c916e56a27aa4c6693cd920268e1bab992ae4365a4060f
MD5 38e5b1ae94d191613ab0ff9e6a1b3d55
BLAKE2b-256 589c2f8c4f71ac6b7ab97970aa81e9be85a0823e54aa58c364bdb3cf8d72ea35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2202e64e740e3dd9d2ad463e7ca2fc523c0259212d28a59595411b7b1bdf5f43
MD5 02d772bd2c8b50c5ce753f7074e0f586
BLAKE2b-256 2b9a32a1f1af8d5e2ef17f9ead122f624af5fc4abe34a94060baec42de4db05e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8b497a6fda7035e5c75f52524978249fe137adcd61c310e6be444088d4cbfa5
MD5 fe8b258db3e9d5748440977d16ff76de
BLAKE2b-256 47a3028361158b189bd30b8435b426308240af3bfdfc1fbaaea2af5a97d2f726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94d00be8a1e6dc5448c9c7c9b29ac6572d2984a19d60fa9df936235f01ae5b1d
MD5 48dd1d8c49c911a6823e819748ae61ac
BLAKE2b-256 3ed4bc9147a836d7b64d033cbd2279c09d8f90291e7fa8df7c31e9485c1c4dab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d266f07e8e4d46dfd1fef3a7ef9a217c7439be69543f3eeb703e47a408fb875f
MD5 216c4eec36103f5031d6aeffc8f15304
BLAKE2b-256 ad12881a6bcbece5da4f4efd43ef084f85880a724397a73bc73cbb2f11acf6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98f6ff74c2de9311e36c8573e782f2df165e84b75aafcabd0f879fdc68fcefad
MD5 87af0b13eea3cc8e8afa1d477914933f
BLAKE2b-256 07f0a628f29370209186d386290d59ef8c5757c05f4a883f15fe9dd3c315c291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4637b9668fe7dba7c30702a7bc1dbd4565d3b31ab4366c2c89855745e05a362
MD5 d895ea5f80c6ed8b04b8645af48c0d3e
BLAKE2b-256 fb1fb5b607eaa126608d2e708f36ae25bdbbeb04ec7ee914df00d3d5e9404c48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 01367658ea3d3922b0e170809a5e8df1ac84a0dc58b9c0b0ace5d65ac9a6196f
MD5 9ae74b40550ca32d63a955a2d4ab7ab1
BLAKE2b-256 f6ba993ee6bd0ff154d1d5bd08e3a5b7540c3e44179329660a23e822ebf26b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 407b134e36ff0057293f3397755ff7905a19b1e4112feb5413f940d5107f3c43
MD5 7b871b9d64b2f101f567854b777544f2
BLAKE2b-256 21881cda0aabb1bdd8997052c59e6602188ee208d74d6f4978d17fa94a791f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc294707e2ab16426873380ecaac16fdc064130ccd9b4b50645ecbb8cd935018
MD5 8f8d70767b31a2a92243585358fcdb5a
BLAKE2b-256 c4152f89d2f3847dca753a26d1443ec776f060dac9c6cf4df61d76e456db6b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37d146d970ff81b942f4183d53d1038a656dbc85cf5a321396af63bb4f7ba476
MD5 830652b6677742e326ff1bbc0b01b802
BLAKE2b-256 590af8871e7c7684e1e1e1acce7fbd279dcb33d0eca8ca5d86aefe39e6e48c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 23b94a81c73af2b348c808813dd725c11b2cedde9d441397f2ed77002d9f1f6f
MD5 02a1b68b39c7c4b0801eacc9bdae7e03
BLAKE2b-256 f9ed8d11e0503e0cb6594aca0870f7492e734248ccd73a77f41d90113bd932d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 7cbed48b22422e931bc1f104d0ad9fc14bc74520c14177361571143e9f14f194
MD5 7c2caa1995b211722df14dad9b0e7742
BLAKE2b-256 ab989ae3367000691abc426e74736f4371557e6334b88155e1ce594fc584660f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb16c420a81864a2050388b5790367fd20b7c792e65c72f5a363c967f602cbaf
MD5 6925c5c5311bfee7834283aa31ee93d6
BLAKE2b-256 e4832268fd99c9d382499c6b4b75d4a8424c1201472f2da692743ce12ff318c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbb915a8245cc18b68fa0bcd88848432b9a15c728015182964ff3b85ac3c8a28
MD5 3c21fa111e28f00e7da1cc2a0e036576
BLAKE2b-256 9cd85500da5c8f66a90160e1f362d291707619c24b289ed153c6c22ccf54a3fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01706ce9f125cac021e2605a974a941cb8b099b79425c932addf2ee9163effa7
MD5 d0ab78e19692a7bad7776d4d12aa2695
BLAKE2b-256 b08f68167c123e6bea4f71bb6d6331e6eaeab8e2a3cf412b3c2b385c891b02bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 34c6530c3320c67430c0361dcc00b3c12c1acfd4b48b9c45af9af8ccb6ab3993
MD5 4b9e5eb8d851eafcb509156f807ad968
BLAKE2b-256 0b66cbc64b8f70fdf5533eb69b0aefbcc1d5eed9eb8461874d793c94f1550516

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 8fa9af53cc25f91e343b05b72f697c41cfb5dc6685ba45f9f1caa461d823b6bf
MD5 1c52ce8e099f77ec1924dd2e96208d6f
BLAKE2b-256 f8f5c73cf276306c23155d362d40b007245a1f25f09d319b62fbb09d523d8e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a9e35e6d94a749cca68aacec4fedd765d35587cfdcba22e56dbbf18625684fa
MD5 6d401a42d713ac3f7ea1b1dcf41a8486
BLAKE2b-256 5bdc6a24cd1281ed453c18d23e5359ce20da7b092f508f09a1d35a3e062e5645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1daeafaa813e9abd97ee9f0f5ef5c69a3b6869b556cb35a05c3999c52aae0f28
MD5 847b640ea5e53bea7863aec64cc98314
BLAKE2b-256 fa3f7c85ecb8be57eaccc4e3f0437c0d171097c81b75372d81c195d2feff6902

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 351298152b85f95fd2c9b77f51e98ad1a332cdbdc258438c8ffae72e41db9de8
MD5 e1b9811e2dd77189e8c92834f513939b
BLAKE2b-256 0612c2e801120e7a49fcaa129ad204f970b7f7b7db3a3230b79a66b0e7f1120c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 37041dde2a5a515b37fc13ce0853c37437f61f8871ce70ce93505af90ff8b9c5
MD5 0f5890de0b64da290ab631aa0bd2edb6
BLAKE2b-256 9043e6c0011b4404a50177ff0863766ca8301f564be22e10d1ac04ff71c604ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 1496390a81e5934cab0930026ff6f41c1a9b8a7db0e3ae340adaafabd16769fd
MD5 f9a45fcc64b9cf71aaf6da1f15dcc654
BLAKE2b-256 2b5b8ad6632d651b7ea2d828e842f406464f47afdf0cdbf5ef1fb33590c74b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0877a6b1ccbf522cf85aae798b25245c67cd2b09e8db4464af06dd363a85270b
MD5 e1d4fa140293b66a78936ed036fc99dd
BLAKE2b-256 909cdc89e5bf868179608fe905dcd64f755cc99d351a9e933ce538b64cdeb4c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66966afdb0f7c325dae51619d12052e7fe9af15c780e44630e22671d24cb092d
MD5 5ebfc5c6d8a6ffce6de0ab738b22df15
BLAKE2b-256 6319fecc72e59b8dafef7433add9bb07033a5031ce115f7da56e91f996c612eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03a07c5a02baac8bf105729238f6dc536badbb62d5dfca22db1cfdc52054dcbd
MD5 8352eff6c99076dc42c640e5740de317
BLAKE2b-256 7c3533b30745b483d1e3985a2ccb5e0da54c330da58bf801bacafb842e43f847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 daa2c83f18e50119fe14783ea4682c5a3d5dc2a548c1971d8bd049c26457492a
MD5 35b6f65a1d5e69e06b11edc9c911252d
BLAKE2b-256 503cec4bd753e8cfb265f164fe422439bbb57dbfc50c5e1d033585fa8a9d4820

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qoqo-1.3.2-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.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 7ee8cd2aa6e89ec5fd910156db50b48c6de6f405d396acab80e8ca058dabedaf
MD5 e0d35038f4a3646896e3514f981731e8
BLAKE2b-256 d9a40d7c8b6368c0ed6fba994b8457ff30f6c435891b87784e1a94b6eb6d7ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 356e4c26c6fb88b8af8cf1c286b65c8dce93149304c159e7c4a6a243dca458ed
MD5 db7b3c4c3dd55f4688af71f2a2e2df01
BLAKE2b-256 a9f9731b7951d90672b1e53ee8982bc05b4356bac4f123624b85719f5c9e7a52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ca4f6e54489d8a41175c645516f765bc24b829b08ce6547396ead0b10fe6e2b
MD5 8dc01f223dcde6a187bb07dc3a258a3d
BLAKE2b-256 b51150c12da82112954d33a0ca22b95be4e891c6ba07b8ae2d0538560233f39a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qoqo-1.3.2-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b8428253e7c3fb918eed675e4d28f3010280ccad985c506e06232d7efb44a99a
MD5 e71b6d3db2ac5710e57428e119e680c6
BLAKE2b-256 77482e9ea4f9ec30725882ea55d0876e169e9cf1f78d8ff000da65ed458532d3

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