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¶
Install the Quantum Rings SDK (CPU or GPU): Install (CPU-only) or Install (GPU-enabled)
Configure credentials: Quantum Rings credentials
Install the Qiskit toolkit integration: Toolkit for Qiskit
Start here: migration recipes¶
Qiskit Migration Recipes — quickstart Bell-state migration + Sampler V2 + Estimator V2 recipes.
Notebook library¶
Many end-to-end “ported tutorials” live as notebooks.
See: Notebooks
See also¶
Backend naming and selection: Backends
Execution controls and run settings: Run Settings
Primitives overview (SDK-wide): Primitives (Toolkit for Qiskit)
Return to Quantum Rings SDK Documentation.