Release Notes¶
Quantum Rings SDK v0.12.2¶
6/23/26
OpenQASM 3.x support
Control loops and mid-circuit measurements
iSWAP gate support
Peak memory size determination via
Result.get_peakmemorysize()Fidelity measurement via
Result.get_fidelity()Machine accuracy in single precision CPU mode
Quantum Rings SDK v0.11.2¶
12/4/25
New hybrid
serin_quantum_ringsengine for improved CPU–GPU efficiencySingle and double precision arithmetic options
NVIDIA GB10 Superchip support
Final measurements now execute in multiple threads; configure via
max_threadsparameter inrunMulti-GPU support
Circuit viewer now prints global phase
AVX2 instruction set support enabled by default on Linux
New
AddClbitsAPI onQuantumCircuitfor adding classical bits after circuit constructionPython 3.11–3.14 support
CUDA Toolkit 13.x support
To install (GPU):
# CUDA 12.x
pip install quantumrings[cuda12x]
# CUDA 13.x
pip install quantumrings[cuda13x]
To install (CPU):
pip install quantumrings[cpu]
Qiskit Toolkit v0.2.0¶
12/4/25
Full Qiskit 2.x compatibility
Auto-transpilation support
New advanced primitives:
QrStatevectorSamplerandQrEstimator
To install (Qiskit 2.x):
pip install quantumrings-toolkit-qiskit
To install (Qiskit 1.x — 1.4.5 or later):
pip install quantumrings-toolkit-qiskit==0.1.20
Quantum Rings SDK v0.10¶
5/30/25
NVIDIA GPU support via the
amber_quantum_ringsbackend (Windows and Linux); CPU users can use thescarlet_quantum_ringsbackendQASM2 importer now supports conditional
ifstatements with indexed classical registersRelaxed
appendAPI for greater flexibility when combining circuitsmeasure_allandmeasure_activenow auto-create classical bits if not previously definedQASM2 importer no longer creates classical bits implicitly — use
measure_all()or define them explicitlyConfiguration file can now store backend name for automatic loading via
QuantumRingsProvider.get_backendBug fixes:
runmethod now accepts positional arguments without parameter namesQASM2 files with problematic line feed characters now supported
inverseAPI now correctly invertstandsfamily gatesFixed slowdown when acquiring the backend multiple times in the same Python instance
Fixed qubit label printing in the circuit viewer on some Linux installations
candenow correctly accepted asQuantumRegisternames during QASM2 import
To install (CPU):
pip install -i QuantumRingsLib
To install (GPU):
pip install -i quantumrings-nvidia-gpu
Quantum Rings for NVIDIA CUDA-Q¶
3/20/25
Quantum Rings simulation technology integrated with NVIDIA CUDA-Q
GPU-accelerated quantum circuit simulation available to researchers, developers, and enterprises
Run on consumer-grade GPUs for rapid iteration or scale to HPC clusters for advanced workloads
Quantum Rings SDK on qBraid¶
1/30/25
Quantum Rings SDK now available natively on qBraid
Select the pre-configured Quantum Rings environment and start running simulations immediately
To get started:
Log into qBraid (or sign up)
Select “Launch Lab” to open the Jupyter notebook environment
Under “ENVS” in the right-hand toolbar, search for “Quantum Rings” and select “Add”
Load your script or start coding in a Jupyter notebook
Quantum Rings SDK v0.9¶
12/19/24
Expanded documentation with runnable examples for
qiskit-optimizationandqiskit-machine-learning
Qiskit Toolkit v0.1.8¶
12/19/24
Qiskit 1.3 compatibility
Support for
qiskit-optimizationandqiskit-machine-learning
Quantum Rings SDK v0.8¶
12/2/24
New Quantum Rings Toolkit for Qiskit
Scale quantum circuits without leaving the Qiskit ecosystem
SamplerandEstimatorruntime classes fully compatible with existing Qiskit-based workflowsCompatible with
qiskit-financeandqiskit-nature
To install the toolkit:
pip install quantumrings-toolkit-qiskit
To update:
pip install QuantumRingsLib --upgrade
Quantum Rings SDK v0.7¶
10/23/24
macOS support
License config file support — store your SDK key so it doesn’t need to be included in every script
Windows:
%APPDATA%\quantumrings\quantumrings.confLinux & macOS:
~/.config/quantumrings/quantumrings.conf
QASM parser now supports custom gates defined and reused within other custom gates
QASM function names now support underscores
Telemetry moved off the main execution thread to reduce performance impact
Bug fix: empty circuits no longer cause unintended behavior
Quantum Rings SDK v0.5¶
6/3/24
Google Colab support — run the SDK directly from the cloud with no local setup required
Parametric circuit support for dynamic parameter definition and manipulation
QASM2 import module now supports
includestatementsNew VQE example demonstrating parametric circuits in a hybrid quantum-classical algorithm
New self-service Developer Portal for managing license keys, requesting higher qubit limits, and viewing circuit execution history
Quantum Rings SDK v0.4¶
4/23/24
Linux support added for Ubuntu, Debian, OpenSUSE Tumbleweed, and Oracle Linux 9.3 — enables cloud computing environments for scaling compute and memory on larger, more complex circuits
Python 3.11 compatibility; Python 3.11 is now required
Beta users can extend the logical qubit limit to 100 qubits — contact us with your use case to request a custom key
Quantum Rings SDK v0.3¶
3/20/24
Substantial optimizations to circuit execution for faster, more efficient quantum computing tasks
Measurement data can now be stored in an external file when executing many shots; the first 10,000 shots are automatically stored in RAM. Specify the file via the
runmethod ofBackendV2Circuits can now be executed synchronously or asynchronously via the new
modeparameter in therunmethodNew
performanceparameter inrunwith optionsHighestEfficiency,BalancedAccuracy,HighestAccuracy, andAutomatic(default); default dynamically selects based on circuit complexity and system memoryNew
quietparameter inrunsuppresses output by default; set toFalseto enable progress output and gate-level execution details — useful for long circuits like SycamoreNew
OptimizeQuantumCircuitmodule applying nearest-neighbor coupling optimization — lossless and reduces execution time without affecting resultsUpdated documentation for executing Sycamore circuits with quick-reference guidance on the new features
For the full news archive, visit quantumrings.com/news.