Core SDK Examples

These examples use the Quantum Rings Core SDK APIs (QuantumRingsLib), including:

  • Building circuits with QuantumCircuit

  • Acquiring a backend with QuantumRingsProvider

  • Executing with backend.run(...) and inspecting results

If you are migrating existing Qiskit code to run on Quantum Rings backends, see Qiskit Toolkit Examples instead.

Prerequisites

If you want a 5-minute end-to-end run first, start here: Quick Start (5 Minutes)

Feature demos

These are focused, “starting points” that highlight one or more Core SDK capabilities.

  • GHZ state — build and run a GHZ circuit and inspect measurement counts.

Algorithm templates

These examples are longer-form templates for foundational algorithms. Use them as starting points for customization.

Optimization and variational algorithms

These examples focus on optimization workflows and variational patterns.

See also