Pith. sign in

REVIEW 4 major objections 5 minor 45 references

A Spectral Quantum Algorithm for Numerical Differentiation and Integration

T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Two quantum algorithms, QFTD and QFTI, compute derivatives and indefinite integrals directly from amplitude-encoded data samples, returning results at every domain point simultaneously.

desk verdict The derivative half is a real, publishable quantum-circuit contribution; the integration half has a structural mathematical error and should not be published as claimed. read the letter →

arxiv 2506.19959 v3 pith:C5HQAFEH submitted 2025-06-24 quant-ph

classification quant-ph MSC 81P6868Q1265D2565D30
keywords quantumFouriertransformnumericaldifferentiationintegrationamplitudeencodingmodifiedwavenumbertrapezoidalruleblocksignrecovery
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that numerical differentiation and indefinite integration can be performed on a quantum computer directly from function samples, with no closed-form expression needed, and that both results can be produced at every discretized domain point from a single circuit run. Its route is spectral: send the amplitude-encoded samples through a quantum Fourier transform, scale each frequency component by the appropriate discrete modified wavenumber using controlled rotations on an ancilla qubit, and transform back, so the output state amplitudes carry the derivative or integral values. The paper further claims logarithmic gate complexity for the derivative algorithm and, for the integration task, a complexity exponentially better than the latest quantum Monte Carlo integration method, which would make these circuits attractive as reusable subroutines for quantum image processing, data analysis, and machine learning. A genuine demonstration that the same circuits return correctly signed, properly scaled results at all points simultaneously would fill a gap left by existing quantum calculus tools, which mostly require a known functional form and return only a single point estimate.

What carries the argument

The two objects that carry the argument are the modified-wavenumber identities of spectral calculus and the cumulative-sum matrix $\Sigma$. The derivative identity replaces the continuous Fourier factor $i\omega$ by $i\sin(2\pi k/N)/\Delta x$, which corresponds to a central-difference stencil; the integration identity uses $\Delta x\cos(2\pi k/N)$ to represent the differential area of overlapping two-step trapezoids. The quantum Fourier transform moves the amplitude-encoded samples into frequency space, where a sequence of controlled $R_x$ rotations on an ancilla applies the sine or cosine factor to every frequency component in parallel; an inverse QFT returns to the spatial domain with the result encoded in the amplitudes. The QFTI then needs one more operation, a block-encoded unitary for the unit lower-triangular matrix $\Sigma$, constructed by embedding $H = \begin{pmatrix}0 & \Sigma^\dagger \\ \Sigma & 0\end{pmatrix}$ in a larger unitary and using QR decomposition. What makes the mechanism work, if it works, is that these classical spectral identities can be executed as circuits whose gate count is logarithmic in the number of samples rather than linear, because the QFT and the rotation ladder act on superpositions of all frequencies at once.

What would settle it

On a four-point grid with $f_j = j$, compute $\Delta A_j = \Delta x(f_{j+1} + f_{j-1})$ for all $j$, take the DFT of both sides of the cosine identity, and compare the spectrum with $\Delta x\cos(2\pi k/N)F_k$; the vectors differ by a factor of two. Then sum the $\Delta A_j$ and compare with the trapezoidal integrals $\int_{x_0}^{x_j} f\,dx$; the running total does not match, and a statevector simulation of the QFTI circuit on the same input would show the output amplitudes deviating from the claimed integral by the same offset.

Watch

Extended reading notes

Core claim

