Papers
Topics
Authors
Recent
Search
2000 character limit reached

Circuit Depth Reduction of One-Ancilla Quantum Differential Equation Solver via Extrapolation

Published 8 Jul 2026 in quant-ph and math.NA | (2607.07389v1)

Abstract: Solving linear differential equations is a fundamental task in scientific computing and an important primitive for quantum computing. A recent one-ancilla quantum differential equation solver provides a hardware-friendly and locality-preserving approach with provable performance guarantees, making it highly suitable for the early fault-tolerant and near-term regimes. Its simple circuit structure comes with a natural trade-off: the maximum single-run circuit depth scales as O(1/ε)O (1/ε) in the target accuracy εε. In this work, we reduce this depth by combining the solver with classical step-size postprocessing. By running the one-ancilla solver at a logarithmic number of finite time step sizes and using classical post-processing to cancel leading discretization errors, we reduce the maximum single-run circuit depth to O(polylog(1/ε))O(\mathrm{polylog}(1/ε)) without adding quantum ancillae or sacrificing locality. Technically, extending extrapolation ideas beyond Hamiltonian and Lindbladian dynamics requires regularity estimates for observable maps under nonunitary evolution, which we obtain through a holomorphic extension of the adjoint evolution. Numerical experiments on the Hatano-Nelson model (ODE) and the convection-diffusion equation (PDE) demonstrate the effectiveness of the approach.

Authors (2)

Summary

  • The paper introduces a classical extrapolation method to reduce the circuit depth of one-ancilla quantum ODE solvers, lowering the scaling from O(1/ε) to polylogarithmic.
  • Using Richardson and Chebyshev extrapolation, the approach cancels leading-order discretization errors while preserving a localized, single-ancilla structure.
  • Numerical demonstrations on the Hatano-Nelson and convection-diffusion models validate significant resource savings, mitigating decoherence and operational costs.

Circuit Depth Reduction in One-Ancilla Quantum Differential Equation Solvers via Step-Size Extrapolation

Introduction

This paper, "Circuit Depth Reduction of One-Ancilla Quantum Differential Equation Solver via Extrapolation" (2607.07389), addresses the key problem of depth scaling in quantum algorithms designed for solving linear differential equations. The one-ancilla quantum differential equation solver, introduced previously, targets the dissipative linear ODE regime and leverages a hardware-friendly structure relying only on local Hamiltonian simulation and mid-circuit measurements. While this algorithm offers provable error guarantees with minimal quantum resources and ancilla qubits, its circuit depth scales as O(1/ϵ)O(1/\epsilon), where ϵ\epsilon is the target accuracy. This scaling can preclude practical implementation, especially in early fault-tolerant and near-term quantum regimes where deep circuits are costly.

This work proposes a classical postprocessing strategy that leverages step-size extrapolation, notably through Richardson extrapolation and Chebyshev interpolation, to cancel leading-order discretization errors. By employing the one-ancilla circuit at multiple coarse time step sizes and using extrapolation to estimate the zero-step-size limit, the paper achieves depth scaling of O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))—while preserving the single-ancilla, locality, and sampling model advantages. The approach is supported both by rigorous analytic bounds and by numerical demonstrations on the Hatano-Nelson model and convection-diffusion equation.

One-Ancilla Quantum ODE Solver: Structure and Limitations

The target equation is of the form ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}, where A=−iH−∑j=1JDjA=-iH-\sum_{j=1}^{J}D_j with Hermitian HH and dissipative Dj=Lj†Lj⪰0D_j=L_j^\dagger L_j\succeq 0. The one-ancilla solver composes local system-ancilla blocks, postselects ancilla measurements, and simulates the contraction induced by DjD_j via Hermitian dilation. To reach final time TT with target accuracy ϵ\epsilon, direct simulation via ϵ\epsilon0 time steps of size ϵ\epsilon1 requires ϵ\epsilon2, leading to circuit depth scaling suboptimal for quantum hardware.

Quantum resource constraints are the primary motivator for classical error mitigation: deep circuits exacerbate decoherence, gate error, and operational cost. Classical extrapolation, as recognized in prior works for Hamiltonian and Lindblad simulations, emerges as a general principle for error cancellation without quantum circuit redesign.

Classical Extrapolation: Theoretical Framework

The extrapolation procedure operates by running the one-ancilla solver at ϵ\epsilon3 distinct step sizes ϵ\epsilon4, collecting unnormalized observable estimates ϵ\epsilon5 (via a zero-on-failure estimator), and combining them linearly using weights ϵ\epsilon6 determined by Richardson or Chebyshev schemes. The approach relies critically on regularity and holomorphy properties of ϵ\epsilon7 with respect to ϵ\epsilon8, which are nontrivial in the non-unitary, postselected ODE context.

