Skip to main content

The Qiskit module that provides tools and access to Superstaq.

Project description

qiskit-superstaq

qiskit-superstaq's default workflow

This package is used to access Superstaq via a Web API through Qiskit. Qiskit programmers can take advantage of the applications, pulse level optimizations, and write-once-target-all features of Superstaq with this package.

qiskit-superstaq is available on PyPI and can be installed with:

pip install qiskit-superstaq

Please note that Python version 3.8 or higher is required. See installation instructions here.

Creating and submitting a circuit through qiskit-superstaq

import qiskit
import qiskit_superstaq as qss

token = "Insert superstaq token that you received from https://superstaq.super.tech"

superstaq = qss.superstaq_provider.SuperstaqProvider(token)

backend = superstaq.get_backend("ibmq_qasm_simulator")
qc = qiskit.QuantumCircuit(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure(0, 0)
qc.measure(1, 1)

print(qc)

# Submitting a circuit to "ibmq_qasm_simulator". Providing the "dry-run" method parameter instructs Superstaq to simulate the circuit, and is available to free trial users.
job = backend.run(qc, shots=100, method="dry-run")
print(job.result().get_counts())

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

qiskit-superstaq-0.4.9.tar.gz (34.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qiskit_superstaq-0.4.9-py3-none-any.whl (41.6 kB view details)

Uploaded Python 3

File details

Details for the file qiskit-superstaq-0.4.9.tar.gz.

File metadata

  • Download URL: qiskit-superstaq-0.4.9.tar.gz
  • Upload date:
  • Size: 34.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for qiskit-superstaq-0.4.9.tar.gz
Algorithm Hash digest
SHA256 a98d381e3a8c8ea8895bf535723782d45af10f79f1ead5d2964bffa52d11a022
MD5 e09ddcd53b556bb20bf8cc2b51708bcc
BLAKE2b-256 7f0ebed58a1ff4efe3f6f1ec7d9c70e7dde121ab45e1fd5b356c0afb5234a85e

See more details on using hashes here.

File details

Details for the file qiskit_superstaq-0.4.9-py3-none-any.whl.

File metadata

File hashes

Hashes for qiskit_superstaq-0.4.9-py3-none-any.whl
Algorithm Hash digest
SHA256 d5f9b64753ea9613a51a1f82f17feafad79b499d4e459ccb8d9e00a2db70f76e
MD5 ed670586f8701a2cc7c7e8c8b69055c4
BLAKE2b-256 48b7157e834ab446df21be1b664cdf47c19fa1fcecb2b084230b74148b119a03

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page