On its own terms, the paper's central discovery is that discrete spectral calculus identities can be turned into gate-level quantum circuits whose output state is directly proportional to the derivative or integral of a sampled function. For derivatives, the identity is $\mathrm{DFT}^{-1}[i\sin(2\pi k/N)/\Delta x \,\mathrm{DFT}[f]]_j$, a discrete analogue of the Fourier derivative rule that uses a modified wavenumber to match a central-difference stencil; the QFTD realizes it as a QFT, a ladder of controlled $R_x$ rotations that multiplies each frequency amplitude by $i\sin(2\pi k/N)$ inside an ancilla, and an ancilla-controlled inverse QFT. For integration, the paper writes the trapezoidal differential areas as $\Delta x\,\mathrm{DFT}^{-1}[\cos(2\pi k/N)\,\mathrm{DFT}[f]]_j$ and then applies a unit lower-triangular matrix $\Sigma$, block-encoded into a unitary by Hermitian embedding and QR decomposition, to accumulate the areas into partially bound integrals from $x_0$ to each $x_j$ with the integration constant fixed. The claimed payoffs are that all $N$ spatial results appear simultaneously in the quantum state, sign information can be recovered by a parallel comparison circuit, and the complexity is $O(\log^2 N)$ for QFTD, with the QFTI exponentially faster than the $O(\sqrt{N})$ QMCI baseline; error is bounded by $\max\{O(N^{-2}), O(M^{-1/2})\}$ for QFTD and $\max\{O(N^{-1}), O(M^{-1/2})\}$ for QFTI.

Load-bearing premise

The integration algorithm assumes that a cosine scaling of the function's Fourier components followed by a running total of the resulting pieces equals the trapezoidal integral from the starting point to each sample point; that equivalence is where the derivation drops a factor of two and sums overlapping intervals rather than adjacent ones, so the QFTI's claimed output rests on a premise the paper does not actually establish.

Editorial extensions

If this is right

  • A quantum machine-learning or image-processing pipeline that already has data in amplitudes can obtain derivative or integral features with roughly the circuit depth of one or two QFTs, instead of a classical pass over all $N$ samples.
  • Domain-wide derivative estimates at all $N$ points become available from one circuit execution, whereas Jordan's algorithm and variational approaches return point estimates and require the function's algebraic form.
  • For indefinite integration on samples, the QFTI would make the full running integral available as a quantum state, something the quantum Riemann-sum method would need $O(N\log N)$ gates to reproduce point by point.
  • The two-dimensional QFTD returns all partial derivatives, including mixed partials, tagged by ancilla states, so gradient information for variational loops can be produced without repeated circuit executions.
  • Error scales as $\max\{O(N^{-2}), O(M^{-1/2})\}$ for derivatives and $\max\{O(N^{-1}), O(M^{-1/2})\}$ for integrals, so accuracy is controlled by sample density and shot count rather than by an oracle construction.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Correcting the missing factor of two in the cosine scaling would change the QFTI's kernel: the algorithm as written likely computes a cosine-windowed weighted average of neighboring samples rather than a trapezoidal integral, so a repaired version would need to halve the kernel or redefine the sum so the intervals tile the domain.
  • Because the paper implements $\Sigma$ with a generic arbitrary-unitary gate whose isometry decomposition costs between $4^n/4$ and $23\cdot 4^n/48$ gates, the $O(\log^2 N)$ integration claim depends on an efficient structured circuit for $\Sigma$; finding such a circuit, or a quantum carry-save accumulation of the partial sums, is the direct test of whether the exponential speedup survives at the
  • The sign-recovery procedure compares two measured probabilities that can be very close when the derivative or integral is small, so the shot budget may need to grow in low-amplitude regions; the resolution formulas give a concrete threshold for when this dominates.
  • If a corrected QFTI is found, the same rotation-ladder trick should generalize to other quadrature rules by replacing the cosine wavenumber and the summation matrix; the paper explicitly leaves higher-order quadrature unexplored.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes two quantum algorithms operating on amplitude-encoded function samples: QFTD, a spectral method for numerical differentiation, and QFTI, a spectral method for partially bound (indefinite) integration with a prescribed integration constant. Both are built on DFT shift-theorem identities with trigonometric modified wavenumbers, implemented via QFT, controlled ancilla rotations, and, for QFTI, a block-encoded cumulative-summation matrix. The paper also presents a higher-dimensional QFTD extension, sign-recovery post-processing, Qiskit simulation results, and error/complexity analyses. The work claims that QFTD and QFTI return domain-wide derivative and integral results simultaneously, with QFTD complexity O(log^2 N) and QFTI exponentially more efficient than the latest QMCI technique.

