Skip to main content

IBM

Backends

Loading quantum backends...

IBM Quantum Compute service

IBM Quantum Compute service provides access to quantum computing resources on IBM Cloud. The IBM Quantum Compute service documentation explains how to use the strangeworks-qiskit-runtime package to run Qiskit circuits on IBM Quantum Compute service through Strangeworks.

📑 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)