# Are Fault-Tolerant Quantum Algorithms Ready to Solve Partial Differential Equations?
Block encoding — the technique of embedding a discretized differential operator inside a unitary matrix — is the single organizing principle that could finally make quantum PDE solvers practical on [fault-tolerant quantum computing](https://quantumintel.tech/glossary/fault-tolerant-quantum-computing) hardware. That is the central claim of lecture notes posted to arXiv on July 10, 2026 by Xiantao Li, which offer what the author explicitly describes as "a mathematically transparent entry point" rather than a claim of universal [quantum advantage](https://quantumintel.tech/glossary/quantum-advantage).
The notes address a genuine structural problem: numerical analysts and quantum computing researchers have developed adjacent but largely non-overlapping vocabularies for attacking the same class of problems. Elliptic, hyperbolic, and parabolic PDEs — the equations governing everything from fluid dynamics to heat transfer to electromagnetic propagation — sit squarely in the application space that fault-tolerant quantum hardware is supposed to address. But researchers in each field have struggled to evaluate whether the other community's results are actually useful, because the translation layer between finite difference discretizations and quantum circuit primitives has remained opaque.
Li's framework resolves this by treating block encoding as the universal adapter. Once a differential operator is discretized and embedded in a unitary, the full toolkit of quantum singular value transformation (QSVT), Hamiltonian simulation, linear combinations of unitaries, amplitude amplification, and [measurement](https://quantumintel.tech/glossary/measurement) becomes accessible in a single coherent pipeline.
---
## What the Lecture Notes Actually Cover
Each chapter in Li's notes follows a consistent structure: start with a standard finite difference or finite element discretization of a PDE, then trace the complete pipeline through quantum encoding, transformation, and extraction of a quantity of interest. This pedagogical choice is deliberate and significant. Most quantum algorithm papers for PDEs either assume readers already understand the numerical analysis or assume they already understand quantum circuits — rarely both.
The coverage spans the three canonical PDE classes:
- **Elliptic PDEs** (e.g., Poisson equation, steady-state diffusion) — typically solved via linear system methods, where quantum linear solvers like the HHL algorithm and its QSVT-based successors are most directly applicable.
- **Hyperbolic PDEs** (e.g., wave equation, advection) — where Hamiltonian simulation is the natural quantum primitive, since the continuous-time evolution structure maps cleanly onto unitary dynamics.
- **Parabolic PDEs** (e.g., heat equation, Schrödinger equation in imaginary time) — which require careful treatment of non-unitary evolution and pose particular challenges for quantum encodings.
A final chapter extends the framework to nonlinear PDEs, using two linearization strategies: Carleman linearization and Koopman-von Neumann linearization. These techniques embed nonlinear dynamics into higher-dimensional linear systems, which can then be addressed with the block encoding machinery developed in earlier chapters. This is arguably the most forward-looking section, since nonlinear PDEs cover most physically interesting problems — Navier-Stokes, nonlinear wave equations, reaction-diffusion systems — and are where classical solvers face their steepest scaling challenges.
---
## The Performance Bottlenecks Li Identifies
Rather than presenting only asymptotic speedups, Li gives sustained attention to the end-to-end performance factors that determine whether a quantum PDE solver is practically useful. This is where the notes depart most sharply from typical quantum algorithm papers.
The factors highlighted include:
**Discretization error.** The quantum algorithm inherits whatever approximation the discretization introduces. A quantum solver running on a coarse grid is not more accurate than a classical solver on the same grid, regardless of the speedup in the linear algebra step. This is elementary but frequently glossed over in claims about quantum advantage.
**State preparation.** Loading the initial condition or boundary data into a quantum state is a non-trivial cost. For many PDEs, the input data is a smooth classical function, but preparing an arbitrary quantum state encoding that function can itself require circuit depth comparable to the rest of the algorithm.
**Normalization.** Block encoding requires the operator norm to be bounded, which introduces normalization factors that can reduce the effective amplitude of the signal and inflate the number of repetitions needed.
**Postselection and measurement cost.** Extracting a classically usable quantity from a quantum state — typically a specific expectation value or a small number of output entries — requires repeated [measurement](https://quantumintel.tech/glossary/measurement) and in some cases postselection on ancilla qubits. For problems where the full solution vector is needed (rather than a single observable), the quantum approach may offer limited advantage over classical methods.
This combination of factors means that end-to-end quantum advantage for PDE solving is much harder to establish than the asymptotic scaling of individual subroutines suggests. Li is careful not to oversell: the stated aim is "a shared vocabulary," not a proof that quantum hardware will outperform classical supercomputers on any specific PDE benchmark.
---
## Why This Matters for the Field Right Now
The timing of this work reflects where the fault-tolerant quantum computing roadmap actually stands in mid-2026. Hardware from companies including [IBM Quantum](https://quantumintel.tech/companies/ibm), [Google Quantum AI](https://quantumintel.tech/companies/google-quantum-ai), [Quantinuum](https://quantumintel.tech/companies/quantinuum), and [IonQ](https://quantumintel.tech/companies/ionq) has reached a point where [logical qubit](https://quantumintel.tech/glossary/logical-qubit) demonstrations are real but fault-tolerant computation at scale remains years out. This is precisely the moment when the algorithmic stack needs to mature — so that when hardware crosses the fault-tolerance threshold, there are well-characterized algorithms ready to run on it.
PDEs represent one of the most commercially compelling application areas for quantum computing. Computational fluid dynamics, financial derivatives pricing (which reduces to parabolic PDEs), electromagnetic simulation, and climate modeling all involve PDE solving at scales that stress classical compute. Enterprise buyers in aerospace, financial services, and energy have been asking for concrete quantum-classical comparisons on these workloads for years.
The structural problem Li addresses — the vocabulary gap between numerical analysts and quantum algorithm researchers — has real commercial consequences. Software teams at quantum hardware companies and at quantum software vendors need researchers who can work fluently in both languages to build competitive PDE solvers. This is exactly the kind of cross-disciplinary bridge document that gets incorporated into internal training materials at serious quantum engineering organizations.
The nonlinear extension via Carleman and Koopman-von Neumann linearization is particularly worth watching. Carleman linearization has known limitations in terms of the system sizes required for convergence, and the conditions under which it provides a genuine quantum advantage remain contested in the literature. Li's treatment of nonlinear problems as a "final chapter" rather than a solved problem is an accurate reflection of where the field stands.
---
## Key Takeaways
- Xiantao Li's arXiv lecture notes (July 10, 2026) use block encoding as the unifying framework for quantum algorithms targeting elliptic, hyperbolic, and parabolic PDEs.
- The notes explicitly bridge the vocabulary gap between numerical analysis and quantum computing communities — a gap with real consequences for building practical fault-tolerant PDE solvers.
- End-to-end performance bottlenecks — discretization error, state preparation cost, normalization overhead, and measurement cost — receive sustained attention, making this a more honest performance analysis than most algorithm papers.
- Nonlinear PDEs are addressed through Carleman and Koopman-von Neumann linearizations; the limitations of these approaches remain an active research area.
- The work explicitly avoids claiming universal quantum advantage, positioning itself as a foundation for rigorous comparison rather than a proof of superiority.
- For enterprise buyers and quantum software teams, this represents the kind of algorithmically rigorous, practically grounded literature that needs to exist before fault-tolerant PDE solvers can be scoped as real engineering projects.
---
## Frequently Asked Questions
**What is block encoding and why does it matter for quantum PDE solvers?**
Block encoding is a technique for embedding a non-unitary matrix — such as a discretized differential operator — into a larger unitary matrix that a quantum computer can apply. It matters because quantum computers can only natively apply unitary operations, so any classical numerical operator must be encoded this way before quantum algorithm primitives like QSVT or Hamiltonian simulation can be used. Li's notes treat it as the foundational step for all quantum PDE algorithms.
**Do quantum algorithms actually outperform classical methods for solving PDEs?**
Not in general, and not unconditionally. Li explicitly states the notes do not claim universal quantum advantage. The asymptotic speedups available from quantum linear solvers and Hamiltonian simulation can be significant, but state preparation, normalization, and measurement costs can erode or eliminate those advantages depending on what output is needed. End-to-end comparisons on specific PDE benchmarks remain an active research area.
**What types of PDEs are covered in Li's lecture notes?**
The notes cover all three canonical PDE classes: elliptic (e.g., Poisson equation), hyperbolic (e.g., wave equation), and parabolic (e.g., heat equation). A final chapter addresses nonlinear PDEs through Carleman linearization and Koopman-von Neumann linearization.
**What hardware is needed to run fault-tolerant quantum PDE algorithms?**
These algorithms are designed for fault-tolerant quantum computers with error-corrected logical qubits — not current NISQ devices. The required logical qubit counts and circuit depths for practically useful PDE problems have not been established in this work; that resource estimation is a separate (and ongoing) research problem.
**Why is the gap between numerical analysts and quantum computing researchers a problem?**
Building a working quantum PDE solver requires expertise in both finite element/finite difference methods and quantum circuit design. Currently, most researchers are deep specialists in one area. The vocabulary mismatch means that algorithm papers often make unrealistic assumptions about classical preprocessing, while numerical analysts dismiss quantum approaches based on misunderstandings of what quantum algorithms actually compute. Bridging documents like Li's notes are a practical prerequisite for productive cross-disciplinary collaboration.
RESEARCH
Block Encoding Bridges Quantum Algorithms and PDEs
Published: July 10, 2026 at 13:36 EDTLast updated: July 13, 2026 at 06:37 EDTBy Jonas Vogel, Senior EditorLast reviewed by Jonas Vogel on July 13, 20268 min read
Xiantao Li's lecture notes unify numerical analysis and quantum computing for PDE solvers via block encoding.
fault-tolerantquantum-algorithmspdeblock-encodingqsvthamiltonian-simulationnumerical-analysis