Significance. If the QFTI result were correct, the paper would provide a genuinely useful quantum subroutine: sample-based, domain-wide numerical integration with logarithmic query complexity, plus a derivative algorithm that is largely sound. The QFTD portion is developed carefully: the modified-wavenumber derivation follows the classical FFT-differentiation literature, the circuit construction with controlled Rx rotations is plausible, and the numerical examples (including the 1/x test and the 2D gradient example) support the derivative claim. The sign-recovery circuits are a thoughtful addition. However, the central integration identity is mathematically incorrect: Eq. (9) drops a factor of 2 from the shift theorem, and Eq. (12) sums overlapping centered intervals rather than adjacent trapezoids, so the quantity produced by QFTI is not the trapezoidal partial integral claimed. Because the integration algorithm is a headline contribution of the paper, this failure is load-bearing for the manuscript as a whole.

major comments (4)
  1. [§2.2, Eq. (9)] Under the DFT convention in Eq. (4), the Fourier shift theorem gives DFT[Δx(f_{j+1}+f_{j-1})] = 2Δx cos(2πk/N) F_k, not Δx cos(2πk/N) F_k as written in Eq. (9). The missing factor of 2 is propagated into Eq. (10), so the quantity actually produced by the wavenumber rotation is (Δx/2)(f_{j+1}+f_{j-1}) rather than the interval area defined in Eq. (8).
  2. [§2.2, Eqs. (10)–(14)] The core identity underlying QFTI is incorrect. Each ΔA_j in Eq. (10) is the half-area of the centered interval [x_{j-1}, x_{j+1}]; these intervals overlap, so the cumulative sum in Eq. (12) gives I_j = T_j + (Δx/2)(f_{j+1}+f_{-1}) for j ≥ 1 (with periodic indexing f_{-1}=f_{N-1}), where T_j is the trapezoidal partial sum. The extra term is not a constant offset, varies with j, and does not vanish as N grows unless the relevant end values vanish. Therefore Eq. (14) does not approximate ∫_{x0}^{x_j} f dx, and the claim that QFTI implements trapezoidal integration is unsupported.
  3. [§3.2 and §4.1] The numerical validation in §3.2 and Fig. 21 does not test the claimed integral identity: the R² values compare squared outputs, and the mean-absolute-error scaling in Fig. 21(c) is insensitive to a fixed O(Δx) perturbation of the integrand. Moreover, the 'systematic error caused by the initial point' discussed in §3.2 is an incomplete diagnosis; the construction in Eqs. (10)–(14) contributes both a constant f_{-1} term and a j-dependent f_{j+1} look-ahead term. The signed results in Fig. 20 show a systematic offset of exactly the type these extra terms would produce, so they provide confirmatory evidence against, rather than for, the claimed algorithm.
  4. [§4.2 and Tables 3–4] The complexity analysis contains internal inconsistencies. A gate-level implementation of the QFT on n qubits requires Θ(n^2)=Θ(log^2 N) gates, so the sentence claiming 'two applications of the QFT circuit with gate complexity O(log N)' is incorrect; the abstract and Table 3 correctly state O(log^2 N) for QFTD. For QFTI, the block-encoded partial-summation operator U_H is implemented as an arbitrary isometry whose decomposition cost is exponential in the number of qubits (the text cites costs ranging from (1/4)4^n to (23/48)4^n), which contradicts the claimed O(log^2 N) gate complexity in Table 4 and undermines the exponential speedup claim relative to QMCI.
minor comments (5)
  1. [§2.4, paragraph after Eq. (31)] The sentence 'observations in the |0⟩a should be discarded' contradicts the preceding sentence, which says observations with the ancilla in |0⟩a have received the proper phase; one of these statements is a typo.
  2. [§3.2] 'Systemic error' should be 'systematic error'.
  3. [§4.1, Fig. 21 discussion] The phrases '108-qubit QFTD simulation' and '106-qubit QFTI simulation' appear to be errors for '10^8-shot' and '10^6-shot' simulations.
  4. [§2.2, last paragraph] The sentence 'the integral procedure an additional step' is missing a verb; it should read 'the integral procedure requires an additional step'.
  5. [Eq. (34)] The notation '||f|| 2 l2' is ambiguous; it should be written as ||f||_{l2}^2.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: QFTD and QFTI are self-contained derivations benchmarked against analytical solutions.

