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]

The packages is tested extensively on Python 3.8.

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.2.1b1.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

bluequbit-0.2.1b1-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file bluequbit-0.2.1b1.tar.gz.

File metadata

  • Download URL: bluequbit-0.2.1b1.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for bluequbit-0.2.1b1.tar.gz
Algorithm Hash digest
SHA256 11965f207872506c8b5d08dc3da08a74ff7351e50c7b53b5abe1130c01402e0e
MD5 ffb658fb4a0f129e0a680ac0725f18e4
BLAKE2b-256 13ad89dd1b78bc11e46194630bd59786350d666bc109a623b3dc390c15605e3b

See more details on using hashes here.

File details

Details for the file bluequbit-0.2.1b1-py3-none-any.whl.

File metadata

  • Download URL: bluequbit-0.2.1b1-py3-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for bluequbit-0.2.1b1-py3-none-any.whl
Algorithm Hash digest
SHA256 785f3ae50a6ac49504c76e57c8e0807dad1fd01422d58558252452786dd787d3
MD5 eafa0209c2cf4ea634a5af3cd2325ef6
BLAKE2b-256 7cd9e774be36c1828288a71eb114d918146e54c681fa58178138df214cb9cdcd

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