Qiskit Toolkit Examples

This toolkit allows you to start from Qiskit-style code and make minimal, surgical changes to run on Quantum Rings backends.

These examples show:

  • how to acquire a Quantum Rings backend for Qiskit workflows

  • how to run circuits on Quantum Rings backends

  • how to replace Qiskit primitives (Sampler / Estimator) with Quantum Rings-compatible ones

If you want SDK-native examples using QuantumRingsLib APIs, see Core SDK Examples.

Prerequisites

Qiskit primitives

Sampler V2 + Estimator V2: Qiskit Primitives

Notebook library

End-to-end examples as live notebooks: Notebooks

See also