Skip to main content

Python interface to qoqo calculator, the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations

Project description

qoqo-calculator

qoqo-calculator is the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations.

This repository contains two components:

  • The core qoqo_calculator rust library
  • The python interface qoqo_calculator_pyo3

qoqo_calculator

Crates.io GitHub Workflow Status docs.rs Crates.io codecov

qoqo-calculator is the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations.

qoqo-calculator provides

  • A calculator that evaluates symbolic string expressions to float values
  • CalculatorFloat: a struct that can represent a float value or a string based symbolic expression
  • CalculatorComplex: a struct that represents complex numbers where real and imaginary parts can be CalculatorFloat

qoqo_calculator_py03

Crates.io GitHub Workflow Status docs.rs Crates.io PyPI PyPI - Format

Python interface to qoqo calculator, the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations.

qoqo-calculator-py03 provides

  • A calculator python class that evaluates symbolic string expressions to float values
  • A CalculatorFloat python class that can represent a float value or a string based symbolic expression
  • A CalculatorComplex python class that represents complex numbers where real and imaginary parts can be CalculatorFloat

Installation

This package can be installed directly from pypi using

pip install qoqo-calculator-pyo3

For x86 based Linux, Windows and macOS machines pre-built binaries are available. For other platforms a working rust toolchain and maturin are required to build the source distribution that is also available on PyPi.

Contributing

We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.

Project details


Download files

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

Source Distribution

qoqo_calculator_pyo3-1.3.0.tar.gz (74.1 kB view details)

Uploaded Source

Built Distributions

