Quantum RingsQuantum Rings
Simulation
Large-scale simulation on your own hardware
Open Quantum
Real QPUs from leading providers, one API
Quantum 101
A free 14-lesson course, from qubits to QAOA
For Researchers
For Developers
For Educators
For Students
For Startups
For Enterprise
Documentation
Sample Notebooks
Quantum 101
Community
Research
GitHub
NewsPricing
Log inGet started free
NewsPricing
Log inGet started free

The simulator

Execute Large-Scale Quantum Circuits on Your Own Classical Systems

Simulate circuits that used to demand a supercomputer — right on your own machine, with near-perfect fidelity and no lock-in.

  • Hundreds of qubits
  • Millions of operations
  • Near-perfect fidelity
  • Free for non-commercial use
Get started free

Why simulate

Real QPUs vs. Quantum Rings

Sometimes you need a real quantum computer — and when you do, we'll get you there. But if you want your developers iterating daily, learning fast, and building your quantum IP portfolio, simulation belongs at the core of their toolkit.

CapabilityReal QPUsQuantum Rings
Run on hardware you already own
No queue times
Repeatable results
Logical qubits0–50Hundreds
Free for non-commercial useCredits
Incremental cost per runPer shotNone
FidelityLowHigh
Error ratesHighLow
Data residencyOut of your controlStays in your network

Validating on hardware matters — that's why Open Quantum puts real QPUs a click away. But the day-to-day work of quantum development — iterating on algorithms, training your team, and building IP your company owns — happens fastest in simulation: no queues, no per-shot costs, and your circuits never leave your network.

Works With Your Existing Code

Drop Quantum Rings into the tools and platforms you already use.

Qiskit
NVIDIANVIDIA
qBraid
PythonLinuxmacOSWindows

Try it

As Easy as One pip install Away

Quantum Rings drops into your existing Qiskit workflow — install the toolkit, swap the backend, and your circuits run at scale on hardware you already own.

bash
pip install quantumrings-toolkit-qiskit
python
from qiskit import QuantumCircuit, transpile
from QuantumRingsLib import QuantumRingsProvider
from quantumrings.toolkit.qiskit import QrBackendV2

# Your existing Qiskit circuit — unchanged
qc = QuantumCircuit(64)
qc.h(0)
for i in range(63):
    qc.cx(i, i + 1)
qc.measure_all()

# Swap your simulator for Quantum Rings
provider = QuantumRingsProvider(token="<YOUR_TOKEN>", name="<YOUR_ACCOUNT_NAME>")
backend = QrBackendV2(provider, num_qubits=qc.num_qubits)

job = backend.run(transpile(qc, backend), shots=100)
print(job.result().get_counts())

Or, do it all in Quantum Rings

Prefer the native API? Same result, no Qiskit required.

bash
pip install QuantumRingsLib
python
from QuantumRingsLib import (
    QuantumRingsProvider, QuantumRegister,
    ClassicalRegister, QuantumCircuit, job_monitor,
)

provider = QuantumRingsProvider(token="<YOUR_TOKEN>", name="<YOUR_ACCOUNT_NAME>")
backend = provider.get_backend("scarlet_quantum_rings")

# Build a 64-qubit GHZ state
q, c = QuantumRegister(64, "q"), ClassicalRegister(64, "c")
qc = QuantumCircuit(q, c)
qc.h(0)
for i in range(qc.num_qubits - 1):
    qc.cnot(i, i + 1)
qc.measure_all()

job = backend.run(qc, shots=100)
job_monitor(job)
print(job.result().get_counts())
Read the docs

Backends

Pick the Engine That Fits Your Hardware

From any laptop to multi-GPU workstations — one API, three backends.

Scarlet

CPU

Our universal engine — runs anywhere, no special hardware. Small circuits run fast at high fidelity, well ahead of statevector simulators — and it scales all the way up to the largest, most complex circuits, even the 2019 quantum supremacy circuits.