full rationale

The paper's derivation chain is self-contained and does not reduce to its own inputs. The QFTD algorithm is derived from standard DFT differentiation identities, with the modified wavenumber obtained from the central-difference formula and the Fourier shift theorem in Eqs. (5)-(7); this derivation is carried out in the text and is not imported as an unexamined self-citation. The QFTI algorithm is constructed from an analogous trapezoidal-area expression and a cumulative partial-sum matrix, with the final state-vector coefficients proportional to the claimed integral through Eq. (14) and the post-processing relation Eq. (42). No parameters are fitted to the numerical results; all scaling factors (norm of the input, Δx, spectral norm of the summation matrix) are known constants of the encoding and linear-algebra construction. The numerical examples compare circuit outputs with analytically known derivatives and integrals, which are external benchmarks rather than fitted or algorithm-generated targets. The cited references to prior classical DFT-differentiation work and to Riemann-sum quantum integration are external and non-load-bearing for the central construction. There is no self-citation chain, no imported uniqueness theorem, and no ansatz smuggled in solely by reference to the authors' own prior work. Correctness concerns about the QFTI identity, such as the factor-of-two issue and the overlapping-interval structure in Eqs. (8)-(14), are mathematical validity issues, not circular reductions, and therefore do not affect the circularity score.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

The derivative algorithm rests on standard Fourier identities. The integration algorithm rests on two ad hoc identities, Eqs. (9) and (12), that are not valid. Both algorithms additionally assume efficient amplitude encoding, which is not demonstrated. No new physical entities are introduced.

assumptions (5)
  • standard math Fourier shift theorem and the identity F[f'] = i omega F[f]
    Used to justify Eqs. (1)-(7) for the derivative algorithm.
  • ad hoc to paper DFT[Delta x (f_{j+1}+f_{j-1})] = Delta x cos(2 pi k/N) F_k
    This identity omits the factor 2 from the shift theorem and is load-bearing for the QFTI; it is incorrect as written.
  • ad hoc to paper The cumulative sum in Eq. (12) of centered area estimates equals the partial integral from x0 to x_j
    The intervals overlap, so the sum does not implement the trapezoidal rule; this premise is false.
  • domain assumption Block encoding of the partial-sum matrix Sigma via H = [[0, Sigma^dag],[Sigma,0]] and QR decomposition yields a unitary with controllable overhead
    The paper relies on this to build U_H but does not provide a validated construction; Qiskit's arbitrary unitary gate costs O(4^n).
  • domain assumption Input f can be efficiently amplitude-encoded
    Stated in Section 2; complexity claims depend on this assumption, and the Qiskit initialization used in Section 3 costs O(2^n).

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Spectral Quantum Algorithm for Numerical Differentiation and Integration." pith.science (2026). https://pith.science/paper/C5HQAFEH

@misc{pith2026250619959,
  author       = {Pith},
  title        = {Pith review of: A Spectral Quantum Algorithm for Numerical Differentiation and Integration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/C5HQAFEH}},
  note         = {Machine review of arXiv:2506.19959}
}
read the original abstract

Numerical calculus algorithms which estimate derivatives and integrals from data series acquired either via measurements or by sampling functions are essential in scientific computing. To date, a few quantum algorithms have been developed to perform calculus operations based on closed form functional inputs; yet, in many practical applications, field variables are numerically described via series of samples rather than closed form expressions. This paper presents the theoretical development and the gate-level circuit implementation of novel quantum algorithms for numerical differentiation and indefinite integration with a prescribed integration constant. The methodology relies on a spectral approach that leverages the computational efficiency of the quantum Fourier transform and the parallel computing capability afforded by quantum superposition to evaluate outputs at all domain points simultaneously. The differentiation approach is also extended to enable gradient estimation, and post-processing procedures are presented to recover sign information. The primary output of the proposed algorithms are quantum state vectors directly proportional to the numerical derivative or integral of the given data; therefore, the correctly signed results are made available to proceeding quantum computations. This result lays the foundation for the proposed algorithms to serve as core subroutines in applied quantum computing operations such as image processing, data analysis, and machine learning.

