Skip to main content

IBM

Backends

Loading quantum backends...

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 PyPI - Python Version 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 StrangeworksQiskitRuntimeService

sw.authenticate(api_key)