The C++ binding for the Piquasso project
Project description
Piquasso Boost
The Piquasso Boost library intends to improve the performance and the scaleability of the computationally most demanding components of the Piquasso bosonic quantum simulation package. The Piquasso Boost library is written in C/C++ providing a Python interface via C++ extensions. The library is equipped with the Threading Building Block (TBB) library providing an efficient task oriented parallel programming model to achieve an optimal workload balance among the accessible execution units of the underlying hardware avoiding any over-subscription of the resources. Thus, the parallelized components of the Piquasso Boost library can be freely combined with each other without the cost of performance drop-down.
The Piquasso Boost library utilizes recently developed algorithms to ensure the most favorable scaling of the number of the floating point operations (FLOPS) with the problem size. In order to reduce the computational time to the minimum we designed the structure of the code to also keep the number of memory operations (MEMOPS) as low as possible by the reuse of the data already loaded into the cache-line hierarchy of the CPU units whenever it is possible. The register level parallelism via portable SIMD instruction are provided by the implementation of low level BLAS kernels in calculations involving double precision floating point representation.
When it comes to large scaled problems (for example boson sampling simulations involving 20-30 or more photons) the necessary computational precision is ensured by a mixture of double and extended precision floating point operations while keeping the running time as low as possible. The numerical stability of the library obtained by mixing different precision floating point representations is governed by heuristically determined internal parameters. Also, the interplay of MPI and TBB parallel libraries implemented in the Piquasso Boost library (the compilation of the library with MPI support is optional) provides a high scaleability in HPC environments allowing to spawn heavy computational tasks across several cluster nodes.
The present package is supplied with Python building script and CMake tools to ease its deployment. The Piquasso Boost library package can be built with both Intel and GNU compilers, and can be link against various CBLAS libraries installed on the system. (So far OpenBLAS and the Intel MKL packages were tested.) In the following we briefly summarize the steps to build, install and use the Piquasso Boost library.
Installation
The intended end-user installation path is:
$ pip install piquassoboost
The piquassoboost package name has been reserved for the upcoming PyPI release. Until the first release is published, or on platforms where a prebuilt wheel is not yet available, install from source using the manual build steps below.
On Linux, Piquasso Boost depends on piquasso==7.2.1, which is installed automatically by pip.
The project was supported by the Ministry of Innovation and Technology and the National Research, Development and Innovation Office within the Quantum Information National Laboratory of Hungary.
Citation
If you use Piquasso Boost in your research, please cite:
Morse, Gregory; Rybotycki, Tomasz; Kaposi, Ágoston; Kolarovszki, Zoltán; Stojčić, Uros; Kozsik, Tamás; Mencer, Oskar; Oszmaniec, Michał; Zimborás, Zoltán; Rakyta, Péter. High performance Boson sampling simulation via data-flow engines. New Journal of Physics 26(3), 033033 (2024).
- DOI: https://doi.org/10.1088/1367-2630/ad313b
- PDF: https://iopscience.iop.org/article/10.1088/1367-2630/ad313b/pdf
For the Piquasso photonic quantum computing framework that Piquasso Boost accelerates, please also cite:
Kolarovszki, Zoltán; Rybotycki, Tomasz; Rakyta, Péter; Kaposi, Ágoston; Poór, Boldizsár; Jóczik, Szabolcs; Nagy, Dániel T. R.; Varga, Henrik; El-Safty, Kareem H.; Morse, Gregory; Oszmaniec, Michał; Kozsik, Tamás; Zimborás, Zoltán. Piquasso: A Photonic Quantum Computer Simulation Software Platform. Quantum 9, 1708 (2025).
For the recursive Torontonian and loop-Torontonian algorithms, please also cite:
Kaposi, Ágoston; Kolarovszki, Zoltán; Kozsik, Tamás; Zimborás, Zoltán; Rakyta, Péter. Polynomial speedup in Torontonian calculation by a scalable recursive algorithm (2021).
Related talks and posters
The following conference talks and poster presentations are directly related to Piquasso and/or Piquasso Boost:
-
GPU Day 2021 (Nov 10-11, 2021, Budapest, Hungary)
- Peter Rakyta, "Boson sampling simulation enhanced by FPGA based data-flow engines" (Nov 11, 10:20-10:40).
- Event page: https://gpuday.com/gpu-day-2021
-
GPU Day 2022 (Jun 20-21, 2022, Budapest, Hungary)
- Zoltan Zimboras, "Piquasso, a comprehensive framework for optical quantum computer programming and simulation" (Jun 21, 9:00-9:30).
- Gregory Morse, "Custom Tailored FPGA Boson Sampling" (Jun 21, 9:50-10:10).
- Agoston Kaposi, "Polynomial speedup in exact Torontonian calculation by a scalable recursive algorithm" (Jun 21, 11:20-11:40).
- Event page: https://gpuday.com/gpu-day-2022
-
QT4HEP22 (International Conference on Quantum Technologies for High-Energy Physics) (Nov 1-4, 2022, CERN)
- Poster: "Piquasso: A Photonic Quantum Computer Simulation Software Platform".
- Speaker: Zoltan Kolarovszki.
- Authors/co-authors include: Zoltan Kolarovszki, Zoltan Zimboras, Peter Rakyta, Agoston Kaposi, Szabolcs Joczki, Boldizsar Poor, Tamas Kozsik.
- Contribution page: https://indico.cern.ch/event/1190278/contributions/5107367/
-
QIP 2023 (Quantum Information Processing 2023) (Feb 4-10, 2023, Ghent, Belgium)
- Poster session (Tuesday): "Piquasso: A Photonic Quantum Computer Simulation Software Platform".
- Authors: Zoltan Kolarovszki, Tomasz Rybotycki, Peter Rakyta, Agoston Kaposi, Boldizsar Poor, Szabolcs Joczki, Kareem H. El-Safty, Gregory Morse, Gabor Nemeth, Daniel Nagy, Zsofia Kallus, Michal Oszmaniec, Tamas Kozsik, Zoltan Zimboras.
- Session time: Feb 7, 2023, 19:00-21:00.
- Session page: https://indico.global/event/13076/page/3897-tuesday-session
-
GPU Day 2023 (May 15-16, 2023, Budapest, Hungary)
- Zoltan Kolarovszki, "Automatic differentiation of photonic quantum circuits" (May 15, 14:00-14:25).
- Peter Rakyta, "Simulation of quantum computers on tensor streaming processors" (May 16, 9:00-9:25).
- Event page: https://gpuday.com/gpu-day-2023
-
GPU Day 2024 (May 30-31, 2024, Budapest, Hungary)
- Zoltan Kolarovszki, "Simulation of photonic quantum computing with automatic differentiation in Piquasso" (May 30, 11:00-11:25).
- Event page: https://gpuday.com/gpu-day-2024
-
APS March Meeting 2024 (Mar 4-8, 2024, Minneapolis & Virtual)
- Talk (Session D53.00012): "Piquasso: A Photonic Quantum Computer Simulation Software Platform".
- Presenter: Zoltan Kolarovszki.
- Authors include: Zoltan Kolarovszki, Peter Rakyta, Tamas Kozsik, Zoltan Zimboras.
- Abstract page: https://meetings.aps.org/Meeting/MAR24/Session/D53.12
Related (non-conference) article:
- Peter Rakyta (ELTE), Agoston Kaposi, Zoltan Kolarovszki, Tamas Kozsik (ELTE), and Zoltan Zimboras (Wigner), "Simulation of Photonic Quantum Computers Enhanced by Data-Flow Engines," ERCIM News 128 (special theme article).
Contact Us
Have a question about the Piquasso Boost library? Don't hesitate to contact us by creating a new issue or directly at the following e-mails:
- Zoltán Zimborás (researcher): zimboras.zoltan@wigner.hu
- Zoltán Kolarovszki (developer): kolarovszki@inf.elte.hu
- Kaposi Ágoston (developer): kaposiagoston@inf.elte.hu
- Peter Rakyta (developer): peter.rakyta@ttk.elte.hu
- Gregory Morse (developer): gregory.morse@live.com
Dependencies
The dependencies necessary to compile and build the Piquasso Boost library from source are the followings:
- CMake (>=3.10.2)
- C++/C GNU (>=v4.8.1) or Intel (>=14.0.1) compiler
- TBB library
- OpenBlas or Intel MKL
- LAPACK
- LAPACKE
- MPI library (optional)
- Doxygen (optional)
The Python interface of the Piquasso Boost library needs the following packages to be installed on the system:
- scikit-build (>=0.11.1)
- Numpy (>=1.19.4)
- scipy (>=1.5.2)
- quantum-blackbird (==0.2.3)
- theboss (>=2.0.3)
- tbb-devel
- mpi4py
- pytest
- piquasso
Note: In some distributions, OpenBLAS might not come with CBLAS, it might be needed to install CBLAS manually.
Source build
Use the source build path for local development, editable installs, unpublished branches, or platforms where pip install piquassoboost needs to build from source.
Download the source of the Piquasso Boost library
The developer version of the Piquasso Boost library can be cloned from GitHub repository. After the Piquasso Boost repository is extracted into the directory path/to/piquasso_boost/library (which would be the path to the source code of the Piquasso Boost library), one can proceed to the compilation steps described in the next section.
Initialize Piquasso submodule
In case the Piquasso Boost library was cloned from GitHub repositories, the first step is to activate the piquasso submodule by git commands (The piquasso submodule provides the high level Python API of the Piquasso project.):
$ git submodule init
$ git submodule update
The commands above initialize and pull down the piquasso submodule from GitHub sources.
Setting up environment variables
The Piquasso Boost library is equipped with a Python build script and CMake tools to ease the compilation and the deployment of the package.
These scripts automatically finds all library dependencies needed to compile Piquasso Boost.
The Piquasso Boost library is parallelized via Threading Building Block (TBB) libraries.
The most straightforward way to get TBB development package installed on the system is to install the python package tbb-devel containing the most recent version of the TBB library (including the header files).
(The tbb-devel package can be installed in any python virtual environment, thus it is not needed to have administration privileges to have it.)
If the TBB library is already present on the system (for example it was installed via the apt utility (sudo apt install libtbb-dev) or it was downloaded and built from source from
https://github.com/oneapi-src/oneTBB) and the user wants to use this version of the TBB library, it is possible by (optionally) setting the
$ export TBB_LIB_DIR=path/to/TBB/lib(64)
$ export TBB_INC_DIR=path/to/TBB/include
environment variables. The building script will look for TBB libraries and header files on the paths given by these environment variables.
CBLAS and LAPACK libaraies are another dependencies necessary to use the Piquasso Boost library. Since it is advised to have numpy linked against such a library (for example anaconda automatically brings numpy linked against Intel MKL or OpenBLAS) the building script will automatically find out the location of this library. (To check whether there is any CBLAS libarary behind numpy use commands import numpy as np and np.show_config() inside a python interpreter and check the given library locations.) If there is no BLAS behind numpy, one can install system wide OpenBLAS by command
$ sudo apt-get install libopenblas-dev liblapack-dev liblapacke-dev
If one don't have administration privileges it is possible to build OpenBLAS (including LAPACK and LAPACKE interfaces) from source (for details see OpenBLAS) and set the environment variable
$ export BLAS_LIB_DIR=path/to/OpenBLAS/lib(64)
to give a hint for the building scripts where to look for the OpenBLAS library.
The Piquasso Boost library can also deployed with MPI support to run large scaled calculations in HPC environments. The python package mpi4py provides the necessary dependencies for the MPI support (which also checks for system wide MPI libraries) In order to enable the MPI support one should define the
$ export PIQUASSOBOOST_MPI=1
environment variable in prior the build. The Piquasso Boost library is supported with AVX/AVX2 and AVX512F kernels. The underlying architecture is determined automatically by building scripts, however the library provides a control switch to compile against AVX512F kernels when it is possible. The AVX152 kernels provide 10-15% speedup at the same CPU clock speed, however, since AVX512 mode usually locks down the CPU clock speed, in overall AVX512F kernels would perform slower than the AVX/AVX2 kernel, if they are not limited by CPU clock speed lock. To check AVX512 capability during compilation and build the code against AVX512F kernels one need to define the
$ export USE_AVX512=1
environment variable. Finally, in order to build Piquasso Boost library including the C test files define the
$ export PIQUASSOBOOST_CTEST=1
environment variable before compiling the library.
Developer build
We recommend installing the Piquasso Boost package in an Anaconda environment for local development. In order to install the necessary requirements, follow the steps below:
Creating new python environment:
$ conda create -n pqboost python=3.10
Activate the new anaconda environment
$ conda activate pqboost
Install dependencies:
$ conda install numpy scipy pip pytest scikit-build tbb-devel tensorflow ninja
$ pip install quantum_blackbird theboss==2.0.3
For running pytest examples one should also install the Strawberry Fields package:
$ pip install strawberryfields
To initialize the correct piquasso package for interfacing with python issue the following commands:
$ git submodule init
$ git submodule update
After the basic environment variables are set and the dependencies are installed, the compilation of the package can be started by the Python command:
$ python3 setup.py build_ext
The command above starts the compilation of the Piquasso Boost C++ library and builds the necessary Python interface extensions in place. After a successful build, one can register the Piquasso Boost package in the Python distribution in developer (i.e. editable) mode by command:
$ python -m pip install -e .
Binary distribution
This section is primarily for maintainers preparing release artifacts. End users should prefer pip install piquassoboost once wheels are published on PyPI.
After the environment variables are set it is possible to build the Piquasso Boost binaries. In order to launch the compilation process from python, scikit-build package is necessary. (It is optional to install the ninja package which speeds up the building process by parallel compilation.) The binary wheel can be constructed by command
$ python3 setup.py bdist_wheel
in the root directory of the Piquasso Boost library. (It is also possible to compile Piquasso Boost package without creating binary wheel with the command python setup.py build_ext) The created Piquasso Boost wheel can be installed on the local machine by issuing the command from the directory path/to/piquasso_boost/library/dist
$ pip3 install piquassoboost-*.whl
We notice, that the created wheel is not portable, since it contains hard coded link to external libraries (TBB and CBLAS).
Source distribution
A portable source distribution of the Piquasso Boost library can be created by a command launched from the root directory of the Piquasso Boost package:
$ python3 setup.py sdist
In order to create a source distribution it is not necessary to set the environment variables, since this script only collects the necessary files and pack them into a tar ball located in the directory path/to/piquasso_boost/library/dist. In order to install the Piquasso Boost package from source tar ball, see the previous section discussing the initialization of the environment variables. The package can be compiled and installed by the command
$ pip3 install piquassoboost-*.tar.gz
issued from directory path/to/piquasso_boost/library/dist (It is optional to install the ninja package which speeds up the building process by parallel compilation.)
Test the Piquasso Boost library
After a succesfull intallation of the Piquasso Boost library one can test its functionalities by calling the tests scripts
$ pytest tests
and
$ pytest -s performance_tests
issued in the root directory of the Piquasso Boost library.
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 Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piquassoboost-0.3.5-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 9.1 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b0a7cb9f5b0796ce09d177211ec1431918d2122baab6ca6e6352c83cae648ca
|
|
| MD5 |
ef07cb6325a6d873f394795cdbd244f2
|
|
| BLAKE2b-256 |
a645036bb8c7673a63e5a6c6a5f15def3deab659e1576531b66f5962773a90a3
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp313-cp313-win_amd64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp313-cp313-win_amd64.whl -
Subject digest:
0b0a7cb9f5b0796ce09d177211ec1431918d2122baab6ca6e6352c83cae648ca - Sigstore transparency entry: 1318337229
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 13.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86d2eb34a5d671dcc3e149af3177ada1625588db111845cd88f21e9f3b4fae9a
|
|
| MD5 |
13f2a97903a5e21bea1eef1c7a5d39b1
|
|
| BLAKE2b-256 |
9b6689183d6b5d5a063727b73078548d15b30f6b3ad0c38703b3febc81352852
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
86d2eb34a5d671dcc3e149af3177ada1625588db111845cd88f21e9f3b4fae9a - Sigstore transparency entry: 1318336660
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp313-cp313-macosx_15_0_arm64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp313-cp313-macosx_15_0_arm64.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.13, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5da36e9db5462683a62465183613acba3e3d9281451458d95badb3041bbb526a
|
|
| MD5 |
822f1637ab234cd3b31ed696330bda32
|
|
| BLAKE2b-256 |
fd4e40767f1e4fd5e164065a1ebd8077ce7487ffdac64616cb4e6b223d588839
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp313-cp313-macosx_15_0_arm64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp313-cp313-macosx_15_0_arm64.whl -
Subject digest:
5da36e9db5462683a62465183613acba3e3d9281451458d95badb3041bbb526a - Sigstore transparency entry: 1318337129
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 9.1 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
157acd877b1f174d3787de8f6249e5bf865d55ce01cda9630521715f13b1a1df
|
|
| MD5 |
279aa83e1a984150ab6aee8c7bd5c92d
|
|
| BLAKE2b-256 |
c8f52c679df563ee85c5b74715d694777e33e506267d12b603dd027ef53d6261
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp312-cp312-win_amd64.whl -
Subject digest:
157acd877b1f174d3787de8f6249e5bf865d55ce01cda9630521715f13b1a1df - Sigstore transparency entry: 1318338840
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 13.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fe9b4e4e6fd514b33896c81c7e0d486a15ba84e794cd874e6cb496609bcad56
|
|
| MD5 |
82dd63190c380352bb9756558857d68b
|
|
| BLAKE2b-256 |
9a7a2c9c381726466bf2d6751219676502407bd11b45e7955e9d11d864bd76a1
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
7fe9b4e4e6fd514b33896c81c7e0d486a15ba84e794cd874e6cb496609bcad56 - Sigstore transparency entry: 1318340094
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp312-cp312-macosx_15_0_arm64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp312-cp312-macosx_15_0_arm64.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.12, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ab24d56c70f62ab040fc398c5f4811fc06a0dfcaca4cbfc684efee6498dd3cb
|
|
| MD5 |
01fa651776b66af04847e704f0abfd08
|
|
| BLAKE2b-256 |
30ed95cec0af45368f9824866189c65e516aaaa1a107ad4b926d71dd1342452c
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp312-cp312-macosx_15_0_arm64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp312-cp312-macosx_15_0_arm64.whl -
Subject digest:
9ab24d56c70f62ab040fc398c5f4811fc06a0dfcaca4cbfc684efee6498dd3cb - Sigstore transparency entry: 1318336549
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 9.1 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55852e5ff73b6a6bc3070224d9043d18076153912cbd23166f13ac817b0d1d0e
|
|
| MD5 |
88cb00d5d917fea6357df8af945bbb83
|
|
| BLAKE2b-256 |
d7799fe90dff3ba444ccc27f7674fcbf63b37f15b1149d686363e8025fa67206
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp311-cp311-win_amd64.whl -
Subject digest:
55852e5ff73b6a6bc3070224d9043d18076153912cbd23166f13ac817b0d1d0e - Sigstore transparency entry: 1318339572
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 13.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1906410d1c9314f048393a2b5558dea4e6bf09160228e1a1c20d5ae3add22e7
|
|
| MD5 |
d069907030b960fbc886896fb2d533a8
|
|
| BLAKE2b-256 |
92efda685ab39f7ca67ec43145a92a7511dc9ab325467d3b56b7253dfa9764d5
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
b1906410d1c9314f048393a2b5558dea4e6bf09160228e1a1c20d5ae3add22e7 - Sigstore transparency entry: 1318337755
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp311-cp311-macosx_15_0_arm64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp311-cp311-macosx_15_0_arm64.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.11, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03ef7b726891e8887e85ab27872ea6b1bd302bd6f73db5cb5947e39571fe209b
|
|
| MD5 |
b7ee446b1e33f16853211ea139da8664
|
|
| BLAKE2b-256 |
f3d230cb56ac8ee90d280807fead6d40bfc73adbd0043faefad9f705a2ce4cc3
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp311-cp311-macosx_15_0_arm64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp311-cp311-macosx_15_0_arm64.whl -
Subject digest:
03ef7b726891e8887e85ab27872ea6b1bd302bd6f73db5cb5947e39571fe209b - Sigstore transparency entry: 1318339217
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 9.1 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3987fdd4bb869b57eb4e88f49990d0691722f3829bae95c2635ed78aecaa6921
|
|
| MD5 |
905547ed2a8d79ecdde1f30621170d7d
|
|
| BLAKE2b-256 |
7b8456e18215f7da42d7aaad807c5e0b79cfbea17b52f40c005d96f970b92999
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp310-cp310-win_amd64.whl -
Subject digest:
3987fdd4bb869b57eb4e88f49990d0691722f3829bae95c2635ed78aecaa6921 - Sigstore transparency entry: 1318338783
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 13.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63f29dd50ee8ab3fbf45a3ef98a7dd5f62c8c9229fe1f7b0c579b3c7c4c73198
|
|
| MD5 |
7c8f8b8ea24f449fd17d14a7aff82c9c
|
|
| BLAKE2b-256 |
1412eb4bfbba6e65af277dd74553d99dbcb126d872d65b8cf949e17d3d9493d0
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
63f29dd50ee8ab3fbf45a3ef98a7dd5f62c8c9229fe1f7b0c579b3c7c4c73198 - Sigstore transparency entry: 1318338723
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type:
File details
Details for the file piquassoboost-0.3.5-cp310-cp310-macosx_15_0_arm64.whl.
File metadata
- Download URL: piquassoboost-0.3.5-cp310-cp310-macosx_15_0_arm64.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.10, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b0eaaabdaba8fa8b102ab919b22881ec21485c1175cb313937667cc7420a528
|
|
| MD5 |
d6f99794b59e58bf9ab49049d156e4ab
|
|
| BLAKE2b-256 |
b69a439e87ef63b8faa85aca08a4974c016ecba0312c695ea27849800a9267cd
|
Provenance
The following attestation bundles were made for piquassoboost-0.3.5-cp310-cp310-macosx_15_0_arm64.whl:
Publisher:
publish.yml on Budapest-Quantum-Computing-Group/piquassoboost
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
piquassoboost-0.3.5-cp310-cp310-macosx_15_0_arm64.whl -
Subject digest:
7b0eaaabdaba8fa8b102ab919b22881ec21485c1175cb313937667cc7420a528 - Sigstore transparency entry: 1318338307
- Sigstore integration time:
-
Permalink:
Budapest-Quantum-Computing-Group/piquassoboost@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Budapest-Quantum-Computing-Group
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@85f7dbf720b2f2965f86b23bcfd9d44bc50c1826 -
Trigger Event:
release
-
Statement type: