Python SDK to BlueQubit app
Project description
BlueQubit Python SDK
Quick Start
-
Register on https://app.bluequbit.io and copy the API token.
-
Install Python SDK from PyPI:
pip install bluequbit
- An example of how to run a Qiskit circuit using the SDK:
import qiskit
import bluequbit
bq_client = bluequbit.init("<token>")
qc_qiskit = qiskit.QuantumCircuit(2)
qc_qiskit.h(0)
qc_qiskit.x(1)
job_result = bq_client.run(qc_qiskit, job_name="testing_1")
state_vector = job_result.get_statevector()
# returns a NumPy array of [0. +0.j 0. +0.j 0.70710677+0.j 0.70710677+0.j]
Full reference
Please find detailed reference at https://app.bluequbit.io/sdk-docs.
Questions and Issues
Please submit questions and issues to info@bluequbit.io.
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
bluequbit-0.1.0b13.tar.gz
(18.3 kB
view details)
Built Distribution
File details
Details for the file bluequbit-0.1.0b13.tar.gz
.
File metadata
- Download URL: bluequbit-0.1.0b13.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67578e49b050376ef61025233670abc7285905fe6dca3cbc3cb42df3d5f61f47 |
|
MD5 | 2285b309931e36ab100638146d8e80a0 |
|
BLAKE2b-256 | f1fb2fa4b3d3cc2a492739dc7509924966cb496a9951ad7d490f410aa42c2f72 |
File details
Details for the file bluequbit-0.1.0b13-py3-none-any.whl
.
File metadata
- Download URL: bluequbit-0.1.0b13-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d97fb100ee4d4e9ba737ea7677a201b8ac104f3e724fbc40c71ed23c9172773f |
|
MD5 | 62d9cd48c306fe21127408cddf9451b8 |
|
BLAKE2b-256 | e65fb16f2015b91cec8a454443a1542785d7d180081f5ef831d8ce88fbc41222 |