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.9 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.infleqtion.com"

superstaq = qss.SuperstaqProvider(token)

qc = qiskit.QuantumCircuit(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure(0, 0)
qc.measure(1, 1)

print(qc.draw())

# Submitting a circuit to IBM's Fez QPU. Providing the "dry-run" method parameter instructs Superstaq to simulate the circuit, and is available to free trial users.
backend = superstaq.get_backend("ibmq_fez_qpu")
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.5.67.tar.gz (62.1 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.5.67-py3-none-any.whl (73.4 kB view details)

Uploaded Python 3

File details

Details for the file qiskit_superstaq-0.5.67.tar.gz.

File metadata

  • Download URL: qiskit_superstaq-0.5.67.tar.gz
  • Upload date:
  • Size: 62.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for qiskit_superstaq-0.5.67.tar.gz
Algorithm Hash digest
SHA256 866f47c5d6114b1c5c79770c5707624301cc54dc46a948a643d6d7cadfa715a3
MD5 0f70e18425ae09a4f42291f8f3100d83
BLAKE2b-256 589399560e9709d4231e32cae7bc234c7f86f641c1af74d5a2d5e6a8a1592a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for qiskit_superstaq-0.5.67-py3-none-any.whl
Algorithm Hash digest
SHA256 ddd5920574070496096c403d84982f6a12840f433d18082a3a0a3d4c1dc97142
MD5 56dc73391d09115088f8e63f56a73f09
BLAKE2b-256 084e083cb556f1e5a30f5c68ff5ad26ddb940625a7f95dea8264e1593f8c412c

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