Layerwise Richardson Extrapolation (LRE)
- Layerwise Richardson Extrapolation (LRE) is a family of methods that cancels leading-order errors via layer-specific folding and multivariate interpolation.
- In quantum error mitigation, LRE independently scales noise across circuit layers, enhancing estimator accuracy and reducing bias in noisy quantum devices.
- In numerical finite-element solvers, LRE applies time-layer extrapolation to significantly improve convergence rates and achieve higher solution accuracy.
Layerwise Richardson Extrapolation (LRE) denotes a family of extrapolation procedures in which error amplification and extrapolation are performed with respect to individual layers rather than a single global control parameter. In contemporary quantum error mitigation, LRE generalizes standard zero-noise extrapolation by treating the noise associated with different circuit layers or chunks as independent variables and combining measurements from layerwise folded circuits through multivariate interpolation (Russo et al., 2024). In a distinct numerical-analysis usage, LRE refers to Richardson combinations formed at aligned time layers of solutions computed with different time steps for finite-element Crank–Nicolson schemes with discrete transparent boundary conditions for the 1D generalized Schrödinger equation (Zlotnik et al., 2014). A later hybrid quantum neural network study adopts the quantum meaning, implementing LRE through Mitiq on PennyLane circuits simulated under Qiskit Aer noise models and evaluating its robustness under five noise channels (Njiki et al., 19 Apr 2026).
1. Terminology and conceptual scope
The term “layerwise” is context dependent. In quantum error mitigation, a layer is a circuit block or chunk, and LRE amplifies noise locally by folding one layer at a time while leaving the ideal unitary unchanged (Russo et al., 2024). In the finite-element Schrödinger setting, “layerwise” refers instead to time layers: one computes numerical solutions on several temporal grids and combines their values at coincident physical times to cancel leading even-power time-discretization errors (Zlotnik et al., 2014).
In both usages, the underlying mechanism is Richardson extrapolation. A quantity measured or computed at nonzero error scale is assumed to admit an expansion in powers of that scale, and carefully chosen linear combinations cancel the lowest-order terms. In the univariate quantum setting this takes the form
with extrapolated estimator
where the coefficients satisfy
The corresponding coefficients are obtained from a Vandermonde system , with and (Njiki et al., 19 Apr 2026).
Classic examples already used in the LRE literature are
for , ,
for 0, 1, and
2
for 3, 4 (Njiki et al., 19 Apr 2026).
2. Multivariate quantum formulation
The quantum formulation introduced by Russo and Mari decomposes a circuit into 5 layers,
6
associates an independent noise-scale variable 7 to each layer, and regards the measured observable expectation as a multivariate function 8 (Russo et al., 2024). The smoothness assumption is that 9 is analytic near the zero-noise point and admits a multivariate Taylor expansion,
0
The paper’s main formulation uses total-degree multivariate interpolation. For polynomial degree at most 1,
2
where 3 enumerates all monomials of total degree 4, and
5
The interpolation nodes are chosen as
6
where 7, 8, and the 9 are all nonnegative integer vectors with 0-norm 1. Writing the sample matrix as
2
and the measured data as 3, one has 4. The zero-noise estimator can then be written directly as
5
with
6
where 7 is obtained by replacing the 8-th row of 9 with 0 (Russo et al., 2024).
An optional tensor-grid variant is also described. If one chooses per-layer node sets 1, then the multivariate Lagrange basis factorizes:
2
and
3
with
4
The paper adopts the total-degree scheme because it keeps the number of nodes polynomial in 5 at fixed 6, whereas the tensor-grid construction scales multiplicatively in 7 (Russo et al., 2024).
LRE reduces to standard Richardson extrapolation when 8. This reduction is exact and holds for both the total-degree and tensor-grid viewpoints (Russo et al., 2024).
3. Layerwise folding, sampling overhead, and quantum performance
The mechanism used to realize layer-resolved noise amplification is layerwise unitary folding. For a layer 9, global folding replaces it by
0
which yields odd integer scale factors
1
The paper also describes local folding within a layer chunk: if 2, one may fold at the sublayer level while preserving the same chunk-level odd scaling rule (Russo et al., 2024).
The basic algorithm is: partition the circuit into 3 chunks, choose the multi-layer scale vectors 4, generate the corresponding folded circuits, measure 5, compute the interpolation weights 6, and return 7 (Russo et al., 2024). A worked micro-example with 8, 9, and 0 uses the nodes
1
and monomials 2, yielding 3, 4, and 5 (Russo et al., 2024).
Sampling overhead is a central feature rather than a secondary implementation detail. For the total-degree construction, the number of circuit instances is
6
while for the tensor-grid construction it is
7
If each 8 has variance 9, then the LRE estimator variance is approximately 0. Under a fixed shot budget 1, optimal allocation is 2, giving sampling overhead
3
whereas equal allocation gives
4
The paper’s practical guidance is correspondingly conservative: keep 5 small, reduce 6 by chunking layers together, increase 7 if variance dominates, and allocate shots proportional to 8 (Russo et al., 2024).
The original numerical study reports scenarios in which LRE outperforms standard Richardson extrapolation. For GHZ-like circuits followed by their inverse, with observable 9, mean absolute errors at depth 2 were Unmitigated 0, RE 1, and LRE 2; at depth 5 they were Unmitigated 3, RE 4, and LRE 5; at depth 8 they were Unmitigated 6, RE 7, and LRE 8 (Russo et al., 2024). The same study states that LRE again outperformed RE and unmitigated baselines on randomized circuits 9 with high CNOT density. At the same time, it emphasizes the bias–variance trade-off: increasing degree 0 decreases bias but increases variance, and with small 1 the variance of LRE can dominate (Russo et al., 2024).
4. Hybrid quantum neural networks and system-level evaluation
A system-level evaluation of LRE in hybrid quantum neural networks implements the method through Mitiq on PennyLane circuits simulated with Qiskit Aer noise models (Njiki et al., 19 Apr 2026). The studied quantum subnetwork uses three qubits and four logical stages: data encoding via AngleEmbedding with 2 rotations, followed by three StronglyEntanglingLayers consisting of parameterized single-qubit rotations and 3 entanglers. The classical part is a linear layer followed by softmax, mapping measured Z-basis expectation values to class probabilities. In this setting, “layers” refer to the trainable StronglyEntanglingLayers; the encoding layer is not trainable and is typically not folded (Njiki et al., 19 Apr 2026).
The training pipeline uses Adam with initial learning rate 4 halved every 5 epochs, 20 total epochs, and batch size 5. Data preprocessing uses StandardScaler and label encoding with a 75/25 train-test split. Qiskit Aer noise models are applied before and after each transpiled gate for noise probabilities 5. Each circuit evaluation uses 8192 shots, and each configuration is averaged over 3 repetitions (Njiki et al., 19 Apr 2026).
The five evaluated channels are depolarizing, amplitude damping, phase damping, bit flip, and phase flip, with the following parameterizations:
6
for depolarizing noise,
7
with
8
for amplitude damping, and
9
for bit-flip and phase-flip noise, respectively (Njiki et al., 19 Apr 2026).
The layerwise estimator used conceptually is
00
where 01 denotes the expectation when only layer 02 is folded to scale factor 03 and all other layers remain at baseline scale 1. The implementation uses layerwise unitary folding, and the paper notes that exact options such as the specific scale set 04 or a fold_layerwise=True flag are not enumerated, although Mitiq v0.45.1 is employed and first-order settings such as 05 or 06 are described as common choices (Njiki et al., 19 Apr 2026).
The reported validation accuracies aggregated by Low, Medium, and High noise intervals are as follows:
| Noise channel | Baseline (Low / Medium / High) | LRE (Low / Medium / High) |
|---|---|---|
| Depolarizing | 1.0000 / 0.9737 / 0.6053 | 0.8420 / 0.8680 / 0.4740 |
| Bit flip | 0.9737 / 0.9474 / 0.9211 | 0.9210 / 0.8680 / 0.7630 |
| Phase flip | 1.0000 / 0.9737 / 0.9737 | 0.9210 / 0.9210 / 0.9470 |
| Amplitude damping | 0.9737 / 0.9737 / 0.6579 | 0.8420 / 0.9210 / 0.5260 |
| Phase damping | 0.9737 / 0.9737 / 0.9474 | 0.9470 / 0.8680 / 0.8160 |
In this HQNN setting, LRE largely tracks the degradation of the baseline as noise increases and generally underperforms the unmitigated baseline across intervals. The same study reports that ZNE and DDD show similarly limited benefits, while PEC shows limited gains only in the low-noise depolarizing regime. It also attributes possible instability to the fact that folding increases circuit depth, which can heighten sampling variance for fixed shot budgets and amplify gate noise (Njiki et al., 19 Apr 2026).
5. Time-layer Richardson extrapolation for finite-element Schrödinger solvers
In the finite-element literature, LRE is used for the generalized 1D time-dependent Schrödinger equation on the whole axis,
07
with Crank–Nicolson time stepping, arbitrary-order finite elements in space, and discrete transparent boundary conditions after truncation to 08 (Zlotnik et al., 2014). The baseline FE–CN method has error 09, and the extrapolation relies on the even-power expansion
10
The extrapolants are formed at aligned time layers. For fourth-order accuracy,
11
for sixth-order accuracy,
12
and for eighth-order accuracy,
13
These combinations yield
14
Alignment requires 15 divisible by 2, 6, or 12 for 16, respectively (Zlotnik et al., 2014).
The paper states that the Richardson-extrapolated solutions inherit the 17-type and energy-type stability properties of the underlying CN+DTBC scheme because they are linear combinations of stable solutions at aligned time layers (Zlotnik et al., 2014). It also gives explicit asymptotic cost estimates. If computing 18 costs 19, then computing 20 costs
21
22
23
and the additional costs are reported as 24 of the baseline (Zlotnik et al., 2014).
The numerical results are correspondingly strong. In Example 1, for 25, 26, and 27, the reported baseline-versus-extrapolated error-reduction factors are approximately 28, 29, and 30 in 31 for 32, and 33, 34, and 35 in 36. At 37, the factors become approximately 38, 39, and 40 in 41, and 42, 43, and 44 in 45 (Zlotnik et al., 2014). In Example 3, FE+DTBC+LRE achieves relative uniform-in-time and 46-in-space error 47 with 48, 49, 50, 51, compared with best 52 reported for a finite-difference approach using 53, 54 (Zlotnik et al., 2014).
6. Assumptions, limitations, and recurrent misconceptions
LRE is not a single universally valid procedure; its correctness depends on the error model assumed in each domain. In the quantum setting, the central assumption is that the expectation value behaves as a sufficiently smooth function of independently scalable layerwise noise variables. The literature explicitly notes that crosstalk, coherent errors, non-Markovianity, and device drift can invalidate the idealized scaling or degrade accuracy. Folding also does not scale readout errors, so measurement biases that do not depend on 55 persist unless combined with measurement error mitigation (Russo et al., 2024).
In the HQNN study, these limitations appear operationally rather than only formally. The paper states that amplitude damping and depolarizing noise do not always scale analytically with gate folding as assumed by Richardson extrapolation, that digital noise scaling increases circuit depth and idle time, and that replacing each expectation by an LRE aggregate multiplies evaluations and can increase gradient noise, slowing or destabilizing learning at fixed shots. It therefore recommends keeping 56 small, using modest scale sets such as 57 or 58, checking empirical polynomial behavior in 59, allocating more shots to larger 60, and avoiding very large 61 under damping-type noise (Njiki et al., 19 Apr 2026).
In the finite-element setting, the decisive assumption is the even-power time-error expansion. The paper reports a failure mode when time regularity is limited by discontinuous potentials: for 62 in its most demanding example, a degradation near the 63 level is observed for very small 64, and the authors attribute this to limited time regularity invalidating the expansion for very small 65. Suggested remedies are to restrict the extrapolation order, avoid excessively small 66, or smooth interfaces (Zlotnik et al., 2014).
A recurrent misconception is that LRE is synonymous with uniformly improved performance. The published record in the provided sources is mixed but coherent. The multivariate quantum paper reports cases in which LRE achieves superior performance compared to traditional Richardson extrapolation (Russo et al., 2024), whereas the HQNN evaluation finds that LRE generally follows the same degradation trends as the unmitigated baseline and can underperform it under several noise models (Njiki et al., 19 Apr 2026). This suggests that LRE is best understood as a structured bias-cancellation framework whose effectiveness depends on how accurately the extrapolation assumptions match the underlying error processes, the chosen partition into layers or chunks, and the available computational or sampling budget.