MethodLayer 1
Discrete adiabatic inversion
Encode the solution as the null eigenstate of a Hamiltonian path built from and , follow that path with a sequence of qubitization walk operators to fixed precision, then finish with an eigenstate filter implemented as a linear combination of walk operators rather than by quantum signal processing. Costa and co-authors prove an adiabatic theorem for intrinsically discrete-time evolutions, which removes the residual that continuous adiabatic treatments carried.
An access model for — sparse row/column entry oracles, or a block-encoding; a unitary preparing ; a known upper bound on the condition number; the normalisation ; and a target state error .
A flagged state -close in to . It does not return , any entry of , or any classical functional of — those cost extra and are decided a layer above.
Same contract as the slot it fills.
This one, drawn
From Linear system Ax = b to Solution as a state
A circle is an object you are holding. This method is drawn heavier, opened into its own steps; the other lines between the same two ends are the alternatives recorded for the same slot. Circles are named on hover, and each one is a link.
4 lines here have ways through that this figure does not open. The map opens them in place. See it on the map
What it fills
- Quantum linear solve
Given access to a matrix and a unitary that prepares , produce a flagged quantum state that is -close in to the normalised . The deliverable is a state, not a classical vector.
When it applies
Needs the walk-operator (qubitization) form of access to the path Hamiltonians and a lower bound on the spectral gap along the path, which amounts to a known upper bound on . The authors' stated advantages are that the algorithm is simpler and easier to implement than the sub-optimal alternatives, and that the constant factors are determined, so gate counts can be worked out for a specific application.
Requires
These do not move the route along. The method needs each of them alongside its own work, and the cost of getting them is part of what the method costs.
- Prepare an input state
Map to a state whose amplitudes are proportional to a specified vector , to within . The cost is set by which description of you hold, not by the algorithm that consumes it.
This route uses the oracle , with , in two places: to prepare the initial state , which is the eigenvalue-zero eigenstate of that the walk is to carry to , and to build the projector from and , which sits inside every step's block encoding of . assumption: access to the oracles includes forward, reverse and controlled uses; only the reflection inside has to be made controlled, not itself.
assumption
Example
The run is a classical numerical simulation, and it covers the adiabatic half of the algorithm only: the walk is simulated and its output state compared against the ideal solution, while the filter of Section 4 is costed by formula and never executed, so every error quoted here is the adiabatic error and not the final . For each condition number , Costa, An, Babbush and Berry drew 100 independent random non-Hermitian matrices, used the schedule function of the 2021 paper at , and measured complexity as the number of calls to the block encoding, which is the number of walk steps. Holding the step count fixed across all 100 instances at each , chosen so the root-mean-square error over those instances comes as close to as it can without exceeding it, gives 36 steps at for , then 76 at , 120 at , 176 at , and 232 steps at for (Table 1). Reading that last row through is where the practical constant comes from, about 1,250 times smaller than the that this paper takes from page 16 of the published version of the 2021 work; the abstract rounds that ratio to about 1,200. The constant is not one number but a function of the target error: the same instances need 288 steps for and 344 for , giving and (Table 3). Two application matrices from the SuiteSparse collection, both and non-Hermitian, were run the same way: a directed graph (ID 168) with reached in walk steps, and a circuit simulation problem (ID 1199) with reached in steps (Table 2). Against the randomised solver on the same instances the walk is between 7.42 and 8.03 times cheaper on the random matrices, though the comparison sets walk steps against the randomised method's total evolution time, which the authors argue lower bounds its true cost rather than equalling it. For the two SuiteSparse matrices Table 2's own ratio column gives 9.58 and 457, while the running text of Section 3.2 says 9.2 and 4.0 for those same two cases; this record transcribes both and reconciles neither.
Classical simulation · Tables 1-3 and Section 3.2 of arXiv:2312.07690
given the walk-operator (qubitization) form of access to the path
Hamiltonians and a lower bound on the spectral gap along the
path, which amounts to a known upper bound on kappa
encode the solution as the null eigenstate of a Hamiltonian path built
from A and |b>
follow that path with a sequence of qubitization walk operators to fixed
precision
# the record does not state how many walk operators that sequence
# contains, only the complexity below
finish with an eigenstate filter implemented as a linear combination of
walk operators
# rather than by quantum signal processing
# the authors' framing is that the adiabatic route reaches near-linear
# kappa without a complicated variable-time amplitude amplification
# procedure
# O(kappa log(1/epsilon)) -- strictly linear in kappa, matching a known
# lower bound on the complexity, and also optimal in the combined
# scaling in kappa and the precision epsilon. The adiabatic theorem
# proved here is for intrinsically discrete-time evolutions, which is
# what removes the residual log(kappa) that continuous adiabatic
# treatments carried.
# the authors' stated advantages: the algorithm is simpler and easier to
# implement than the sub-optimal alternatives, and the constant factors
# are determined, so gate counts can be worked out for a specific
# application
# and yet constant factors in this family are unsettled. Numerical
# testing on random matrices reports this solver's constant factor about
# 1,200 times smaller than the published upper bound, and about an order
# of magnitude better than the randomized adiabatic approach of
# arXiv:2305.11352 -- but against the 2023 version of that work, whose
# published 2025 version postdates it. The ranking rests on a 2023
# comparison.Cost, as the source states it
Costa, An, Sanders, Su, Babbush and Berry state a complexity of — strictly linear in , matching a known lower bound on the complexity, and also optimal in the combined scaling in and the precision . Their framing is that the adiabatic route reaches near-linear without a complicated variable-time amplitude amplification procedure.
Implementations
Discrete-adiabatic QLSP solver, classical simulation in MATLAB
Built to settle a costing question rather than a correctness one. The upper bound proved from the discrete adiabatic theorem combines several separate approximations, and the constant it yields for is loose enough that the authors say it serves only for a rough estimate of the walk steps a given error needs. A competing randomised solver had been given a tighter bound and argued on that basis to be faster in practice, so both were run on the same matrices to find out what each actually costs.
The interpolating Hamiltonian is block encoded by selecting between block encodings of and under a one-qubit rotation , and a reflection turns that into the qubitised walk operator. The non-Hermitian case doubles the dimension by embedding in a Hermitian matrix carrying and off the diagonal, and uses four further ancillas beyond the one the block encoding of needs: one selecting between the blocks of , one preparing the combination of and , one implementing , and one selecting between the blocks of , of which the first and last count as part of the system the Hamiltonian acts on. The schedule is the family of the 2021 paper, taken at . Two protocols are run: for the figures the step count is raised gradually until the norm distance between the actual and the ideal state falls below the target , and for the tables a single step count is applied to all 100 instances at a given and chosen to bring the root-mean-square error as close under as it will go. The filtering stage is not simulated at all; Section 4 costs it analytically from together with the repetition factor , where .
For the random tests, 100 independently generated matrices per condition number at , in dimensions , and , in a Hermitian positive-definite family and a general non-Hermitian family; the paper reports that dimension does not significantly alter the complexity, as theory expects. How those matrices are generated is not stated in the text and lives only in the source code. For the application cases, two non-Hermitian matrices from the SuiteSparse Matrix Collection of Davis and Hu, a directed graph with ID 168 and a circuit simulation problem with ID 1199, the collection recorded as accessed on 2024-10-23.
Reference 15 of the paper is a public GitHub repository, PcostaQuantum/QLSP-via-discrete-adiabatic-method, holding MATLAB scripts; the citation points at the file Walk_error_Herm.m inside it and records access on 2025-01-24. The randomised solver used as the comparison arm has a separate repository of its own, cited as reference 17, which is code for that other method and not for this one.
Nothing was run on quantum hardware and no quantum simulator backend is named: the reported complexity is a count of block-encoding calls read off a classical computation of the state. For non-Hermitian matrices the practical constant is at and a target error of , which the paper places about 1,200 times below the published upper bound's constant. The positive-definite case is far cheaper again, 4 to 24 walk steps across the same range of , which Section 4 reads as . The walk beats the randomised method by factors of 7.42 to 8.03 on the random non-Hermitian instances, and the scatter plots record that across every instance tested there was no case where the randomised method surpassed the walk, the maximum cost of the walk staying below the minimum cost of the randomised method at fixed condition number and matrix type. Because the walk's advantage is measured as steps against evolution time, the authors state it would grow further once the cost of implementing that time evolution is included.
Original construction with determined constant factors
The paper that defines the method, and it is written to be implementable rather than only asymptotic. Costa, An, Sanders, Su, Babbush and Berry prove an adiabatic theorem for intrinsically discrete time evolutions and build the linear-systems algorithm directly on the walk operator, which is what removes the Dyson-series overhead the continuous adiabatic treatments carried. Beyond the scaling, its stated aim is to determine the constant factors in the algorithm so that complexity can be worked out in terms of gate counts for a specific application.
Block encodings of and are combined into one of , and a reflection on the ancillas turns it into the walk operator . The schedule obeys with , and the theorems are proved at . Filtering is by a linear combination of walk steps rather than by singular value processing: the window is the Chebyshev polynomial with , and matching its width to the gap gives calls to the block-encoded matrix, against for the singular-value-processing filter. The price is one extra ancilla, two rather than one, and the advantage claimed for it is that the gate sequence is much simpler to determine than the rotation angles quantum signal processing needs.
A Hermitian positive matrix, with the error bound evaluated as a function of the condition number and of the schedule exponent at a fixed number of walk steps. No instance ensemble and no matrix collection enter it: the quantity computed is an operator-norm bound, not a solution error measured over samples.
The arXiv v1 read here publishes no source artefact and names no repository. The only published code for this solver is the MATLAB repository recorded on the other implementation.
Its numerics measure a bound rather than a run, and this record says so plainly instead of dressing it up. Rather than taking the upper bounds on the first and second differences of the walk operator, the authors compute and exactly to fix the coefficients and in their error theorem, and evaluate the resulting bound at a fixed walk steps. The bound comes out approximately linear in , which is what makes the overall complexity linear in ; at it is smallest at , below the the theorems use. At the fitted bound is , about nine times smaller than the constant the corresponding theorem proves. The paper reads as needing roughly walk steps to keep the probability on the spectrum of interest at least , against a filter factor of only about 20 at an of one part in a billion, and concludes that there is over an order of magnitude between its numerics and its analytically proven scaling constants.
Where the claim is contested
Constant factors in this family are unsettled. Costa, An, Babbush and Berry (arXiv December 2023; Quantum 9, 1887 (2025)) report numerical testing on random matrices showing the discrete adiabatic solver's constant factor is in practice about 1,200 times smaller than the published upper bound, and about an order of magnitude better than the randomized adiabatic approach of arXiv:2305.11352 — but that comparison was made against the 2023 version of that work, whose published 2025 version postdates it. The ranking therefore rests on a 2023 comparison; the published Quantum version of the discrete-adiabatic benchmark still cites the 2023 preprint of the randomized solver.
What it needs
- Block-encode a matrix 4 methods
Wrap an operator inside a larger unitary so that sits in 's top-left block, giving every routine above it one uniform way to touch the matrix. The subnormalization and the ancilla count are outputs of this layer, not free parameters.
- Matrix function 2 methods
Given a block-encoding of and a target function bounded on , produce a circuit whose designated block is an -approximation of applied to the singular values (or eigenvalues) of .
Other ways to fill the same slot
Different approaches
- HHL: eigenvalue inversion by phase estimation
Prepare , run phase estimation against to write eigenvalue estimates into an ancilla register, apply a controlled rotation with amplitude proportional to , uncompute the estimation and post-select on the rotation ancilla. The success amplitude is about , so the procedure is amplified times.
- QSVT matrix inversion
Block-encode , apply the quantum singular value transformation with an odd polynomial approximating a scaled away from the origin, then amplify. Because it acts on singular values, need not be Hermitian or sparse — only block-encodable.
- Chebyshev LCU inversion
Expand an approximation of in Chebyshev polynomials and implement that expansion directly through the quantum walk associated with a sparse , rather than through Hamiltonian simulation. Phase estimation is never used, which is what removes the bottleneck.
- Eigenstate filtering inversion
Construct the minimax-optimal polynomial that is 1 at a target eigenvalue and uniformly small outside a spectral gap, and apply it through quantum signal processing. For a linear system is the null eigenstate of a Hamiltonian built from and , so one application of the filter solves it once a starting state with non-trivial overlap is supplied.
In the Atlas
No record in the Atlas covers this yet. The catalogue is circuits and primitives; this part of the literature is not in it.