REVIEW 3 major objections 5 minor 1 cited by
Efficient and Explicit Block Encoding of Finite Difference Discretizations of the Laplacian
T0 review · 3 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read A fully explicit quantum circuit block-encodes the finite-difference Laplacian with optimal sub-normalization when the dimension is a power of two, and its success probability is shown to scale as h^4.
desk verdict A correct, practically useful explicit block encoding of the finite-difference Laplacian with α=1 for D=1,2,4 and clean analytic success-probability scaling; the main construction holds up and the paper deserves refereeing despite a few presentation gaps. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The mechanism is a controlled-shift gadget: two ancilla qubits prepared in a four-way superposition select whether the grid register moves left, right, or stays, with signs arranged so that the |00> branch accumulates the three-point stencil (1,-2,1)/4. In D dimensions an additional ancilla register, transformed by a uniform Hadamard, creates an equal superposition over the D coordinate directions, and controlled shifts apply the stencil along each direction; after the inverse transform the all-zero branch contains the average of the per-direction stencils, which is exactly the scaled Laplacian divided by D and multiplied by D/D_hat. All elements are explicit Hadamard gates, controlled shift
What would settle it
Build the unitary from Theorem 2 explicitly for D = 3 and N = 4 and compare its top-left 64x64 block with (3/4) times the scaled discrete Laplacian; any mismatch falsifies the encoding claim. To test the success-probability claim, apply the circuit to a non-smooth vector such as a step function and check whether the measured post-selection probability follows the h^4 formula; a different scaling would invalidate Lemma 2 but not the exact encoding.
Extended reading notes
Core claim
Theorem 2 states that for D > 1, with D_hat the smallest power of two at least D, an explicit circuit on the grid register plus 2 + log(D_hat) ancillas is a block encoding of the scaled discrete Laplacian with alpha_D = D/D_hat. Since the scaled Laplacian already has unit spectral norm, alpha_D = 1 for D a power of two is optimal. The proof computes the action on basis vectors: a Hadamard-induced superposition over the D coordinate directions, controlled shifts that apply the one-dimensional three-point stencil along each coordinate, and an inverse Hadamard transform; the all-zero ancilla component comes out as alpha_D times the scaled Laplacian acting on the basis vector. The same calculati
Load-bearing premise
The analytic success-probability scaling assumes the exact solution is four times differentiable and that discrete grid sums can be replaced by continuous L2 integrals via Riemann approximation; if the solution is less regular, or on coarse grids, the h^4 formula need not hold, although the block-encoding identity itself does.
Editorial extensions
If this is right
- For D = 1, 2, 4, 8, ... the block encoding wastes no amplitude because alpha_D = 1, so downstream quantum signal processing or phase estimation algorithms pay no extra cost from sub-normalization.
- The analytic success-probability formula gives a quantitative prediction for how many repetitions are needed as the grid is refined: the probability decays quadratically in the grid width h for smooth states.
- The T-gate count scales as O(log N_D), so exponentially finer grids in each dimension add only linearly more T gates.
- In one dimension the new circuit improves on the previous explicit construction by a factor of 16 in success probability while using fewer ancillas and fewer T gates.
- For non-power-of-two dimensions the penalty is explicit, for example alpha_3 = 3/4, allowing a user to know exactly what is lost before deciding on a formulation.
Reading between the lines
- Because alpha_D is always at least 1/2, the worst-case amplitude penalty of this scheme is only a factor of 2, which suggests the method stays near-optimal for every dimension without further adjustment.
- The h^4 success-probability scaling implies the encoding becomes more expensive for high-frequency components of the solution; a preconditioned or multilevel representation that flattens the Laplacian spectrum could turn this scaling from a limitation into a design target.
- The same controlled-shift construction carries over to first-order operators, as the appendix sketches, so gradient, divergence, and wave-operator encodings plausibly inherit the same logarithmic resource profile and could be combined into a PDE solver toolkit.
- Replacing the Riemann-sum approximation in Lemma 2 with exact discrete norms should yield a discrete, regularity-free success-probability bound, removing the C^4 smoothness condition from the scaling claim.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper constructs explicit block-encoding circuits for the normalized finite-difference Laplacian \tilde L_{D,h} on a D-dimensional periodic grid. In one dimension (Theorem 1) a two-ancilla circuit is shown to encode \tilde L_{1,h} with sub-normalization α=1. For arbitrary D (Theorem 2) an additional \hat d = ceil(log_2 D)-qubit register is used to average over the D coordinate directions, yielding a block encoding with α_D = D/\hat D and m = 2+\hat d ancilla qubits. The authors also derive asymptotic success-probability scalings under a C^4 regularity assumption (Lemma 2), compare their construction with the earlier Camps--Lin--Van Beeumen--Yang encoding, and report Qualtran-based T-gate counts showing logarithmic scaling in N_D. An appendix adapts the construction to first-order differential operators.
Significance. If the construction is fully correct, the paper gives a practical advance: compile-ready, exact block encodings with optimal sub-normalization in the power-of-two case, explicit circuits rather than black-box oracles, and analytic scalings for success probability in terms of h, D, and solution regularity. The resource estimates (O(log N_D) T gates for fixed D) and the factor-16 improvement over the previous one-dimensional encoding are tangible. The paper's explicit basis-state proofs and self-contained numerical verification are strengths. The main reservation concerns the rigor of the proof of the D-dimensional theorem, which is currently too abbreviated in a load-bearing place.
major comments (3)
- [§5, Theorem 2, Eq. (18a) and proof] The proof of Theorem 2 as printed is not a valid derivation. The first arrow writes |0⟩|0⟩|j⟩ → (1/√D̂) Σ_k |k⟩|0⟩|j⟩, omitting the H gates on the |ℓ⟩ register that are present in circuit (18a). More seriously, the later line writes the k ≥ D contribution as |k⟩|3⟩|j⟩, but the circuit's part 2 does not map |0⟩_ℓ to |3⟩_ℓ when k ≥ D; the cancellation that prevents k ≥ D terms from entering the (|0⟩,|0⟩) block is not shown. Since Theorem 2 is the central result, please supply the complete basis-state calculation, including the explicit action of part 3 on the four |ℓ⟩ states and the fate of the k ≥ D terms.
- [§4, Theorem 1, proof after Eq. (15)] The proof computes only the first column of blocks and then asserts the full 4×4 block form (including the D_{1,h} and Q_{1,h} blocks) without derivation. This is not needed for the block-encoding property itself, but the coefficients of the top-left block depend on the exact unitary V implemented by part 3 of circuit (14a). Because the circuit diagram is ambiguous and the proof does not give V, the α=1 claim relies on an unstated calculation. Please add the ancilla unitary in a table or matrix form so that Eq. (15) can be checked directly.
- [Abstract and §6.3] The claimed T-gate complexity 'O(log N_D)' is not established for arbitrary D. The circuit contains, for each spatial dimension, S± gates that are controlled not only by the two |ℓ⟩ qubits but also by a multi-qubit condition on the |k⟩ register (k = d). The paper does not count the cost of these multi-controlled shift operations as a function of D; Figure 10 only fits constants C_D log N for D = 1,2,3. Please either prove the T-count including the D-dependent control overhead or state the claim as 'for fixed D'.
minor comments (5)
- [§6.2, Eq. (23)] The eigenvalue identity for v_D(x) = ∏_{d=0}^{D-1} sin(2π x^{(d)}) is incorrect as written: L_D v_D = -D(2π)^2 v_D, not (-1)^D(2π)^2 v_D. The constant C_D in Eq. (24) is consistent with the correct identity, so this is a typo, but it should be fixed.
- [§4, Eq. (14c)] In the one-dimensional success-probability formula, the numerator uses ||L_D v||²_{L2(Ω_1)}, but the operator should be L_1 v (or L_D with D=1, which is the same, but the notation invites confusion).
- [§3, Lemma 2] The statement 'Let v : Ω_D → Ω_D be a four times differentiable function' has the wrong codomain; it should be a scalar-valued function, e.g. v : Ω_D → ℝ. Also, the Riemann-sum approximation in Eq. (12) should mention that the leading h^4 behavior requires C(D,v) ≠ 0; when L_D v vanishes identically, the h^2 scaling is not meaningful.
- [§2.2, Eq. (4)] The notation in Eq. (4a) is slightly nonstandard: U has the block α\tilde A in the top-left, while the text says 'block encoding' of A. This is fine once \tilde A is defined, but it would help to state explicitly that (⟨0|⊗I)U(|0⟩⊗I) = αA/||A||₂.
- [§6.1, Eq. (21)] The error expression emax(v) uses both λ_{1,max} and α; for the reader it should be stated that α=1 for BE1 and α=-1/4 for BE2, so the 1/α factor compensates the scaling of the encoded matrix. This is clear from context but worth spelling out.
Circularity Check
No significant circularity: the block encoding is derived from explicit basis-state computation and the success-probability scalings are analytic consequences of stated regularity assumptions.
full rationale
The central claims are (i) Theorem 1: circuit (14a) is a block encoding of \tilde L_{1,h} with α=1, and (ii) Theorem 2: circuit (18a) is a block encoding of \tilde L_{D,h} with α_D=D/\hat D. Both are proved by direct basis-state computation: Theorem 1 computes U|0⟩|j⟩ and identifies the top-left block as \tilde L_{1,h}|j⟩, and Theorem 2 uses the same one-dimensional calculation per spatial dimension together with identity (9). No fitted parameter is renamed as a prediction: α_D is defined from D and \hat D, and the block-encoding relation (4) is checked explicitly in (18c). The success-probability scalings (14c) and (18d) follow analytically from Lemma 2, whose Taylor-expansion and Riemann-sum approximations are stated rather than hidden; the constants C(D,v) are derived from ||L_D v||_{L2}/||v||_{L2}, not extracted from the numerical runs. The numerical experiments then verify those analytically derived scalings, which is a consistency check, not a circular prediction. The comparison with [11] uses that paper's explicit circuit and angles; no load-bearing self-citation occurs, and the authors cite no prior work of their own. The only in-scope anomaly is a proof-writing slip in Theorem 2's first arrow, where the Hadamard gates on the |ℓ⟩ register are not written in the displayed transformation; restoring them as the circuit diagram requires yields exactly the claimed result. This is a notational/proof gap, not a circular reduction. Overall the derivation is self-contained against explicit circuit definitions and analytic estimates.
Assumptions & free parameters
assumptions (5)
- domain assumption Grid size N is a power of two, N = 2^n
- domain assumption Periodic boundary conditions on the D-dimensional unit hypercube
- domain assumption The exact solution v is four times differentiable and periodic for the success-probability scaling
- standard math Shift operators have efficient binary adders with O(log N) T gates
- standard math Block-encoding post-selection framework is valid
Cite this review
Pith. "Pith review of Efficient and Explicit Block Encoding of Finite Difference Discretizations of the Laplacian." pith.science (2026). https://pith.science/paper/2AO5TXFU
@misc{pith2026250902429,
author = {Pith},
title = {Pith review of: Efficient and Explicit Block Encoding of Finite Difference Discretizations of the Laplacian},
year = {2026},
howpublished = {\url{https://pith.science/paper/2AO5TXFU}},
note = {Machine review of arXiv:2509.02429}
}
read the original abstract
The data input model is a fundamental component of every quantum algorithm, as its efficiency is crucial for achieving potential speed-ups over classical methods. For quantum linear algebra tasks that utilize quantum eigenvalue or singular value transformations, block encoding is the established technique for accessing matrix data. A key application of this is solving partial differential equations, where the Laplacian operator and its finite difference discretization serve as foundational examples. In this paper, we present an efficient and explicit block encoding method that enhances existing approaches in key aspects. We detail the construction of the quantum algorithm and illustrate how it leverages the unique structure of finite difference discretizations. Furthermore, we analytically derive the scaling of the sub-normalization factor and of the success probability of the block encoding with respect to the problem dimension, the grid width of the finite difference grid and the regularity of the exact solution, and we give resource estimates.
Figures
Figures from the paper (8 more)
Forward citations
Cited by 1 Pith paper
-
Moment-Structured Block Encodings of Periodic Finite-Difference Operators
Moment order of a periodic finite-difference stencil simultaneously fixes the continuum operator, Fourier-symbol vanishing, and a closed-form optimality certificate for its shift-LCU block encoding.
Reference graph
Works this paper leans on
-
[12]
Ex- plicit block encodings of boundary value problems for many-body elliptic operators
T. Kharazi, A. M. Alkadri, J.-P. Liu, K. K. Mandadapu, and K. B. Whaley. “Ex- plicit block encodings of boundary value problems for many-body elliptic operators”. Quantum 9, 1764 (2025)
work page 2025
-
[1]
Partial differential equations
L. C. Evans. “Partial differential equations”. Volume 19 of Graduate studies in math- ematics. American Mathematical Society. Providence, Rhode Island (2022). Second edition
work page 2022
-
[2]
Numerical solution of partial differential equations: Finite difference methods
G. D. Smith. “Numerical solution of partial differential equations: Finite difference methods”. Oxfordappliedmathematicsandcomputingscienceseries.ClarendonPress. Oxford (1993). 3. ed., repr. (with corr.) edition
work page 1993
-
[3]
Numerical partial differential equations: Finite difference methods
J. W. Thomas. “Numerical partial differential equations: Finite difference methods”. Volume 22 of Springer eBook Collection Mathematics and Statistics. Springer. New York, NY (1995). 18
work page 1995
-
[4]
Solving ordinary differential equations II
E. Hairer and G. Wanner. “Solving ordinary differential equations II”. Volume 14. Springer Berlin Heidelberg. Berlin, Heidelberg (1991)
work page 1991
-
[5]
Krylov subspace methods for linear systems
T. Sogabe. “Krylov subspace methods for linear systems”. Volume 60. Springer Nature Singapore. Singapore (2022)
work page 2022
-
[6]
Hamiltonian simulation by qubitization
G. H. Low and I. L. Chuang. “Hamiltonian simulation by qubitization”. Quantum3, 163 (2019)
work page 2019
-
[7]
A. Gilyén, Y. Su, G. H. Low, and N. Wiebe. “Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics”. In Proceed- ings of the 51st Annual ACM SIGACT Symposium on Theory of Computing. Pages 193–204. ACM Digital Library. Association for Computing Machinery (2019)
work page 2019
Show all 25 references
-
[8]
Efficient quantum algorithms for simulating sparse Hamiltonians
D. W. Berry, G. Ahokas, R. Cleve, and B. C. Sanders. “Efficient quantum algorithms for simulating sparse Hamiltonians”. Communications in Mathematical Physics270, 359–371 (2007)
2007
-
[9]
Hamiltonian simulation with nearly opti- mal dependence on all parameters
D. W. Berry, A. M. Childs, and R. Kothari. “Hamiltonian simulation with nearly opti- mal dependence on all parameters”. In 2015 IEEE 56th Annual Symposium on Foun- dations of Computer Science (FOCS 2015). Pages 792–809. Piscataway, NJ (2015). IEEE
2015
-
[10]
Quantum algorithm for systems of linear equations with exponentially improved dependence on precision
A. M. Childs, R. Kothari, and R. D. Somma. “Quantum algorithm for systems of linear equations with exponentially improved dependence on precision”. SIAM Journal on Computing 46, 1920–1950 (2017)
1920
-
[11]
Explicit quantum circuits for block encodings of certain sparse matrices
D. Camps, L. Lin, R. Van Beeumen, and C. Yang. “Explicit quantum circuits for block encodings of certain sparse matrices”. SIAM Journal on Matrix Analysis and Applications 45, 801–827 (2024)
2024
-
[13]
Optimal Hamiltonian simulation by quantum signal processing
G. H. Low and I. L. Chuang. “Optimal Hamiltonian simulation by quantum signal processing”. Physical review letters118, 010501 (2017)
2017
-
[14]
Grand unification of quantum algorithms
J. M. Martyn, Z. M. Rossi, A. K. Tan, and I. L. Chuang. “Grand unification of quantum algorithms”. PRX Quantum2, 040203 (2021)
2021
-
[15]
Quantum computation and quantum information
M. A. Nielsen and I. L. Chuang. “Quantum computation and quantum information”. Cambridge University Press. (2012)
2012
-
[16]
Quantum computing: A gentle introduction
E. Rieffel and W. Polak. “Quantum computing: A gentle introduction”. Scientific and engineering computation. The MIT Press. Cambridge, Massachusetts and London, England (2014). First MIT press paperback edition
2014
-
[17]
Lecture notes on quantum algorithms for scientific computation
L. Lin. “Lecture notes on quantum algorithms for scientific computation” (2022). arXiv:2201.0830
2022
-
[18]
Quantum error correction for quantum memories
B. M. Terhal. “Quantum error correction for quantum memories”. Reviews of Modern Physics 87, 307–346 (2015)
2015
-
[19]
Expressing and analyzing quantum algorithms with qual- tran
M. P. Harrigan, T. Khattar, C. Yuan, A. Peduri, N. Yosri, F. D. Malone, R. Bab- bush, and N. C. Rubin. “Expressing and analyzing quantum algorithms with qual- tran” (2024) arXiv:2409.04643
2024 arXiv
-
[20]
A logarithmic- depth quantum carry-lookahead adder
T. G. Draper, S. A. Kutin, E. M. Rains, and K. M. Svore. “A logarithmic- depth quantum carry-lookahead adder”. Quantum Info. Comput.6, 351–369 (2006). url: https://dl.acm.org/doi/abs/10.5555/2012086.2012090
2006
-
[21]
Improved quantum circuits for elliptic curve discrete logarithms
T. Häner, S. Jaques, M. Naehrig, M. Roetteler, and M. Soeken. “Improved quantum circuits for elliptic curve discrete logarithms”. In Jintai Ding and Jean-Pierre Tillich, editors, Post-Quantum Cryptography. Volume 12100 of Lecture Notes in Computer Science, pages 425–444. Sprin...
2020
-
[22]
Block-encoding structured matrices for data input in quantum computing
C. Sünderhauf, E. Campbell, and J. Camps. “Block-encoding structured matrices for data input in quantum computing”. Quantum8, 1226 (2024)
2024
-
[23]
FABLE: Fast approximate quantum circuits for block-encodings
D. Camps and R. Van Beeumen. “FABLE: Fast approximate quantum circuits for block-encodings”. In 2022 IEEE International Conference on Quantum Computing and Engineering (QCE). Page 104–113. IEEE (2022)
2022
-
[24]
Realization of quantum signal processing on a noisy quantum computer
Y. Kikuchi, C. McKeever, L. Coopmans, M. Lubasch, and M. Benedetti. “Realization of quantum signal processing on a noisy quantum computer”. npj Quantum Informa- tion 9, 93 (2023)
2023
-
[25]
Resource-efficient variational block-encoding
L. Rullkötter, S. Weber, V. M. Katukuri, C. Tutschku, and B. C. Mummaneni. “Resource-efficient variational block-encoding” (2025). arXiv:2507.17658. 20
2025
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.