
Drive a fixed quantum system with your time series and train only a simple linear model on what it measures: transparent, reproducible, and benchmarked on Superpositions Studio.
Reservoir computing goes back to echo state networks and liquid state machines in the early 2000s: instead of training every connection in a recurrent network, you fix a large, randomly connected dynamical system, the "reservoir," and train only a simple read-out layer on the states it produces. The reservoir's job is to project an input time series into a higher-dimensional space where a linear model can find structure that was not linearly accessible in the raw signal.
Quantum Reservoir Computing (QRC) replaces the classical recurrent reservoir with a quantum system. An input vector is encoded into the state of a small quantum circuit, the circuit evolves under a fixed Hamiltonian or a fixed gate sequence, and the reservoir's "state" is read out as a set of measured observables, typically Pauli expectation values, at each time step. Those measured values become the features; a classical linear model, usually ridge regression, is fit on top of them. As in the classical case, the reservoir itself is never trained: only the read-out is.
In practice, quantum reservoirs take several forms: a small superconducting or trapped-ion register left to evolve under its own or an engineered Hamiltonian, a digital gate-based circuit stepped forward on a simulator or NISQ device, or a dissipative, open-system implementation that never resets between inputs. What they share is the same division of labor as the classical case: a fixed, high-dimensional dynamical map does the nonlinear, temporal work, and a trained, low-dimensional linear model does the rest.
Because the reservoir's parameters are fixed, there is no gradient to backpropagate through the quantum circuit, the notoriously hard and noise-sensitive part of variational quantum machine learning. Noise and decoherence become part of the reservoir's dynamics rather than a pure obstacle: a certain amount of dissipation can even enrich the pool of accessible dynamical states. That makes QRC one of the more NISQ-tolerant approaches to quantum machine learning, since the workload that runs on hardware is a fixed circuit executed repeatedly, not an optimization loop over circuit parameters.
A five-step pipeline that fixes the hard part and trains only a linear read-out
Slice the input series into overlapping lag windows so each step carries recent history, not just the current value.
Map each windowed input onto a quantum state via parameterized single-qubit rotations.
Let the encoded state evolve under a fixed Hamiltonian or gate sequence for a set evolution time. No gradients, no optimization: this step never changes.
Measure expectation values of Pauli observables (commonly Pauli-Z) on the evolved state. These measured values are the reservoir's features.
Fit a classical ridge regression on the measured features to produce the prediction. Only this last, linear step is trained.
The idea is the one echo state networks introduced for classical recurrent networks: push all of the nonlinear, temporal complexity into a fixed system, and leave only a convex, fast-to-fit linear problem to solve.
Any task built on modeling how a system evolves over time, with a fast and robust read-out, is a plausible fit for QRC
Volatility, rates, and other market series where a compact reservoir plus a linear read-out competes with recurrent classical models, without a variational training loop to reconverge every time the data changes.
Proof of concept: S&P 500 volatility forecasting with QRC →Streaming sensor data from industrial processes, turbines, hydraulics, production lines, where a fixed reservoir can track slow-moving dynamics without retraining a full network every time a new stream comes online.
Classifying sequences, such as waveform or device-state identification, by feeding a window of samples through the reservoir and reading out a class label instead of a continuous prediction.
Comparing reservoir expressivity and memory capacity against classical reservoirs (echo state networks) and other read-out-only architectures, a natural first question before committing to a production pipeline.
Compare this to a fully trainable architecture like the hybrid quantum neural network (HQNN), which optimizes gates throughout the circuit and trades QRC's convex read-out fit for greater flexibility at the cost of a harder training problem. See the HQNN vs. classical neural network comparison for how that trade-off plays out against a classical baseline.
Note: because the reservoir stays fixed, adding qubits or a longer evolution time changes the feature set the read-out sees, not a training loop that has to reconverge.
One-step-ahead S&P 500 realized-volatility forecasting with a 10-qubit quantum reservoir
One-step-ahead realized-volatility forecasting for the S&P 500, from 816 monthly observations (1950-01-31 to 2017-12-31) with 17 market and macro predictors, including lagged volatility, and lag windows of length 3.
10-qubit fixed-reservoir variant (QR1): single-qubit rotation encoding, fixed-Hamiltonian evolution at τ = 1, Pauli-Z read-out into a 10-weight ridge regression.
Inputs combine market and macroeconomic series, dividend-price and earnings-price ratios (DP, EP), the market, size, and value factors (MKT, SMB, HML), Treasury-bill and default-spread rates (TB, DEF), industrial production and inflation (IP, INF), a short-term-reversal signal (STR), and lagged realized-volatility terms, each windowed over the previous 3 months before being encoded into the reservoir.
Test MSE
0.1062
RMSE
0.3258
MAE
0.2457
MAPE
8.1221%
QLIKE
1.1600
Training Time
4-6 min (simulator)
Full methodology, downloadable code, and the complete benchmark report are on the market-volatility forecasting with QRC page.
Common questions about quantum reservoir computing and how it performs
A quantum machine learning technique that uses a fixed quantum system as a nonlinear, time-aware feature extractor. An input time series drives the system's evolution, measured observables become the features, and only a simple linear model fit on top of those features is trained.
The reservoir itself is a quantum system rather than a classical recurrent network, but the design pattern is the one echo state networks introduced: fix a complex dynamical system and train only a linear read-out on the states it produces.
It depends on the task. On the S&P 500 realized-volatility benchmark on this page, a 10-qubit QRC pipeline reached a test MSE of 0.1062 and a QLIKE of 1.1600 against Ridge, Echo State Network, and LSTM baselines; whether QRC or LSTM wins on a different series has to be checked case by case.
No. The quantum reservoir is fixed, not trained, so the only fitting step, the linear read-out, runs classically. The quantum circuit only needs to be executed, on a simulator or real hardware, to produce the measured features that feed that fit.
Only the read-out: a classical linear model, typically ridge regression, fit on the observables measured from the quantum reservoir. The circuit's gates, encoding, and evolution time are chosen up front and left fixed.
Reasonably so, because there is no gradient to backpropagate through the circuit and no variational optimization loop running on the device. Noise and decoherence become part of the reservoir's dynamics rather than pure error, though gains over strong classical baselines still need to be checked case by case, since published results are largely simulator-based today.
Algorithms, applied use cases and benchmarks connected to this page
Finance
Forecast one-step-ahead S&P 500 realized volatility with Quantum Reservoir Computing, market and macro features, and Ridge, RC, and LSTM benchmarks.
Algorithms
Understand quantum neural networks (QNN) and hybrid QNN (HQNN): how each works, when to use which, real benchmarks, and NISQ hardware requirements.
Algorithms
Estimate probabilities, expectations, and VaR/CVaR with IQAE's quadratic speedup over Monte Carlo sampling, benchmarked with a real proof of concept.
Comparisons
Compare hybrid quantum neural networks with classical MLP and CNN baselines on parameters, training time, and accuracy across three benchmarked use cases.
Run a fixed quantum reservoir with a trained linear read-out on Superpositions Studio: reproduce the S&P 500 volatility benchmark or bring your own time series. Get transparent metrics, downloadable code, and a full report.
Powered by Superpositions Studio: transparent, reproducible quantum computing