Figures

Figures reproduced from arXiv: 2506.19959 by the authors.

Figure 1
Figure 1. Three qubit example of the QFTD circuit. QFTs are applied to the [PITH_FULL_IMAGE:figures/full_fig_p007_1.png] view at source ↗
Figure 2
Figure 2. Three qubit example of the wavenumber rotation potion of the QFTD circuit. Controlled [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Three qubit example of the QFTI circuit. Following a similar procedure used in the QFTD [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (18 more)
Figure 4
Figure 4. Figure 4: Two-dimensional QFTD circuit for input discretized by [PITH_FULL_IMAGE:figures/full_fig_p015_4.png]
Figure 5
Figure 5. Figure 5: Example sign recovery circuit used to recover the signed output of a three-qubit QFTD [PITH_FULL_IMAGE:figures/full_fig_p017_5.png]
Figure 6
Figure 6. Figure 6: Example sign recovery circuit used to recover the signed output of a three-qubit QFTI [PITH_FULL_IMAGE:figures/full_fig_p018_6.png]
Figure 7
Figure 7. Figure 7: Illustration of (a) the input function f(x) = cos(2πx) and (b) its frequency spectrum [PITH_FULL_IMAGE:figures/full_fig_p019_7.png]
Figure 8
Figure 8. Figure 8: QFTD results for the input function f(x) = cos(2πx) with the square of the analytical derivative superimposed [PITH_FULL_IMAGE:figures/full_fig_p019_8.png]
Figure 9
Figure 9. Figure 9: Illustration of (a) the input function f(x) = 1/x and (b) its frequency spectrum. In the frequency plot, uniformly non-zero intensities at high frequencies indicate that DFTs and QFTs will truncate the high-frequency portions of the function’s true frequency spectrum …
Figure 10
Figure 10. Figure 10: shows in semi-logarithmic scale the direct comparison of the QFTD and the corre￾sponding analytical derivative, given by -1/x2 . As in the previous case, results are compared in terms of the square of the resulting function [PITH_FULL_IMAGE:figures/full_fig_p020_10.png]
Figure 11
Figure 11. Figure 11: QFTD result for input function f(x) = 1/x evaluated with 108 shots over shifted domain, [0.2, 1] compared with square of analytical derivative result presented with (a) semi-logarithmic scaling and (b) linear scaling. Noting the agreement between the quantum and the a…
Figure 12
Figure 12. Figure 12: Results of the derivative algorithm applied to a polynomial input function (a) [PITH_FULL_IMAGE:figures/full_fig_p022_12.png]
Figure 13
Figure 13. Figure 13: In (a), QFTI results for input function f(x) = cos(2πx) are compared with analytical result for the partially bound integral R x x0 cos(2πx)dx. In (b), the analytical integral is displayed without squaring to illustrate the respective correlations between QFTI over/un…
Figure 14
Figure 14. Figure 14: QFTI algorithm result f(x) = 1/x on the domain [−1, 1] compared with the square of the analytically obtained integral. Again, two additional examples are briefly provided to illustrate the versatility of the QFTI algorithm. Using the same input functions presented in …
Figure 15
Figure 15. Figure 15: Six-qubit examples comparing the QFTI algorithm’s output against the square of the [PITH_FULL_IMAGE:figures/full_fig_p024_15.png]
Figure 16
Figure 16. Figure 16: Comparison of (a) the M = 108 shot, 6-qubit × 6-qubit QFTD gradient result, and (b) the theoretical gradient magnitude of the input function f(x, y) = cos(πx) sin(πy/2). As was the case for the one-dimensional QFTD, the measured result for each partial derivative is p…
Figure 17
Figure 17. Figure 17: Logarithmically scaled error map comparing the actual gradient magnitude and the QFTD [PITH_FULL_IMAGE:figures/full_fig_p026_17.png]
Figure 18
Figure 18. Figure 18: Eight-qubit examples (excluding ancilla qubits) comparing the QFTD algorithm’s signed [PITH_FULL_IMAGE:figures/full_fig_p026_18.png]
Figure 19
Figure 19. Figure 19: Eight-qubit examples comparing the QFTD algorithm’s signed output against the ana [PITH_FULL_IMAGE:figures/full_fig_p027_19.png]
Figure 20
Figure 20. Figure 20: Six-qubit examples comparing the QFTI algorithm’s signed output against the analytically [PITH_FULL_IMAGE:figures/full_fig_p027_20.png]
Figure 21
Figure 21. Figure 21: Mean absolute error trends observed for (a),(b) the QFTD algorithm and (c),(d) the QFTI [PITH_FULL_IMAGE:figures/full_fig_p028_21.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

45 extracted references · 39 canonical work pages

  1. [1]

    Hybrid Quantum/Classical Derivative Theory: Analytical Gradients and Excited-State Dynamics for the Multistate Contracted Variational Quantum Eigensolver,

    E. G. Hohenstein, “Hybrid Quantum/Classical Derivative Theory: Analytical Gradients and Excited-State Dynamics for the Multistate Contracted Variational Quantum Eigensolver,” tech. rep., SLAC National Accelerator Lab., Menlo Park, CA (United States), Jan. 2019

  2. [2]

    Calculating energy derivatives for quantum chemistry on a quan- tum computer,

    Thomas E. O’Brien, B. Senjean, R. Sagastizabal, X. Bonet-Monroig, A. Dutkiewicz, F. Buda, L. DiCarlo, and L. Visscher, “Calculating energy derivatives for quantum chemistry on a quan- tum computer,” npj Quantum Information, vol. 5, p. 113, Dec. 2019

  3. [3]

    Theory of analytical energy derivatives for the variational quantum eigensolver,

    K. Mitarai, Y. O. Nakagawa, and W. Mizukami, “Theory of analytical energy derivatives for the variational quantum eigensolver,” Physical Review Research, vol. 2, p. 013129, Feb. 2020

  4. [4]

    T. M. Chan, ed., Proceedings of the Thirtieth Annual ACM-SIAM Symposium on Discrete Algorithms. Philadelphia, PA: Society for Industrial and Applied Mathematics, Jan. 2019

  5. [5]

    Pure quantum gradient descent algorithm and full quantum variational eigensolver,

    R. Chen, Z. Guang, C. Guo, G. Feng, and S.-Y. Hou, “Pure quantum gradient descent algorithm and full quantum variational eigensolver,” Frontiers of Physics, vol. 19, p. 21202, Dec. 2023

  6. [6]

    Quantum algorithmic differentiation,

    G. Colucci and F. Giacosa, “Quantum algorithmic differentiation,” Quantum Information and Computation, vol. 21, pp. 0080–0094, Feb. 2021

  7. [7]

    Quantum Monte Carlo Integration: The Full Advantage in Minimal Circuit Depth,

    S. Herbert, “Quantum Monte Carlo Integration: The Full Advantage in Minimal Circuit Depth,” Quantum, vol. 6, p. 823, Sept. 2022. arXiv:2105.09100 [quant-ph]

  8. [8]

    Quantum supersampling,

    E. R. Johnston, “Quantum supersampling,” in ACM SIGGRAPH 2016 Talks, (Anaheim Cali- fornia), pp. 1–1, ACM, July 2016

Show all 45 references
  1. [9]

    Quantum Coin Method for Numerical Integration,

    N. H. Shimada and T. Hachisuka, “Quantum Coin Method for Numerical Integration,” Computer Graphics Forum, vol. 39, pp. 243–257, Sept. 2020

  2. [10]

    Fast Quantum Algorithm for Numerical Gradient Estimation,

    S. P. Jordan, “Fast Quantum Algorithm for Numerical Gradient Estimation,” Physical Review Letters, vol. 95, p. 050501, July 2005

  3. [11]

    Efficient quantum algorithm for weighted partial sums and numerical integration,

    A. Shukla and P. Vedula, “Efficient quantum algorithm for weighted partial sums and numerical integration,” Nov. 2024. arXiv:2411.10986 [quant-ph]

  4. [12]

    Quantum algorithms and circuits for scientific computing,

    M. K. Bhaskar, S. Hadfield, A. Papageorgiou, and I. Petras, “Quantum algorithms and circuits for scientific computing,” Quantum Info. Comput., vol. 16, pp. 197–236, Mar. 2016

  5. [13]

    Introduction to Automatic Differentiation and MATLAB Object-Oriented Programming,

    R. D. Neidinger, “Introduction to Automatic Differentiation and MATLAB Object-Oriented Programming,” SIAM Review, vol. 52, pp. 545–563, Jan. 2010

  6. [14]

    Henrard, Algorithmic Differentiation in Finance Explained

    M. Henrard, Algorithmic Differentiation in Finance Explained. Cham: Springer International Publishing, 2017

  7. [15]

    Quantum algorithm and circuit design solving the Poisson equation,

    Y. Cao, A. Papageorgiou, I. Petras, J. Traub, and S. Kais, “Quantum algorithm and circuit design solving the Poisson equation,” New Journal of Physics, vol. 15, p. 013021, Jan. 2013

  8. [16]

    Quantum Algorithms for Scientific Computing and Approximate Optimization,

    S. Hadfield, “Quantum Algorithms for Scientific Computing and Approximate Optimization,” May 2018. arXiv:1805.03265 [quant-ph]

  9. [17]

    Geometry optimization,

    H. B. Schlegel, “Geometry optimization,” WIREs Computational Molecular Science, vol. 1, pp. 790–809, Sept. 2011. 32

  10. [18]

    Molecular Vibrations,

    E. B. Wilson, J. G. Decius, P. G. Cross, and R. T. Lagemann, “Molecular Vibrations,”American Journal of Physics, vol. 23, pp. 550–550, Nov. 1955

  11. [19]

    Analytical Derivative Methods in Quantum Chemistry,

    P. Pulay, “Analytical Derivative Methods in Quantum Chemistry,” in Advances in Chemical Physics, pp. 241–286, John Wiley & Sons, Ltd, 1987. eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/9780470142943.ch4

  12. [20]

    T. G. Wong, Introduction to classical and quantum computing. Omaha, Nebraska: Rooted Grove, 2022

  13. [21]

    The theory of variational hybrid quantum-classical algorithms,

    J. R. McClean, J. Romero, R. Babbush, and A. Aspuru-Guzik, “The theory of variational hybrid quantum-classical algorithms,” New Journal of Physics, vol. 18, p. 023023, Feb. 2016

  14. [22]

    Progress towards practical quantum variational algorithms,

    D. Wecker, M. B. Hastings, and M. Troyer, “Progress towards practical quantum variational algorithms,” Physical Review A, vol. 92, p. 042303, Oct. 2015

  15. [23]

    Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics,

    A. Gily´ en, Y. Su, G. H. Low, and N. Wiebe, “Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics,” in Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing, (Phoenix AZ USA), pp. 193–204, ACM, June 2019

  16. [24]

    Numerical Approximation of Predictive Distribution,

    M. Sugiyama, “Numerical Approximation of Predictive Distribution,” in Introduction to Statistical Machine Learning, pp. 205–220, Elsevier, 2016

  17. [25]

    Fast quantum algorithms for numerical integrals and stochastic processes,

    Abrams, Daniel S. and Williams, Colin P., “Fast quantum algorithms for numerical integrals and stochastic processes,” 1999

  18. [26]

    Review of quantum Monte Carlo methods and their applications,

    P. H. Acioli, “Review of quantum Monte Carlo methods and their applications,” Journal of Molecular Structure: THEOCHEM, vol. 394, pp. 75–85, May 1997

  19. [27]

    Quantum integration in Sobolev classes,

    S. Heinrich, “Quantum integration in Sobolev classes,” Journal of Complexity, vol. 19, pp. 19– 42, Feb. 2003

  20. [28]

    A general quantum algorithm for numerical integration,

    G. Shu, Z. Shan, J. Xu, J. Zhao, and S. Wang, “A general quantum algorithm for numerical integration,” Scientific Reports, vol. 14, p. 10432, May 2024

  21. [29]

    Quantum search algorithm on weighted databases,

    Y. Sun and L.-A. Wu, “Quantum search algorithm on weighted databases,” Scientific Reports, vol. 14, p. 30169, Dec. 2024

  22. [30]

    Path integration in non-relativistic quan- tum mechanics,

    C. DeWitt-Morette, A. Maheshwari, and B. Nelson, “Path integration in non-relativistic quan- tum mechanics,” Physics Reports, vol. 50, pp. 255–372, Mar. 1979

  23. [31]

    Notes on FFT-based differentiation,

    S. G. Johnson, “Notes on FFT-based differentiation,”

  24. [32]

    Calculating numerical derivatives using Fourier transform: some pitfalls and how to avoid them,

    Sunaina, M. Butola, and K. Khare, “Calculating numerical derivatives using Fourier transform: some pitfalls and how to avoid them,” European Journal of Physics, vol. 39, p. 065806, Nov. 2018

  25. [33]

    Kreyszig, H

    E. Kreyszig, H. Kreyszig, and E. J. Norminton, Advanced engineering mathematics. Hoboken, NJ: John Wiley, 10th ed. ed., 2011. Publication Title: Advanced engineering mathematics

  26. [34]

    M. A. Nielsen and I. L. Chuang, Quantum computation and quantum information. Cambridge ; New York: Cambridge University Press, 10th anniversary ed ed., 2010. 33

  27. [35]

    Block encoding of matrix product operators,

    M. Nibbi and C. B. Mendl, “Block encoding of matrix product operators,” Physical Review A, vol. 110, p. 042427, Oct. 2024

  28. [36]

    Quantum circuits for isometries,

    R. Iten, R. Colbeck, I. Kukuljan, J. Home, and M. Christandl, “Quantum circuits for isometries,” Physical Review A, vol. 93, p. 032318, Mar. 2016

  29. [37]

    Explicit Quantum Circuits for Block Encod- ings of Certain Sparse Matrices,

    D. Camps, L. Lin, R. Van Beeumen, and C. Yang, “Explicit Quantum Circuits for Block Encod- ings of Certain Sparse Matrices,” SIAM Journal on Matrix Analysis and Applications, vol. 45, pp. 801–827, Mar. 2024

  30. [38]

    Simulating Sparse Hamiltonians with Star Decompositions,

    A. M. Childs and R. Kothari, “Simulating Sparse Hamiltonians with Star Decompositions,” in Theory of Quantum Computation, Communication, and Cryptography (W. Van Dam, V. M. Kendon, and S. Severini, eds.), vol. 6519, pp. 94–103, Berlin, Heidelberg: Springer Berlin Hei- delberg,...

  31. [39]

    Hamiltonian Simulation by Qubitization,

    G. H. Low and I. L. Chuang, “Hamiltonian Simulation by Qubitization,” Quantum, vol. 3, p. 163, July 2019. arXiv:1610.06546 [quant-ph]

  32. [40]

    On Encoding Matrices using Quantum Circuits,

    L. M. Yosef and H. Avron, “On Encoding Matrices using Quantum Circuits,” Nov. 2025. arXiv:2510.20030 [quant-ph]

  33. [41]

    Multidimensional Quantum Fourier Transformation,

    P. Pfeffer, “Multidimensional Quantum Fourier Transformation,” Jan. 2023. arXiv:2301.13835 [quant-ph]

  34. [42]

    Quantum computing with Qiskit,

    A. Javadi-Abhari, M. Treinish, K. Krsulich, C. J. Wood, J. Lishman, J. Gacon, S. Martiel, P. D. Nation, L. S. Bishop, A. W. Cross, B. R. Johnson, and J. M. Gambetta, “Quantum computing with Qiskit,” 2024. eprint: 2405.08810

  35. [43]

    S. C. Chapra and R. Canale, Numerical Methods for Engineers. USA: McGraw-Hill, Inc., 5 ed., 2005

  36. [44]

    3.6 Numerical Integration - Calculus Volume 2|OpenStax,

    G. Strang and E. Herman, “3.6 Numerical Integration - Calculus Volume 2|OpenStax,” Mar

  37. [2016]

    Book Title: Calculus Volume 2. 34

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.