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¶
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
Qiskit primitives¶
Sampler V2 + Estimator V2: Qiskit Primitives
Notebook library¶
End-to-end examples as live notebooks: Notebooks
See also¶
Backend naming and selection: Backends
Execution controls and run settings: Run Settings