National Quantum Initiative Co-design Center for Quantum Advantage bosonic Qiskit simulator
Reason this release was yanked:
Superfulous version trying to fix github action problems from 14.1, revert to 14.1.1
Project description
PACKAGE DEPRECIATION WARNING
The way to import bosonic-qiskit will be changing from import c2qa to import bosonic_qiskit.
This change will occur on release of version 15.0 on November 16, 2025.
Please update any use of c2qa in your code accordingly
Bosonic Qiskit
NQI C2QA project to simulate hybrid boson-qubit systems within QisKit.
Installation
Virtual Environment
It is recommended to install bosonic-qiskit in a virtual environment:
python3 -m venv venv
source venv/bin/activate
PyPi Installation
The easiest way to install bosonic-qiskit is through PyPi:
pip install bosonic-qiskit
Development
Source code installation of bosonic-qiskit for development is possible with the install-dependencies.sh convenience script:
git clone https://github.com/C2QA/bosonic-qiskit.git
cd bosonic-qiskit
./install-dependencies.sh
The above script does the following:
- Creates a virtual environment with the name
venvand activates it. - The bosonic-qiskit library is installed in editable mode with developer requirements from
requirements_dev.txtwhich include tools such asflake8,black, andpre-committo aid in satisfying code style and format requirements. - The tool
pre-commitis installed which automatically runsflake8andblackupon thegit commitcommand.
Code Style Requirements
Any changes or additions to bosonic-qiskit must be black and flake8 compliant. These tools can be run manually, however with pre-commit these tools automatically check for code style compliance when commiting code.
If black shows non-compliant code formatting, changes must be be manually made and altered files must be recommitted.
Dependency Version Compatibility
The Bosonic Qiskit software has not been extensively tested with different versions of its dependencies; however, some success has been achieved with both newer and older versions of Qiskit. Do note that some features require newer versions. For example, the noise modelling requires Qiskit v0.34.2+. Using older versions will cause ModuleNotFoundError at runtime.
Tutorials
Jupyter Notebook tutorials can be found in the tutorials folder. JupyterLab is a dependency found in requirements.txt, so after installing and activating the virtual environment, to run the tutorials simply start Jupyter with jupyter lab and then navigate to the desired tutorial.
See our paper presented at IEEE HPEC 2022 on arXiv for more information on using bosonic-qiskit.
How to add gates
The code is structured to separate generation of the operator matrices from creating instances of QisKit Gate.
The first step in adding a new gate is to develop software to build a unitary operator matrix. These matrices must be unitary in order for QisKit to simulate them. Non unitary matrices will fail during simulation. Existing operator matrices are built in the CVOperators class found in operators.py. Included in CVOperators are functions to build the bosonic creation and annihilation operators based on a provided cutoff. The order of the data in your operators must match the order of the qumodes (QisKit qubits) sent in as QisKit gate parameters found in circuit.py, as described next.
Once you've written software to build the operator matrix, a new function is added to the CVCircuit class found in circuit.py. This class extends the QisKit QuantumCircuit class to add the bosonic gates available in this library. The previusly defined operators are parameterized by user input, as needed, and appended to the QuantumCircuit as unitary gates. The CVCircuit class includes functions to easily make your new gates conditional based on a control qubit.
See examples of software building new gates in the previously mentioned operators.py and circuit.py. Examples using the library's gates can be found in both the PyTest test cases and Jupyter Notebook tutorials folders
Available Gates
Current gates available for simulation are documented at https://c2qa.github.io/bosonic-qiskit/c2qa.circuit.CVCircuit.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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 bosonic_qiskit-14.2.tar.gz.
File metadata
- Download URL: bosonic_qiskit-14.2.tar.gz
- Upload date:
- Size: 51.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b62a6d098aceb12a29f39b2fd056f6304b16958b6c2ac6c6e6584353a103b32e
|
|
| MD5 |
a4a5f9c08fcc8a5a438c964c5f1b06a1
|
|
| BLAKE2b-256 |
7d411cfde2f295af9d0a5e39c825a327e827b8aa9017c8b50c215b622378a7f4
|
Provenance
The following attestation bundles were made for bosonic_qiskit-14.2.tar.gz:
Publisher:
python-publish.yml on C2QA/bosonic-qiskit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bosonic_qiskit-14.2.tar.gz -
Subject digest:
b62a6d098aceb12a29f39b2fd056f6304b16958b6c2ac6c6e6584353a103b32e - Sigstore transparency entry: 646024946
- Sigstore integration time:
-
Permalink:
C2QA/bosonic-qiskit@ad4287d2b6868b7fd4ef37b560f6d01c347495b1 -
Branch / Tag:
refs/tags/v14.2 - Owner: https://github.com/C2QA
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@ad4287d2b6868b7fd4ef37b560f6d01c347495b1 -
Trigger Event:
release
-
Statement type:
File details
Details for the file bosonic_qiskit-14.2-py3-none-any.whl.
File metadata
- Download URL: bosonic_qiskit-14.2-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
912cf10d4fe178d7f421c41b831802caa987af6f07e8b8566d2338d06855f4fb
|
|
| MD5 |
0d5ac68ef1d58e7fcd6cf2359904ee96
|
|
| BLAKE2b-256 |
6d8461169a3b9e57839351f7cd60c6a638621398148d6f66b45ddd6f7226b2c0
|
Provenance
The following attestation bundles were made for bosonic_qiskit-14.2-py3-none-any.whl:
Publisher:
python-publish.yml on C2QA/bosonic-qiskit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bosonic_qiskit-14.2-py3-none-any.whl -
Subject digest:
912cf10d4fe178d7f421c41b831802caa987af6f07e8b8566d2338d06855f4fb - Sigstore transparency entry: 646024981
- Sigstore integration time:
-
Permalink:
C2QA/bosonic-qiskit@ad4287d2b6868b7fd4ef37b560f6d01c347495b1 -
Branch / Tag:
refs/tags/v14.2 - Owner: https://github.com/C2QA
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@ad4287d2b6868b7fd4ef37b560f6d01c347495b1 -
Trigger Event:
release
-
Statement type: