Skip to main content

National Quantum Initiative Co-design Center for Quantum Advantage bosonic Qiskit simulator

Project description

Bosonic Qiskit

NQI C2QA project to simulate hybrid boson-qubit systems within QisKit.

Install

Use a Python virtual environment to install compatible version of QisKit.

git clone https://github.com/C2QA/bosonic-qiskit.git
cd bosonic-qiskit
./install-dependencies.sh

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 ModuleNotFoudError at runtime.

Activate Virtual Environment

Before using Bosonic Qiskit, first install the depencies (as above) and then activate the Python virtual environment.

cd <path/to/bosonic-qiskit>
source venv/bin/activate

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


Download files

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

Source Distribution

bosonic_qiskit-13.1.tar.gz (47.1 kB view details)

Uploaded Source

Built Distribution

bosonic_qiskit-13.1-py3-none-any.whl (37.9 kB view details)

Uploaded Python 3

File details

Details for the file bosonic_qiskit-13.1.tar.gz.

File metadata

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

File hashes

Hashes for bosonic_qiskit-13.1.tar.gz
Algorithm Hash digest
SHA256 76647c7cf69060e60bbf0a31890093cdacef138dbdd6e6f52455630dabc150fe
MD5 10a7b740a8fc802d6eab95b7171cac9f
BLAKE2b-256 eb481471a7ab62aad48d775e6ef56e520c67aefecb01a90fc9898cff3dbb6492

See more details on using hashes here.

File details

Details for the file bosonic_qiskit-13.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bosonic_qiskit-13.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b7515a16435c88ec234137893f299d2a1c2803e7ebfbc7186d4ee6b068db306
MD5 e184932485138f35eb61659b63c98b66
BLAKE2b-256 eb7e298e6ba7b6a231bbab05b0e370dc49849de13c363069ccf75eae6fe8366f

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