Skip to main content

IBM

Backends

CompanyProcessorQubitsFrameworkProcessors
IBMHeron r2156Qiskitibm_fez
IBMHeron r1133Qiskitibm_torino
IBMEagle r3127Qiskitibm_brisbane, ibm_kyiv, ibm_sherbrooke

Disclaimer: This list of backends is subject to change at any time.

Simulators

Simulator
ibmq_qasm_simulator
simulator_mps
simulator_statevector

List subject to change

Qiskit Runtime

Qiskit Runtime is the service offered through IBM cloud providing access to quantum computing resources. The Strangeworks Qiskit Runtime Service is a drop-in replacement for the Qiskit Runtime Service, allowing you to run your Qiskit circuits on all supported providers and backends.

📑 Package Documentation

Installation

To get started, make sure you have Python 3.10 or 3.11 (installation) and are familiar with setting up and using virtual environments.

pip install -U && pip install strangeworks-qiskit-runtime

Authentication

Authenticate via the Strangeworks SDK with your api-key taken from the Portal homepage

import strangeworks as sw
from strangeworks_qiskit_runtime import StrangeworksDevice

sw.authenticate(api_key)