Amber

GPU (CUDA)

The same universal engine, accelerated by NVIDIA GPUs — up to 40× faster, depending on the circuit.

Serin

Hybrid

A hybrid CPU + GPU engine that offloads to the GPU when it pays off — balancing scale and speed on the hardware you have.

Get started free

GPU acceleration

NVIDIANVIDIA

Accelerated by NVIDIA

Tap NVIDIA GPUs and CUDA-Q for up to 40× faster runs, depending on the circuit — with support for the NVIDIA GB10 Superchip and CUDA 12.x/13.x. The same circuits, now at GPU speed.

  • NVIDIA CUDA-Q integration
  • A100 & GB10 Superchip
  • Hybrid CPU/GPU pipeline
  • Same near-perfect fidelity
Explore CUDA-QRead the paper
40×
Faster on GPU, circuit-dependent
6.95×10⁷
Speedup vs. 10,000-yr estimate
1h 15m
53-qubit Sycamore, GPU + CPU

Hybrid CPU/GPU pipeline — arXiv:2512.07311

Trusted by researchers

What People Are Saying

“We're excited to see the innovation that will ensue when our researchers leverage this capability at scale.”
Dr. Gil Speyer
Dr. Gil Speyer
Director of ASU's Computational Research Accelerator
“Quantum Rings is perhaps the most advanced simulator on the market today, executing hundreds of qubits on your laptop!”
Tom Finke
Tom Finke
CEO, Applied Quantum Software

Published research

Backed by Published Research

Our claims aren’t marketing — they’re published, with methods and numbers anyone can check. We simulate Google’s “quantum supremacy” circuits on accessible hardware, with the fidelity and speedups to prove it.

arXiv · 2025

Revisiting Quantum Supremacy: Simulating Sycamore-Class Circuits Using Hybrid CPU/GPU HPC Workloads

B. Wold, V. Kasirajan

A hybrid NVIDIA A100 GPU + parallel-CPU pipeline simulates the 53-qubit, 20-cycle Sycamore circuit in 1h 15m — a 6.95×10⁷ speedup over Google’s original 10,000-year classical estimate — at 0.549 XEB fidelity, 274× Google’s reported 0.002.

6.95×10⁷
Speedup vs. Google’s estimate
0.549
XEB fidelity (vs. 0.002)
1h 15m
53-qubit, 20-cycle runtime
Read the paper
arXiv · 2024

Empowering Large-Scale Quantum Circuit Development: Effective Simulation of Sycamore Circuits

V. Kasirajan, T. Battelle, B. Wold

Google’s random-circuit-sampling “quantum supremacy” circuits simulated with high fidelity on classical systems commonly available to developers — an average XEB score of 0.678, exceeding values reported for the same circuits.

0.678
Average XEB score
Commodity classical
Hardware
Google RCS (supremacy)
Circuits
Read the paper

Need a Real QPU? Open Quantum Has You Covered.

When it's time to run on hardware, take the same code to real QPUs from IonQ, Rigetti, IQM, and AQT — one interface, no contracts, and $50 in free compute credits with every new account.

Explore Open Quantum

Stay Updated

SDK updates, webinars, and quantum industry news — straight to your inbox.

Quantum Rings

Large-scale quantum simulation on your own hardware — and access to real QPUs when you need them.

info@quantumrings.com

5555 Central Ave, Suite 110, Boulder, CO 80301

Products

  • Simulation
  • Quantum 101
  • Open Quantum
  • Pricing

Developers

  • Documentation
  • Research
  • GitHub

Solutions

  • For Researchers
  • For Developers
  • For Educators
  • For Students
  • For Startups
  • For Enterprise

Company

  • About
  • Community
  • Investors
  • Careers
  • Ambassadors
  • Press Kit
  • News
  • Contact

Legal

  • Terms of Use
  • Privacy Policy
© 2026 Quantum Rings, Inc. All rights reserved.