qoqo_calculator_pyo3-1.3.0-cp312-none-win_amd64.whl (253.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

qoqo_calculator_pyo3-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (326.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

qoqo_calculator_pyo3-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

qoqo_calculator_pyo3-1.3.0-cp312-cp312-macosx_11_0_arm64.whl (299.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

qoqo_calculator_pyo3-1.3.0-cp312-cp312-macosx_10_12_x86_64.whl (312.2 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

qoqo_calculator_pyo3-1.3.0-cp311-none-win_amd64.whl (247.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

qoqo_calculator_pyo3-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (325.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

qoqo_calculator_pyo3-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (311.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

qoqo_calculator_pyo3-1.3.0-cp311-cp311-macosx_11_0_arm64.whl (299.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

qoqo_calculator_pyo3-1.3.0-cp311-cp311-macosx_10_12_x86_64.whl (311.3 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

qoqo_calculator_pyo3-1.3.0-cp310-none-win_amd64.whl (247.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

qoqo_calculator_pyo3-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

qoqo_calculator_pyo3-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

qoqo_calculator_pyo3-1.3.0-cp310-cp310-macosx_11_0_arm64.whl (299.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

qoqo_calculator_pyo3-1.3.0-cp310-cp310-macosx_10_12_x86_64.whl (310.7 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

qoqo_calculator_pyo3-1.3.0-cp39-none-win_amd64.whl (247.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

qoqo_calculator_pyo3-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (325.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

qoqo_calculator_pyo3-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

qoqo_calculator_pyo3-1.3.0-cp39-cp39-macosx_11_0_arm64.whl (299.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

qoqo_calculator_pyo3-1.3.0-cp39-cp39-macosx_10_12_x86_64.whl (311.0 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

qoqo_calculator_pyo3-1.3.0-cp38-none-win_amd64.whl (247.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

qoqo_calculator_pyo3-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

qoqo_calculator_pyo3-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (312.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file qoqo_calculator_pyo3-1.3.0.tar.gz.

File metadata

  • Download URL: qoqo_calculator_pyo3-1.3.0.tar.gz
  • Upload date:
  • Size: 74.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0.tar.gz
Algorithm Hash digest
SHA256 3f0b2945687e07ea64ad01a59d9374340443bb586f6268e4644226b9709a37fc
MD5 28b374cf1b8797bb0c9041f3820c3651
BLAKE2b-256 5c7c2930f6adebb2832f41bad75c62aa88e8879e12820fe86c5f97c6922410a9

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9827075b7759c292ab7f3ed99f4b1f28ea8f0eb6021a1ca6e45eeb4e58a97ab
MD5 4355902f9b25e01adc82bbc300167cd4
BLAKE2b-256 d73ef37e5a5bc7f190a2c36cddeda5ccae99db897d9f998631165f90077535c9

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b035c070162f2f025f5f2d5c5df8ff57811785cd600fdb7af527e461d459e47
MD5 b36dc28bfadd635ffa01b0139a044836
BLAKE2b-256 2dc56e35ba2eb3551052ca2fc0d5d671f4a7eb0b58ac166efd6ae1ca263615b7

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fe6a1ff0a070bd8122ea89afceb189e719bffd2e963cade216269c83262db20
MD5 18a323eac5c8fc0caf176bf3c9e5b606
BLAKE2b-256 7b3b11dafbe86f3d0087e5803e0e25e7e091d232899e5394fe4ca4ce73cd0c16

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff9224de25d7cf598158e12063c9caf776e7f28b988951c27edf4f65d41ac1fd
MD5 ec8631d40b31ad728c3f26e8a248bd43
BLAKE2b-256 305fe4f217649a2323870f7db43abacd29b94e02a4887b29c104a4c3a592352f

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2be12f838b588b6540dd3613979015200a16de4ce0ce88e5f5523815f0a53fd7
MD5 c4f6881d9664389c8773ff683ec6f984
BLAKE2b-256 771347f2f1d554010fd59dc89dd3601f6397f9c3359d917048d0c4b76e4da4cc

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4e74c0c7d56496f52f81defe024a8901fd6be30790f6bc1d9977e54775ed67ac
MD5 315504dec0a24c3d6e8945145cbd05c9
BLAKE2b-256 68c51e8a974af7b6204b7c960b92af60de6264bc4fd897c004b7e38c6d9bf4d0

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f9135ad990751b89cab9d8871922fecf710cd2811bdce35260677fc595fda10
MD5 deca8390ae1e8d18ddae9f287da74bbc
BLAKE2b-256 606b6f31c88c5c44a572ac3f1b62f58fae1dad1073b7eee9711b5eb147311aa2

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20663491c442054b17167a2137c8138b3d590b316eb82183986259a89b0177c8
MD5 dd886a7dad5d1d96b25a9de29f36e0aa
BLAKE2b-256 c7a81196ad96efa4f4bbc35561344eb039568ae88b16744b566829a878ac3884

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc426f9a0e631e43c7118a4ceee6b22269762859c595c0ef50b974df2bb83760
MD5 638ead73eef295ba249b96f29be0ff29
BLAKE2b-256 6951e5884575570bd9fba2d69f4a99b7252fdd5a474c78674b987dce9f7d941b

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 679d2c8032b01a11be0416e1fa98411ffcd373683b83924d553bcf445f9d109b
MD5 28023b55a9b995ea5be9b968c6d13748
BLAKE2b-256 4e97dd6aa1993f1287f43c4b2f63f809591e6e0e95008c8e36a801732bbdc29b

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6ad04b9095afb246a7c4b96e8b687c824aea471706bb10587cc893e8e4b9fd40
MD5 812f2797e282599660bf82d66fc965b3
BLAKE2b-256 0380882e70fb24afdf5bb95313fabe53b0966f357e729e8de97ecd38afab39a7

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e7aca40613d14e7ca6cf275a8fb682ad6f7fe992f639c26c08327ea2f488bd8
MD5 becf80799cd338c9f38b290899eb8eaf
BLAKE2b-256 6be1c9e71259e002312f0261d9bfce60ebf9ad8833d65a0c8bc774b957f073fe

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 621fee2b15d2c4e233dce24138ffe80bf7c90ee044a1b7a1d3474a33d6d18eda
MD5 bc30176dc82570cbf5b0fe7077637a6e
BLAKE2b-256 e68efbc5f66bc7631fe9af088d1ed19880ead43ec85e1138e8499bb50c5c2cd3

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53a36d072a2b84e177950c28b1a9aec8e79a44fbf028161406f7376f18df51c3
MD5 d5717f7cb99808e1e42fc297a77c8536
BLAKE2b-256 9027b285ffc17f9e349d9a78a82af12cb223356c9ed38cb316bb6d2d4f4ef17d

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b4bcb60c9800587ca365e24003fabefb2acb60fca13a6ec5091903d07497a9ef
MD5 0c34e30d3f414d07134e31cad7042151
BLAKE2b-256 8f0cb124267bffdb60566161676b209f748e06097e11a271fb8ed921c296f581

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e73c98abeceed41b2754bf94ec66105943ce626d1af72cbaa98f98597f7271a2
MD5 1f1dd21655d17310952abd4b8c978569
BLAKE2b-256 6a94b93454af6c76b0e26a0071003422e11945b00b0a7d05641a40beae1250e5

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e1ee7001ae3e7d60bf54ce2b65bbf53e0678f9ffd6c6875cdbc3aeeddd07184
MD5 928a9e08543fac655a774c77ebad77e6
BLAKE2b-256 0f3e59a421c531e3142c18a912cbbfdc8aaa9d046d8eec4ad90b8150bca6ae12

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43414fd074a4ac76ddd986b3413ce0cac79b69e5d785ebccbc9005892bd3888f
MD5 696cb9a64c699041782ad8a2524d0fc8
BLAKE2b-256 3ae5e3093abe649839468bea3442260b81487b33e9eb95dee3c14588ea5b24a3

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a8c2a45ddad87136b33a43f3989b75ec5b85930dc6e436c707dceb482179911
MD5 4fa8f560cec0305275d379f976574ec7
BLAKE2b-256 14778a442fa075daf0e5ecf5bf39037bfdab250e0d4d643d74416669200fac42

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cf166931f1d51f0a82265cf938c9e5e4b533dea59161be86fec472d9783f0956
MD5 c3c63cbdbe9769a204658408d9c92d90
BLAKE2b-256 7f12d82bba0ed20d53c150e1b6bdd443826e186e177dc8a9fc719a9e1ad3b5fa

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 ce5f51b91047e39ad434ec1dc95020c60fb0044f85093a24639da04638d1d35e
MD5 c974e738009d63b72b59701d06fdd5f3
BLAKE2b-256 73ca602060ba8bd9fe60476c753349b6a7bd2e18dbf3aa34a82a786585568fbc

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cce02e76570b551605fff1d20b1239158c899c9d5f8593b68e11522da559eca
MD5 6d5fb00dc63d1d696bc429754a0cc628
BLAKE2b-256 c516b1c2005ac1e6f1d4522305ebaec98073729ac0243fe652e0e9f0eeb0833e

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12820f7d10335f43fcc8ee121c2fd2e74e034584e9eb4370131b82f5c4b8110d
MD5 cee2557905470cf323c15960cffffdcb
BLAKE2b-256 a6bd5761be5ca6cd02bf4075f77c0e4c414994b1be66e90b3dced05ea5e87075

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 125ba4b4bd7bb14677685b7a12e7bcbc8910d8f78775e02c514295786714885d
MD5 dd16425b9f2c43b05b071f6b4fdd1be7
BLAKE2b-256 ca2955244358edcd97dcf31922de6cde3ca29cc81ba8afad8156e2be0293cc8b

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 55f6fc3c5a5714a7669b44791e4086b7dad1dd870adb5266c668a3ca33845003
MD5 e9ec1f21d7915a2e4c4ec5c4db97c614
BLAKE2b-256 acb3c84c872f5a95e78e14756c59be9fdda5a3496a9f1e36bfbacb4e33a38e74

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c94bfd8f7983ad58d348c89f17ac1fa42d0af3a4728376787f300a1ab0f4a7b6
MD5 f64be65de537068536165ba8f187821d
BLAKE2b-256 5c6bd84f37358cd7271cee4c4eab56b6cc73886c0f2920f8cd0316364874ade5

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd943f7cad617b4a164812fde294216c3f5d3de3cf3dd01fa3fa60b6857808bd
MD5 92eb7395876ebfb71208fa3895765fb2
BLAKE2b-256 2807e052f75a0faaad3d98ebed186c675fcdcf0adb7b56a482eb584196b44ce4

See more details on using hashes here.

File details

Details for the file qoqo_calculator_pyo3-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for qoqo_calculator_pyo3-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 053192e95afaac950ad611e9fd6281d9e115f62f2e5d4a1c50b6d2257766a6dd
MD5 041da2da4b8bc3999f5490824c4f180d
BLAKE2b-256 7f4cd506fbc20d27ac9e46912a400fb6d251dcae42ca35c24c599c28b3670eee

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page