A major technical contribution is the extension of extrapolation bias and derivative bounds to the non-unitary regime, accomplished via a holomorphic adjoint lift. A systematic analytic treatment yields:

  • ϵ\epsilon9th-order derivatives of O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))0 bounded by O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))1, where O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))2 encodes generator strength and dissipative accumulation.
  • Deterministic extrapolation biases scaling as O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))3, permitting polynomial or polylogarithmic suppression for appropriate node/weight selection.
  • Sampling cost is O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))4, matching lower bounds set by classical concentration inequalities.

Quantum Resource Analysis

For step-size extrapolation, maximum circuit depth is determined by the smallest step size among the O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))5 nodes. For Richardson and Chebyshev schemes:

  • Richardson: Step sizes are harmonically spaced, maximum circuit depth scales as O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))6.
  • Chebyshev: Step sizes follow Chebyshev polynomial roots, depth scales as O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))7. Both schemes reduce maximum run depth to polylogarithmic in O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))8 versus the baseline O(polylog(1/ϵ))O(\mathrm{polylog}(1/\epsilon))9.

Aggregate resource budgets, including total gate counts and total circuit depth across all runs and nodes, scale with ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}0 times a polynomial or polylogarithmic factor (via weights ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}1), reflecting the statistical sampling requirements.

Numerical Demonstrations

Hatano-Nelson Model

Numerical evaluation on the Hatano-Nelson model demonstrates rapid deterministic bias reduction with extrapolation, significantly outperforming direct simulation in terms of circuit depth required to reach a fixed accuracy.

Figure 1

Figure 1

Figure 1: Bias versus ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}2 for the Hatano-Nelson model, showing Richardson and Chebyshev reducing error much faster than the direct approach.

Figure 2

Figure 2: Log-log plot of smallest ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}3 required versus inverse target accuracy ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}4 for the Hatano-Nelson edge observable.

Chebyshev interpolation displays superior numerical stability at high degrees, owing to milder weight growth, and avoids the amplification of small perturbations inherent in Richardson at large ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}5.

Convection-Diffusion Equation

The convection-diffusion benchmark underscores the generality of the step-size extrapolation framework, with similar trends on the suppression of bias and required circuit depth.

Figure 3

Figure 3

Figure 3: Bias versus ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}6 for the low-Fourier-shell observable in convection-diffusion, validating extrapolation-based depth reduction.

Figure 4

Figure 4: Required depth ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}7 as function of ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}8, highlighting efficiency gains over direct first-order simulation.

Practical and Theoretical Implications

The extrapolation-based strategy aligns with the ongoing push toward optimizing quantum algorithms for near-term and early fault-tolerant hardware. The demonstrated reduction in maximum circuit depth and gate counts is directly significant for deployments under resource constraints. The holomorphic adjoint lift technique broadens the applicability of classical postprocessing from Hamiltonian/Lindblad settings to the broader class of non-unitary, postselected quantum ODE solvers, enhancing the theoretical foundation for hybrid algorithmic error mitigation.

Weight scaling properties become decisive for practical stability: Richardson is optimal in depth but grows polynomially in ddt∣ψ(t)⟩=A∣ψ(t)⟩\frac{d}{dt}\ket{\psi(t)}=A\ket{\psi(t)}9; Chebyshev is polylogarithmic and preferred where numerical noise or finite precision is relevant.

The paper indicates possible future directions, including higher-order one-ancilla constructions, exploration of alternative extrapolation strategies, and deployment on actual quantum hardware. Extending the holomorphic analytic framework to other quantum simulation primitives also remains a promising avenue.

Conclusion

The combination of classical extrapolation (Richardson, Chebyshev) with the structural simplicity of the one-ancilla quantum ODE solver delivers a substantial reduction in quantum circuit depth, achieving polylogarithmic scaling with accuracy—without increased ancilla or loss of locality. The technical centerpiece is the holomorphic adjoint lift, enabling regularity bounds and bias control in the non-unitary regime. Numerical evidence corroborates the theoretical bounds, and Chebyshev-based interpolation stands out for numerical robustness. While sampling costs remain governed by classical concentration (A=−iH−∑j=1JDjA=-iH-\sum_{j=1}^{J}D_j0), the critical quantum resource—the single-run depth—is optimally mitigated. This synergistic quantum-classical error mitigation protocol sets the stage for future progress in quantum algorithms for differential equations, balancing rigor, hardware-friendliness, and resource efficiency.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Tweets

Sign up for free to view the 1 tweet with 4 likes about this paper.