Skip to main content

Python SDK to BlueQubit app

Project description

BlueQubit Python SDK

Quick Start

  1. Register on https://app.bluequbit.io and copy the API token.

  2. Install Python SDK from PyPI:

    pip install bluequbit
  1. 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.0b9.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

bluequbit-0.1.0b9-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file bluequbit-0.1.0b9.tar.gz.

File metadata

  • Download URL: bluequbit-0.1.0b9.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for bluequbit-0.1.0b9.tar.gz
Algorithm Hash digest
SHA256 c4f95441d8ba74638ca4bd2b9ad3dc25d12c988b4a1ddf23e856b05cfb53ee7d
MD5 34e4cff3c9a801cc4b060c26cec8fbbb
BLAKE2b-256 48ff6be7787ac83b17a48a5677e5b218a64408babbe4335f7562e2fe12e1d941

See more details on using hashes here.

File details

Details for the file bluequbit-0.1.0b9-py3-none-any.whl.

File metadata

  • Download URL: bluequbit-0.1.0b9-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for bluequbit-0.1.0b9-py3-none-any.whl
Algorithm Hash digest
SHA256 05e2ad5933d16889b04de6fdd9c51fbfc7657017320fe73d550ba24cb0dda7d6
MD5 620a603183a5312d2083dcd04b09db90
BLAKE2b-256 91f449b704b1d4b7b1aa357d02d069fff4c61ac0db5cec9dd243d448d3aaeee8

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