Qiskit Toolkit Examples

These examples are migration recipes: start from Qiskit-style code and make minimal, surgical changes to run on Quantum Rings backends.

The focus is not to duplicate Core SDK algorithm templates. Instead, these recipes 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

Start here: migration recipes

Notebook library

Many end-to-end “ported tutorials” live as notebooks.

See: Notebooks

See also

Return to Quantum Rings SDK Documentation.