Simulating dynamics of RLC circuits with a quantum differential-algebraic equations solver
Pith reviewed 2026-05-07 10:30 UTC · model grok-4.3
The pith
A quantum algorithm simulates RLC circuit dynamics in polylogarithmic time with exponential speedup over classical methods.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We introduce a quantum algorithm for simulating the dynamics of electrical circuits consisting of resistors, inductors and capacitors. Given oracle access to the connectivity of the circuit and values of the electrical elements, our algorithm prepares a quantum state that encodes voltages and current values either at a specified time or the history of their evolution over a time-interval. For an RLC circuit with N components, our algorithm runs in time polylog(N) under mild assumptions on the connectivity of the circuit and values of its components. This provides an exponential speed-up over classical algorithms that take poly(N) time in the worst-case. Our algorithm can be used to estimate
What carries the argument
The quantum solver for linear differential-algebraic equations that encodes the solution state given oracle access to the system matrices, applied after modified nodal analysis formulates the RLC equations as a compatible DAE.
Load-bearing premise
The circuit connectivity and component values must satisfy mild assumptions so that the modified-nodal-analysis DAE is compatible with the quantum solver under the oracle access model.
What would settle it
A classical algorithm that estimates dissipated power for general RLC circuits with N components in polylog(N) time under the same oracle model would falsify the BQP-hardness claim.
read the original abstract
We introduce a quantum algorithm for simulating the dynamics of electrical circuits consisting of resistors, inductors and capacitors (aka RLC circuits) along with power sources. Given oracle access to the connectivity of the circuit and values of the electrical elements, our algorithm prepares a quantum state that encodes voltages and current values either at a specified time or the history of their evolution over a time-interval. For an RLC circuit with $N$ components, our algorithm runs in time $\textsf{polylog}(N)$ under mild assumptions on the connectivity of the circuit and values of its components. This provides an exponential speed-up over classical algorithms that take $\textsf{poly}(N)$ time in the worst-case. Our algorithm can be used to estimate energy across a set of components or dissipated power in $\textsf{polylog}(N)$ time, a problem that we prove is BQP-hard and therefore unlikely to be efficiently solved by classical algorithms. The main challenge in simulating the dynamics of RLC circuits is that they are governed by differential-algebraic equations (DAEs), a coupled system of differential equations with hidden algebraic constraints. Consequentially, existing quantum algorithms for ordinary differential equations cannot be directly utilized. We therefore develop a quantum DAE solver for simulating the time-evolution of linear DAEs. For RLC circuits, we employ modified nodal analysis to create a system of DAEs compatible with our quantum algorithm. We establish BQP-hardness by demonstrating that any network of classical harmonic oscillators, for which an energy-estimation problem is known to be BQP-hard, is a special case of an LC circuit. Our work gives theoretical evidence of quantum advantage in simulating RLC circuits and we expect that our quantum DAE solver will find broader use in the simulation of dynamical systems.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a quantum algorithm for simulating the dynamics of RLC circuits by formulating them as linear differential-algebraic equations (DAEs) via modified nodal analysis and developing a dedicated quantum DAE solver. It claims that, given oracle access to circuit connectivity and component values, the algorithm prepares a quantum state encoding voltages and currents (at a fixed time or over an interval) in polylog(N) time for an N-component circuit under mild assumptions on connectivity and component values. This is asserted to yield an exponential speedup over classical poly(N) methods. The paper further proves that estimating energy across components or dissipated power is BQP-hard by reduction from networks of classical harmonic oscillators (a special case of LC circuits).
Significance. If the runtime bound holds, the work supplies concrete theoretical evidence of quantum advantage for a practical simulation task in electrical engineering and circuit design. The quantum DAE solver construction is a reusable technical contribution that could extend to other linear dynamical systems with algebraic constraints. The BQP-hardness reduction is a clear strength, as it directly leverages a previously established hard problem without circularity.
major comments (2)
- [Abstract and complexity analysis (Theorem on runtime)] The central polylog(N) runtime claim (abstract and complexity theorem) requires that the condition number κ of the effective linear system obtained from the MNA DAE (Eẋ = Ax + b) remains polylog(N) under the stated mild assumptions. No explicit bound on κ or on the DAE index is provided; ladder or chain topologies with O(1) component values can produce κ = Θ(N), which would make the QLSA-based runtime superpolylogarithmic and eliminate the claimed exponential speedup while leaving the BQP-hardness intact.
- [DAE solver construction and MNA formulation] The reduction of the DAE to a form amenable to quantum linear-system primitives (block-encoding or QLSA) is described at a high level but lacks a detailed error analysis or explicit handling of the algebraic constraints; without this, it is impossible to verify that the overall simulation error remains controlled in polylog(N) time.
minor comments (1)
- [Modified nodal analysis section] The notation for the MNA matrices E and A is introduced without an equation number, making later references to their spectral properties harder to follow.
Simulated Author's Rebuttal
We thank the referee for their careful reading and constructive feedback. The comments identify areas where the manuscript would benefit from greater precision and detail. We address each major comment below and commit to revisions that strengthen the presentation without altering the core claims.
read point-by-point responses
-
Referee: [Abstract and complexity analysis (Theorem on runtime)] The central polylog(N) runtime claim (abstract and complexity theorem) requires that the condition number κ of the effective linear system obtained from the MNA DAE (Eẋ = Ax + b) remains polylog(N) under the stated mild assumptions. No explicit bound on κ or on the DAE index is provided; ladder or chain topologies with O(1) component values can produce κ = Θ(N), which would make the QLSA-based runtime superpolylogarithmic and eliminate the claimed exponential speedup while leaving the BQP-hardness intact.
Authors: We agree that an explicit bound on the condition number κ (and DAE index) is required to rigorously support the polylog(N) runtime. The manuscript invokes 'mild assumptions on connectivity and component values' with the intention that these suffice to keep κ polylogarithmic, but this is not stated or proved explicitly. In the revised version we will add a dedicated lemma (or subsection) that either (i) proves κ = O(polylog(N)) under the stated assumptions or (ii) augments the assumptions with an explicit polylogarithmic bound on κ. If the latter is necessary, we will also qualify the runtime statement accordingly. The BQP-hardness reduction remains unaffected, as it does not rely on the runtime bound. revision: yes
-
Referee: [DAE solver construction and MNA formulation] The reduction of the DAE to a form amenable to quantum linear-system primitives (block-encoding or QLSA) is described at a high level but lacks a detailed error analysis or explicit handling of the algebraic constraints; without this, it is impossible to verify that the overall simulation error remains controlled in polylog(N) time.
Authors: We acknowledge that the current description of the quantum DAE solver and its embedding of the modified-nodal-analysis formulation is high-level. The revised manuscript will expand the relevant section with a complete error analysis. This will include: (a) how algebraic constraints are incorporated into the block-encoding construction, (b) propagation of truncation and approximation errors through the DAE index, and (c) an end-to-end bound showing that the total simulation error can be made inverse-polylogarithmic while preserving the overall polylog(N) runtime under the (possibly augmented) assumptions on κ. revision: yes
Circularity Check
No significant circularity detected
full rationale
The paper establishes BQP-hardness via an explicit reduction showing that networks of classical harmonic oscillators (a previously known hard problem) are a special case of LC circuits. The algorithm is constructed from standard quantum linear-algebra primitives (block-encoding or QLSA applied to the modified-nodal-analysis DAE) rather than any self-referential fitting or redefinition of inputs as outputs. The 'mild assumptions' on connectivity and component values are external conditions for compatibility and are not defined in terms of the claimed polylog runtime or condition number; they function as stated hypotheses rather than circularly derived quantities. No load-bearing self-citations, ansatzes smuggled via prior work, or renamings of known results appear in the derivation chain. The overall argument remains self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption Quantum computers can implement linear-algebra operations on oracles in polylog time
- domain assumption Modified nodal analysis yields a linear DAE compatible with the quantum solver
Reference graph
Works this paper leans on
-
[1]
Elfs, trees and quantum walks.ArXiv, abs/2211.16379,
89 [AP22] Simon Apers and Stephen Piddock. Elfs, trees and quantum walks.ArXiv, abs/2211.16379,
-
[2]
https://doi.org/10.1007/s00220-017-3002-y. [BCP95] Kathryn Eleda Brenan, Stephen L Campbell, and Linda Ruth Petzold.Numerical solution of initial-value problems in differential-algebraic equations. SIAM,
-
[3]
doi:10.1088/1751-8113/47/10/105301 Dominic W
https://doi.org/10.1088/1751-8113/47/10/105301. [BGL05] Michele Benzi, Gene H Golub, and J¨ org Liesen. Numerical solution of saddle point problems.Acta numerica, 14:1–137,
- [4]
-
[5]
The Power of Block- Encoded Matrix Powers: Improved Regression Techniques via Faster Hamiltonian Simu- lation
[CGJ19a] Shantanav Chakraborty, Andr´ as Gily´ en, and Stacey Jeffery. The Power of Block- Encoded Matrix Powers: Improved Regression Techniques via Faster Hamiltonian Simu- lation. In Christel Baier, Ioannis Chatzigiannakis, Paola Flocchini, and Stefano Leonardi, editors,46th International Colloquium on Automata, Languages, and Programming 90 (ICALP 2019...
2019
-
[7]
https://doi.org/10.4230/LIPIcs.ICALP.2019.33. [CIM+19] Stephen Campbell, Achim Ilchmann, Volker Mehrmann, Timo Reis, et al.Applications of differential-algebraic equations: examples and benchmarks. Springer,
-
[8]
Childs, Robin Kothari, and Rolando D
[CKS17] Andrew M. Childs, Robin Kothari, and Rolando D. Somma. Quantum algorithm for systems of linear equations with exponentially improved dependence on precision. SIAM Journal on Computing, 46(6):1920–1950,
1920
-
[9]
Model order reduction of differential algebraic equations arising from the simulation of gas transport networks
[GJH+14] Sara Grundel, Lennart Jansen, Nils Hornung, Tanja Clees, Caren Tischendorf, and Peter Benner. Model order reduction of differential algebraic equations arising from the simulation of gas transport networks. InProgress in Differential-Algebraic Equations: Deskriptor 2013, pages 183–205. Springer,
2013
-
[10]
Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics
[GSLW19] Andr´ as Gily´ en, Yuan Su, Guang Hao Low, and Nathan Wiebe. Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics. InProceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing, STOC 2019, page 193–204. Association for Computing Machinery,
2019
-
[11]
Quantum algorithms for connectivity and related problems.ArXiv, abs/1804.10591,
[JJKP18] Michael Jarret, Stacey Jeffery, Shelby Kimmel, and Alvaro Piedrafita. Quantum algorithms for connectivity and related problems.ArXiv, abs/1804.10591,
-
[12]
[JKL+25] David Jennings, Kamil Korzekwa, Matteo Lostaglio, Richard Ashworth, Emanuele Marsili, and Stephen Rolston. An end-to-end quantum algorithm for nonlinear fluid dynamics with bounded quantum advantage.arXiv preprint arXiv:2512.03758,
-
[13]
A unified (P)DAE modeling approach for flow networks
[JT14] Lennart Jansen and Caren Tischendorf. A unified (P)DAE modeling approach for flow networks. InProgress in Differential-Algebraic Equations: Deskriptor 2013, pages 127–151. Springer,
2013
-
[14]
[Kro24] Hari Krovi. Quantum algorithms to simulate quadratic classical hamiltonians and optimal control.arXiv preprint arXiv:2404.07303,
-
[15]
The common ground of DAE approaches
[SLM24] Diana Est´ evez Schwarz, Ren´ e Lamour, and Roswitha M¨ arz. The common ground of DAE approaches. An overview of diverse DAE frameworks emphasizing their commonalities. arXiv preprint arXiv:2412.15866,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.