Skip to main content

A simulator for photonic quantum computations.

Project description

Piquasso logo

Coverage License Issues Pull requests Tests

Piquasso is an open-source Python library for simulating photonic quantum computers.

This is a research project, bugs can be expected. If you encounter any, please report it in the Issues page.

Basic example

import numpy as np
import piquasso as pq

with pq.Program() as program:
    pq.Q(0) | pq.Displacement(
        r=np.sqrt(2), phi=np.pi / 4
    )  # Displace the state on mode 0.
    pq.Q(0, 1) | pq.Beamsplitter(
        theta=0, phi=np.pi / 2
    )  # Use a beamsplitter gate on modes 0, 1.

    pq.Q(0) | pq.ParticleNumberMeasurement()  # Measurement on mode 0.

simulator = pq.GaussianSimulator(
    d=3, config=pq.Config(hbar=2)
)  # Prepare a Gaussian vacuum state

result = simulator.execute(program, shots=10)  # Apply the program with 10 shots.

print("Resulting state:", result.state)
print("Detected samples:", result.samples)

This code outputs:

Resulting state: <piquasso._simulators.gaussian.state.GaussianState object at 0x7f3ef3604ac0>
Detected samples: [(0,), (2,), (1,), (2,), (2,), (4,), (1,), (1,), (4,), (1,)]

For more details, please refer to the Piquasso documentation.

Install

Piquasso and its dependencies can be installed via pip:

pip install piquasso

If you have problems installing Piquasso as above, try installing from source with

pip install --no-binary=:all: piquasso

When installing from source does not work on your machine, please open an issue in the Issues page.

If you wish to, you can also install piquassoboost for performance improvement.

If you are doing research using Piquasso, please cite us as follows:

@misc{piquasso2024,
  title         = {Piquasso: A Photonic Quantum Computer Simulation Software Platform},
  author        = {Z. Kolarovszki and
                   T. Rybotycki and
                   P. Rakyta and
                   Á. Kaposi and
                   B. Poór and
                   Sz. Jóczik and
                   D. T. R. Nagy and
                   H. Varga and
                   K. H. El-Safty and
                   G. Morse and
                   M. Oszmaniec and
                   T. Kozsik and
                   Z. Zimborás
                   },
  year          = {2024},
  eprint        = {2403.04006},
  archiveprefix = {arXiv},
  primaryclass  = {quant-ph}
}

Documentation

The documentation is avaliable at https://piquasso.readthedocs.io/.

How to contribute?

We welcome people who want to make contributions to Piquasso, be it big or small! If you are considering larger contributions to the source code, please contact us first.

We also appreciate bug reports, suggestions, or any kind of idea regarding Piquasso.

Development guide

To install development dependencies, use:

pip install -e ".[dev]"

For document generation one should use

pip install -e ".[docs]"

and for running files under benchmarks/ or scripts/, please issue

pip install -e ".[benchmark]"

For building Piquasso, one also needs to install build dependencies:

pip install 'pybind11[global]' scikit-build-core cmake

To build Piquasso for local development, run

cmake -B build -DCMAKE_INSTALL_PREFIX=$(pwd)
cmake --build build
cmake --install build

Here, the -DCMAKE_INSTALL_PREFIX=$(pwd) flag is needed to copy shared libraries into the source tree for development.

Testing

Tests and additional checks can be run using tox. After installation, run the following command:

tox -e py312

Alternatively, you can run only the tests using pytest. After installation, run the following command:

pytest tests

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

piquasso-5.0.1.tar.gz (607.4 kB view details)

Uploaded Source

Built Distributions

piquasso-5.0.1-pp310-pypy310_pp73-win_amd64.whl (450.2 kB view details)

Uploaded PyPy Windows x86-64

piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (282.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

piquasso-5.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (244.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

piquasso-5.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (254.4 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

piquasso-5.0.1-pp39-pypy39_pp73-win_amd64.whl (450.9 kB view details)

Uploaded PyPy Windows x86-64

piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (282.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

piquasso-5.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (244.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

piquasso-5.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (254.3 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

piquasso-5.0.1-pp38-pypy38_pp73-win_amd64.whl (451.0 kB view details)

Uploaded PyPy Windows x86-64

piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (282.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

piquasso-5.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (244.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

piquasso-5.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (254.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

piquasso-5.0.1-cp312-cp312-win_amd64.whl (449.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

piquasso-5.0.1-cp312-cp312-win32.whl (405.5 kB view details)

Uploaded CPython 3.12 Windows x86

piquasso-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

piquasso-5.0.1-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

piquasso-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (282.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

piquasso-5.0.1-cp312-cp312-macosx_11_0_arm64.whl (244.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

piquasso-5.0.1-cp312-cp312-macosx_10_9_x86_64.whl (254.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

piquasso-5.0.1-cp311-cp311-win_amd64.whl (449.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

piquasso-5.0.1-cp311-cp311-win32.whl (405.3 kB view details)

Uploaded CPython 3.11 Windows x86

piquasso-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

piquasso-5.0.1-cp311-cp311-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

piquasso-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (282.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

piquasso-5.0.1-cp311-cp311-macosx_11_0_arm64.whl (245.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

piquasso-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl (255.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

piquasso-5.0.1-cp310-cp310-win_amd64.whl (447.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

piquasso-5.0.1-cp310-cp310-win32.whl (404.3 kB view details)

Uploaded CPython 3.10 Windows x86

piquasso-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

piquasso-5.0.1-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

piquasso-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (281.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

piquasso-5.0.1-cp310-cp310-macosx_11_0_arm64.whl (244.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

piquasso-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl (254.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

piquasso-5.0.1-cp39-cp39-win_amd64.whl (448.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

piquasso-5.0.1-cp39-cp39-win32.whl (405.1 kB view details)

Uploaded CPython 3.9 Windows x86

piquasso-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

piquasso-5.0.1-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

piquasso-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (281.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

piquasso-5.0.1-cp39-cp39-macosx_11_0_arm64.whl (244.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

piquasso-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl (254.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

piquasso-5.0.1-cp38-cp38-win_amd64.whl (450.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

piquasso-5.0.1-cp38-cp38-win32.whl (404.9 kB view details)

Uploaded CPython 3.8 Windows x86

piquasso-5.0.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

piquasso-5.0.1-cp38-cp38-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

piquasso-5.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

piquasso-5.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (281.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

piquasso-5.0.1-cp38-cp38-macosx_11_0_arm64.whl (243.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

piquasso-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl (253.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file piquasso-5.0.1.tar.gz.

File metadata

  • Download URL: piquasso-5.0.1.tar.gz
  • Upload date:
  • Size: 607.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1.tar.gz
Algorithm Hash digest
SHA256 c1de0904813b996f16a77fb4539f10816f217fb40fdae807fbd18fd009055858
MD5 5ea7f2f2859ab66a7c5ce82a1eb452f0
BLAKE2b-256 3bbab09920c486bd76bd40b1c37b23bed9df44d649a6f5358360ee8d73a7be59

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1.tar.gz:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 443d1d90cded51d06f743205d8ea5a08dac70cfc9bc268e62b1ed4fe4e90fa01
MD5 08158b62cb1309cf0c3425d2ca72bff7
BLAKE2b-256 3025c35e34e5a3ac66f8ed3f0a6a7cde7800e01204bd68a0a6a3516f001119e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 424d41ad93ad88777f40308e88210f0d52008495a1ca76b39900ba5ff70b5b1c
MD5 bd2d93a0ab4d776a862b88816f994bed
BLAKE2b-256 fe098f0b9e9ab15791fbe4c2466a3bc58791483e9a7831c6f86703fcca012e3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72bd59de600782486fa058c861e2f62449858b93454ff97b4f842952af639548
MD5 8d7a9452fca054ee7d79ef62a99c0ac2
BLAKE2b-256 ea524f23f8f7fd22b3667a07ae5f15c2529702ea9d3d320cb082b246f2e9c8ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1b96b4c92e9e850205064b571ed5c0172a85fe4d6ac3616e7a03a64f9b0a9f8
MD5 871f925a2edb707251115b53105ae071
BLAKE2b-256 85ada514242100d18008fcdfe5c154dd142234e1bfcdf1c0c123fff391debd07

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f8d8d0d0d870f43cf8a4b528d09a7ce3519e992da4790bfb8945c7237a0df958
MD5 31122d912f00d075c9164ebf5b7aaf90
BLAKE2b-256 c2809ad0fa0fafd90f8c5b26661511780caf7ea27078af2b3159378194b7755c

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 495c33c151116221c53de8a03cd03405331b2e4d7c37efa546ed83343bc10983
MD5 b8a21896a22fd49e8c49325b68707cb2
BLAKE2b-256 637f53bcbf18beaa7a1c86be4fdc643cbc20a78cacda609895b726ad6286eef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp39-pypy39_pp73-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01ed40c8d0d6f82259f4bde7c5e14421c09fae8fb262db8535b30a55951d8ead
MD5 5537d8b2bd5b809eb3448e5019e61f64
BLAKE2b-256 638862b8d17d1e1c44153f2899d7025400b89773b6dd6282639d15d3d348d636

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 514833d8fa87a8125fdbc9141865cfd3df4fa7d83788c553b57aec461575ac70
MD5 28ea68218b10692fdbeb8d08677e0ca1
BLAKE2b-256 89bd92ab87ea8b47e8eaf0465beaea7b019bd12ec6a6e653fe1e9686f34926c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bee4cb951643a86bfada6f630180d4fd94ee387eda219a258d780127c1aa207
MD5 010680b349356e7252d311c2a4d4211f
BLAKE2b-256 fb9099c2471bf8ca6751e6d711e29e1ce3ed6274858bb6167f665acdc5b9faf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 aa9dcf56575d1f74f44fc8a7428601bbfc1164fb968a3ca96079b476b0465403
MD5 baa5514bed15641d743d6fcc9e3bfb70
BLAKE2b-256 3872213c64c17d7322565a52eb8f054313f6177aaedce212d8689f8cd7f66514

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b97917a14443b934eec6ab2c554cf7c1e802ab6e1e10467707444441bccf6dbc
MD5 69b47349411bc2c3349d5661eadb4ec1
BLAKE2b-256 28032e711c1bf5233e39201a4a492f298e788365829da4bb157c88a8fdd14179

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp38-pypy38_pp73-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e83d0b2d9f46d8624d29236f4a2f05e89d315073f13dc1c0a9ebd63601d84ba
MD5 27418aae989128dcbe001bc476d1f491
BLAKE2b-256 ab0d4a2b9c7338497654c52cd29025fdd46d4d2a77a26ed3375fd8f61f07e967

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d18300c0cdcff69a67a1906a73bb6f521cc396763434418b9a41d46b3d1208a5
MD5 5cb89d816ee43f0e62edfb466e181430
BLAKE2b-256 27ac941772ee5786512d8b6cb55243729d854fffe967ad844605b15a11a1fcea

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f68c77db90b84e4e53a13b0bdd58650e8400bf0c3c9d1c22a245fec5e044568
MD5 094728894fb70b88e06788e1118742c7
BLAKE2b-256 94d12d706a0c25819eb47c50f02b5ba948bc1f84cb0fad4d02ea9187fad7911a

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b4f978b328ce40c85296c991bc91b787a7691815bef7d3fb72bd5c6f17197b0
MD5 6ccabd557235d33385e8047818e2ea7d
BLAKE2b-256 bbb3c7e76f1f41255bf0acb26d9f1c7229e639bcf5cd1a68a31f01995f6b252a

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 449.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f1c629184d8746b44b590e531aae5f7cd5e44f598267a303765cba44dcb4547b
MD5 74610bf81e89e597db5afd0096127b5d
BLAKE2b-256 65cd455700c7a5be52e833143290abd3c6865e1a654cd8003d714cbae1d53f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 405.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b674ec9025bec7196118539371536184e7714b491a8b29d6cf68397535800d26
MD5 300cf12fed86de319fc22679738f0fc3
BLAKE2b-256 5c52d6caf0698c72ac03833a908feecf888959cb49f3751e4408087e26ed98b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-win32.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 146047773b3d9e31e79542113ace19535aeb2c9b35685fc4a4880c782c3e3982
MD5 59f96ad8e418ac516c55fea3a0f16101
BLAKE2b-256 0d156ab5fc5cc0055f6a0506cb1a52e24de1b5c29525e73af2cc5cf52a01e003

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 201d7a05ed1f81a68121cbdc7b9cfbafa8fb1a044d70174389a56378b26ba4c6
MD5 d324ffa8b0b765b726737d4546fb4822
BLAKE2b-256 f882ba1cddb699690c01bef852a600940399ad930d0255c51ce7860aeacfb361

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37d13dbe66cc60be8a166aa5c5f80b497b635465b06339511f2059b2b5f12d2a
MD5 97db058b665ff49e99613711155f8028
BLAKE2b-256 dba5f53e5dca97d8356fc0568ef07dd3540788c55b58050fa836774c21c9a84b

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c417ef2acbe323fc26d6df44fbeb1ed0438025c70d890e761da3fa3cf340569
MD5 81975b727fa23bbb38957aa3766dfb64
BLAKE2b-256 072192bf4c3c70713ef406e14ce785dc95023bf903ad491e12133d7ca00e9300

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dfc905bfeba27429aec55dbbdeb1ff39f482edc62a6a07f9c2183ff24dd94b4
MD5 4497a90b6488b2654048a323f21c26eb
BLAKE2b-256 9c59e0af1a09e2edcfae5f4b725c92a16ace970f25df8f8207a50cde2330d00b

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fce3e0fdc729e7306e9dcaae4d16bc8cb2f4498f7df732102884a1672d904fc2
MD5 326f669c9fb8b310c38ee52990402947
BLAKE2b-256 2a5fa151bfd93a1e8d756b16f9f4e8f6f26ddc576b9b0a08f4952e26d601120e

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 449.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ad4f7355081fbbf6103462d23a0a56ca90a51bb67d88ffe413b77e76118bec5
MD5 57b18467739b3d749a80fc00e71302c2
BLAKE2b-256 7f2f91db59be1fe86647a2cf906a3a4ddc40f21695f46ad4916f0de7e130bbc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 405.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3736a094f577beb2ca520bc01a9160f35514f00a9645af260a722a4b0c446f1c
MD5 dc6962d3800e7c5ab80d29d8403b56fb
BLAKE2b-256 7d2c9453282128997e6bc5610a2d52917d860a519fdf64d18c54bcee8647043f

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-win32.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4b6bf085a5154bbdbc310ffb7311fe780e01f520ecb32a8ccfa4531fa9e9799
MD5 8e44bd3b876b4bf5c555dff699d8a370
BLAKE2b-256 4e0fd81ba8733e8a91c2f43ed27ee39728de94ce3ee91a9ab158d1271bcb83c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1716fa417922e5958a4719195f5be4598af7bb1ace65d11e54dcf022357fb9a6
MD5 d5b5bdd43299ec1b2ffa280e99cecf14
BLAKE2b-256 645926c271242f21469c09c72ea7a1734e5ac9f638bcbe30c25536fc2797498b

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6c79892d9e2bf12ebe868bcfbdaa79b4f27873556aee7c91c6e2ddb5122a0b5
MD5 de9bf5f48fa20454d9a55d5030b52759
BLAKE2b-256 85a795a3e4543a60d3a50e0d24d4f0522c9110a74498149e55a0e353549cfd13

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e3f8c9ddbb0f227bbff26d4603bc9813fd1686f91dfa9051b4f309737301d46
MD5 3a6c6dff4a119e5fb928c8d474487ca0
BLAKE2b-256 468c2e017dd8db0dc38f400965ba725d288d8860155e6b0711a872d90800f210

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b4c4702576cee43b745c9148df0d59c875d2ad5994a582d40cf300ffd2a2469
MD5 ab13cf3d557d0297d8901c15aaeacaa4
BLAKE2b-256 6ed210692f4eab1834eacdc45f1a265aa982567984417015ad6ff109ae1ac40f

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a234aa6e6f2b0a5f5111a392d2be7307958c9ddf43e9570adb9dbb2e7280820
MD5 db69b6317d6628601491f0678d189986
BLAKE2b-256 e50381a8bf4b70cede8d7037db9ab2e87c061d06c48f5c8b47b27070f5414d73

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 447.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 442489e2820cec12655744f75cdf7102a7498c63ef507a3bf2cae7f5d755f30d
MD5 7a6544f093b58c4f1c7125a8a9bfc997
BLAKE2b-256 1c90c4f8d713a8c8e9435e0c7c770ec174fee4a29e85c84a4b46f32c32470537

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 404.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a9b8bca546ddd7ec2b93ee0b90fb448eb80080f9f0a547f6678f1297ce748bba
MD5 709019cb28fe94990733175967a12010
BLAKE2b-256 416e4287912262f9dce4f752670644ce8ca07b31da330cd4a87e5e5c643ad9ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-win32.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e69741ccf9fa02b743ff8614203508ea05a391529587b7b4bd56ea8e6cf8ca8
MD5 2c556cca203b98758d2ba6993366c860
BLAKE2b-256 882813afdb4526d6b5d1eb3df4d67b03f4802bbb2eaf5dd5706269e6afd8648f

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1d464620df5bd26b3975335eec428cb4b7c1ee84a630ef41eabc21e51a09eaab
MD5 afa4fbf88a7a2102c834b66382a8c93b
BLAKE2b-256 d02e590cef6fbcb242344a019737b12e553ddb363f6f549a6b42aa68b8270bac

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20c785f7eeae23a86e4fa79067ec384efa7c5f440a903f0f1ab58ec8d051bf7c
MD5 37c9bff3b5fde6b8dc7686da7a0b29e0
BLAKE2b-256 132f2b94d2515d20af94d6302d05d60caf52141bce911d9bb750dc005ed12819

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e978eed0b27f8bd97d1201c43c3541c410a9d8f58756fc851fa6ca7a1809df4
MD5 883d77ebc8c4c845c3f1df620b5d01e0
BLAKE2b-256 b3a8bf0882315b1114c8fc5929b8707e7e9115149a036aab4847c9d7c81535aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56a51263c2479f4efd865f86cbf77e16e86e9c5c8319eb56c73673e686c795d5
MD5 994232949eaee8f2e247bbd2036bbb55
BLAKE2b-256 77c7a5a6e019b19e17717f671337a4af2a3dab6881c358a49ae73f6082d2995c

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4004f48db3afa02f50431aae24d0d9bbbbcf909dff9d45d004ab8937db25f42
MD5 8710528b2e1c510fd67414240bf8bd08
BLAKE2b-256 c63eae30a805c0c6d7d5843d1599d1466a4328502e929f5fe1fb17c889fa1590

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 448.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 43add4be7cbffa616dd8adbf4c4dbac71552bceeb9b0b64be94921b11d462136
MD5 3af2bdf76b81573f45bf1e160ec03eb6
BLAKE2b-256 c7cc902b309b8fef8601c5ececdaa675d7af338be9b24ee2fcc3bccb481db3c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 405.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fcf2b3ac64b756b2e2e905927d7fdaa63a05c68837e54fde75ec9b6dfd281725
MD5 d8af11a378fe63fbbf999d137e82c331
BLAKE2b-256 1f27842cff63726d8396553501c2631f881479a2dddffc574de4856798a8027c

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-win32.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8cd8c4d2e94e18038fc65e859493dce47b4d0f95d79269d41589db0c84f7742
MD5 0d8fcedf0ced62e77760713d80ff9959
BLAKE2b-256 3b89ed8372e67bb91f1da9f56c3530a0d776778a450f0bc5f387ccfd80f823c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ba917c5e50809391a0654dffb60519fa00a57388683e0755d14dc9c82a31b333
MD5 a934440becfc0b34635cd586ba0daeb4
BLAKE2b-256 f663a80eecde568fce4960a41aa463b6c62864b9181907ddd9943db6954a651b

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 074457f2949ef4e8e4dfef4280f4d08dc9322d77afd86e52282a893823172214
MD5 1ccb676e61b93a2b171644e4f34dae09
BLAKE2b-256 4bcbacc55147d8064e760364c5ae6b7b8e6aa391c42193eb96bd52f44e90daf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35e8c0668d963fc6a104015792c0314dd91746aa255664128437df81241d18a1
MD5 6caeb4bd6bce5fa318da3395575aae01
BLAKE2b-256 6ccadc4cbca6c5150249dfbf1b88d736ffed2ca1d95cbb6c36ce3584a9fc16ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe8789815f57af8d618558ed3ab90466c53fee00d3f0eb094be26dcae4617c4f
MD5 13db84b7fa607116d28cfd9d3d763bfc
BLAKE2b-256 3b6fb8cd1367685759897d9e58198006e7025d5a30cb6d5e6b2ef23d80c0f396

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e58e3d0cae00e16c3fd38da09a6255525bc9c8b5283a498224743e12d8177b4a
MD5 241f8f12a8d176dbecbf7bd9fa4ca52f
BLAKE2b-256 ecf825222f57dcbc0aff661ffa081af35632bf774b77d98ee147784a17580aa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 450.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d13985bcc24ea54b44585a1b9f8ec4b33b9799d387c1ae9a31ef3c7f01a348fa
MD5 9508e10a971c8de5a602833250fc3b7e
BLAKE2b-256 57d22a67e93ff7a005f5736faeb64e67b23a602a06717c6261bc501564555cfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-win_amd64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: piquasso-5.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 404.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 441618d02753b4f051d6e21f868b49017f2e80c9d37670aba8a2e7ba3c4d2259
MD5 6d0048dabf65bad599cda6338486dc37
BLAKE2b-256 7c28dd35fb2728cbd4a15fea0a55e3180f487617fde2757adcfbcd6af3d72017

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-win32.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef2bc927cae84e71ae8cca08f36b6128a1528214a9a00dfa9930bb70f73facc7
MD5 d649e9afb2bb4471dfc01a6777b1da51
BLAKE2b-256 f9372ed0d89ade5f6f8e588b55a557b152b089469df7c80ff01438cfaddad6c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ba31ba3a8f5ded42c3c5360ee8037dca7eedd92b0260c015c647815575f4161
MD5 1d51f035f12ae26db706e0e1809c4067
BLAKE2b-256 abb7e9e74b2bc6336b1aea7cc69029fc789c6d6ceebc7fd03abd804fe029114c

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 242d9cb65fb8e9b20f40130e355fabe48397d27ccca7510cf60076b41886d7e5
MD5 b9e36b82d4266b226630276bb2807484
BLAKE2b-256 c9d14afda2ba553bba2463ecc2683ae56a8645fe8b8a9a0423d140888ef5bd49

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8b213ba8291948f94984d0a600d15fad4dead7a9349def1b8388525f2e58372
MD5 53543d25402b2240626a6a19d89c5ff1
BLAKE2b-256 478b2e315d6820bc77adc5dce5dd680c2f85810598572f3cce50bffa35234275

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20840d35e224ff3fc9dc5c0983b06e036abf76db2e821d827efcee0717af6d79
MD5 f4474ac816eeb1f5249e2118c8b5deca
BLAKE2b-256 a472f33534016e9cf019290ec9056812e77b559a72117680292cb8d18a0df857

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

File details

Details for the file piquasso-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piquasso-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 acc4b2f6a05ac03e3b85a29beae73aa052e4a5c664d305719e1814d16cdb1622
MD5 f00c48a54f6372d8d1653b1b99610b6a
BLAKE2b-256 f664562841cba406fd0c5d769db4f004ba81e5fca422f3e178fdc51b87978dc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for piquasso-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build.yml on Budapest-Quantum-Computing-Group/piquasso

Attestations:

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