REVIEW 3 major objections 4 minor 46 references
Stochastic Quantum Hamiltonian Descent
T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Stochastic quantum descent: provable convergence at one query per step
desk verdict Genuinely new stochastic quantum optimization idea, but the convergence proof and the discrete-to-continuous bridge each have a load-bearing sign/extension error; worth refereeing after the authors fix them. 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 load-bearing object is the Lindblad generator $L_{LS}(t) = u(t)L_{GD}(t) + u(t)^2\eta L_{NOISE}(t)$, where $L_{GD}$ is the Hamiltonian evolution of QHD with $H(t) = e^{\psi(t)}(-\tfrac{1}{2}\Delta) + e^{\chi(t)}\hat{f}$, and $L_{NOISE}$ is the dissipation $\frac{1}{2}([\hat{f},[\hat{f},\cdot]] - \frac{1}{m}\sum_j [\hat{f}_j,[\hat{f}_j,\cdot]])$ measuring the excess diffusion of stochastic over full-batch evolution. The proof of Theorem 1 uses the QHD Lyapunov function $E(\tau) = \langle \tfrac{1}{2}(\hat{x} + e^{-\gamma(\tau)}\hat{p})^2 + e^{\beta(\tau)}\hat{f}\rangle_\tau$ with the strong ideal scaling conditions $\psi = \alpha - \gamma$, $\chi = \alpha + \beta + \gamma$, $\dot{\beta} = \dot{\gamma} = e^{\alpha}$, and Lemma 5 bounding the expected squared gradient deviation by $8dL_{\max}^2 + \sigma_f^*$. The proof of Theorem 2 rests on a quantum generalization of the classical weak-approximation framework: the continuous and discrete processes are compared in trace distance, with the error controlled by smoothness of the evolved state up to order 6, the vector-norm scaling for unbounded Hamiltonians, and a periodic-extension lemma that moves smooth functions on the box to the torus.
What would settle it
On the one-dimensional convex objective $f(x) = x^3 - 3x$ restricted to $[-1,1]$ (convex on that interval, with a second-derivative mismatch $f''(-1) \neq f''(1)$), compute the trace distance $\|\Lambda_{LS}(0,N\eta)[\rho_0] - \Lambda_{dSQHD}(N,\eta)[\rho_0]\|_1$ for $\eta = 0.01, 0.005, 0.0025$ at fixed total time $T=N\eta$. If the trace distance does not scale as $O(\eta^2)$ — for instance, if it grows with $T$ or the scaling exponent drops below 2 — then the periodic-extension or smoothness-propagation assumption behind Theorem 2 fails, and the discrete algorithm does not inherit the continuous convergence bound.
Extended reading notes
Core claim
On convex and smooth finite-sum problems, the dynamics called Stochastic Quantum Hybrid Dynamics drive the expected objective value to the global minimum at rate $O(e^{-\beta(\tau)} + \eta \sigma_f^*)$, where $\tau$ is the effective time under the learning-rate schedule and $\sigma_f^* = E_j[\|\nabla f_j(x^*) - \nabla f(x^*)\|^2]$ is the gradient noise at the minimizer. The dissipation in the Lindblad equation is engineered to reproduce exactly the second-order difference between applying the full phase operator $e^{-i\eta \hat{f}}$ and the averaged stochastic phases $(1/m)\sum_j e^{-i\eta \hat{f}_j}$, so the noise term $\frac{1}{2}([\hat{f},[\hat{f},\rho]] - \frac{1}{m}\sum_j [\hat{f}_j,[\hat{f}_j,\rho]])$ captures the diffusion introduced by stochastic sampling. The discrete algorithm applies, in each epoch, the Trotter-style sequence of kinetic and stochastic potential unitaries $\exp(-i\frac{\eta}{2} a_j(-\Delta/2))\exp(-i\eta b_j \hat{f}_{\xi_j})\exp(-i\frac{\eta}{2} a_j(-\Delta/2))$; Theorem 2 proves this channel is an order-2 weak approximation of the continuous dynamics under smoothness assumptions on the evolved state and the components, so the gate-based SQHD inherits the convergence bound with an additional $O(\eta^2)$ discretization error.
Load-bearing premise
The argument assumes that the quantum state remains smooth (all derivatives up to order 6 stay bounded) for the entire run, and that every smooth component function on the box $[-1,1]^d$ can be extended periodically with all boundary derivatives matching; a component with mismatched boundary derivatives, or a state whose derivatives blow up over time, would break the $O(\eta^2)$ approximation and the consequent convergence claim.
Editorial extensions
If this is right
- SQHD solves a convex finite-sum problem with expected loss gap $O(e^{-\beta(\tau)} + \eta \sigma_f^*)$, giving an exponential-in-effective-time phase followed by a classical noise floor linear in the learning rate; for SGDM-style schedules this reads $O(1/t + \eta \sigma_f^*)$ with the crossover at $t^* \sim \eta^{-1}$.
- The per-iteration cost drops from a full-batch query of $f$ to a single coherent query of one component $f_j$, so the method inherits SGD's scalability to large $m$ while retaining QHD's tunneling-based exploration.
- Because the discrete channel is an order-2 weak approximation of the continuous Lindblad dynamics, the convergence guarantee is robust to discretization: the $O(\eta^2)$ approximation error is additive and does not break the $O(e^{-\beta(\tau)} + \eta \sigma_f^*)$ bound.
- The algorithm avoids direct Lindbladian simulation, which would require querying the full objective and simulating complex dissipative terms; it is built from standard real-space simulation primitives, making it amenable to near-term hardware.
Reading between the lines
- A testable extension suggested by the proof: the $O(\eta^2)$ weak approximation should degrade to a lower-order scaling if any component $f_j$ lacks matching derivatives at the box boundary, since the periodic-extension lemma then fails; this could be checked numerically on $f(x)=x^3-3x$ on $[-1,1]$.
- The derivation isolates a general recipe: quantize any stochastic gradient method by matching first-order evolution and casting the variance of component phases as Lindblad dissipation. Applied to adaptive methods such as Adam or RMSProp, this could yield \u201cStochastic Quantum Hamiltonian\u201d variants with different noise geometries.
- The phase transition at $t^* \sim 1/\eta$ between fast quantum descent and noisy classical fluctuation suggests an operating principle for the method: run SQHD slightly past $t^*$ and then switch to a classical local method, rather than letting the quantum noise floor dominate. The paper does not discuss this hybrid handoff.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Stochastic Quantum Hamiltonian Descent (SQHD), a gate-based quantum algorithm intended to approximate a continuous Lindbladian dynamics that is described as a quantum analogue of continuous-time SGD. The central theoretical claims are Theorem 1, which asserts that the continuous dynamics converge for convex and smooth cost components with expected-loss bound O(e^{-β(τ)} + η σ*_f), and Theorem 2, which asserts that the discrete gate-based channel is an order-2 quantum weak approximation of the continuous dynamics. Together these are meant to imply that the implementable algorithm inherits the convergence bound while querying only one component function per iteration. The paper also reports numerical experiments on several non-convex benchmarks comparing SQHD with QHD and SGDM.
Significance. If the proof chain were sound, the paper would give a natural stochastic-gradient counterpart of Quantum Hamiltonian Descent with per-iteration cost of one component query, which is a notable and timely contribution. The use of the weak-approximation framework from stochastic modified equations is appropriate, and the paper is largely self-contained, with no fitted parameters in the convergence analysis and a broad set of numerical experiments. However, the central proof has two load-bearing gaps: an algebraic sign error in the Lyapunov computation of Theorem 1, and a domain/periodicity incompatibility in the proof of Theorem 2 that prevents the discrete algorithm from inheriting the continuous convergence result for the stated class of box-domain convex problems. Because the latter gap concerns the central claim of the paper and cannot be repaired by a local correction, the manuscript in its current form does not establish its advertised convergence guarantee.
major comments (3)
- [Appendix C, Eqs. (C50)–(C52)] The nested commutator [g,[Δ,g]] is computed incorrectly. A direct calculation gives [g,[Δ,g]] = -2||∇g||², and equivalently [g,[Δ,g]] = [g, Δg + 2(∇g)·∇] without the minus sign written in Eq. (C50). The sign of the noise term in Eq. (C42) is consistent with the Lindblad generator in Eq. (1) and Appendix B, but the algebra in Eqs. (C50)–(C52) implies [g,[E,g]] = -e^{-2γ}||∇g||² for the Lyapunov function E, making the noise contribution in Eq. (C44) negative rather than positive. The final sign in Eq. (C44) is the one needed for Theorem 1 and agrees with the correct commutator value, so the theorem may be salvageable, but the proof as written is internally inconsistent.
- [Appendix D, Lemma 7 and following paragraph] The assertion that any smooth f:C→R can be extended periodically while preserving smoothness is false for the period-2 torus actually used by the algorithm. For f(x)=x² on C=[-1,1], one has f'(-1)=-2 and f'(1)=2, so no C¹ period-2 extension exists. Extending with a larger period would place the continuous dynamics on a different torus, which the period-2 DFT Laplacian in Eqs. (E5)–(E8) does not simulate. Since the proof of Theorem 2 uses Lemma 7 to conclude that the discrete states ρ_k remain smooth up to order 6, the error recursion in Eqs. (D42)–(D45) and the consequent O(η²) weak-approximation bound are not justified.
- [Theorems 1 and 2, Lemmas 5 and 7] The hypotheses of Theorem 1 and the hypotheses needed for Lemma 7 are incompatible for generic nonconstant convex components. Theorem 1 and Lemma 5 use convexity of the components (Eq. (C55) and Lemma 5), while the proof of Theorem 2 requires, through Lemma 7, that each f_j be extendable to a smooth periodic function on R^d. A nonconstant convex function on R^d cannot be periodic: a periodic convex function is constant. Therefore no nonconstant convex component satisfies both requirements, and the combination of Theorems 1 and 2 does not establish convergence of the gate-based SQHD for the stated class of convex finite-sum problems on the box.
minor comments (4)
- [Section III.B, Lemma 2 proof] The first equality in the proof, |tr(O(˜ρ−ρ))| = ||O(˜ρ−ρ)||_1, is false; the correct statement is |tr(OA)| ≤ ||O A||_1 ≤ ||O|| ||A||_1. The argument goes through after replacing the equality by an inequality.
- [Appendix C, Lemma 5] The inequalities in Lemma 5 are stated for all x∈R^d, although the functions f_j are defined only on C=[-1,1]^d. The proof should either restrict the domain to C or explicitly justify the extension used.
- [Appendix C, Eqs. (C56)–(C62)] The constant G appearing in Eqs. (C57) and (C62) is not defined in the statement of Theorem 1, and the numerical factor multiplying dLmax changes from 4 in Eq. (C57) to 1 in Eq. (C62) without explanation.
- [Appendix D, Lemma 6 proof] The equality ||Σ_j p_j A_j||_1 = Σ_j p_j ||A_j||_1 in the proof of Lemma 6 is not true in general; the inequality ≤ follows from the triangle inequality and is sufficient for the claim.
Circularity Check
No circularity: the SQHD convergence and approximation results are derived from external Lyapunov and weak-approximation frameworks; the only self-citation is non-load-bearing background.
full rationale
The paper's load-bearing results do not reduce to their inputs by construction. Theorem 1 extends the QHD Lyapunov analysis of [5] (Leng, Hickman, Li, Wu; no author overlap) to the Lindblad generator (1); the O(eta sigma*_f) term arises from the smoothness/convexity bound in Lemma 5 (Eq. C22/C35), where sigma*_f is the problem's gradient noise parameter, not a fitted quantity renamed as a prediction. Theorem 2 explicitly identifies itself as 'a quantization of [29, Theorem 1]' and derives the O(eta^2) trace-distance bound by matching Taylor expansions of the continuous and discrete channels, with remainder control from Lemma 8 and external smoothness lemmas [32,33]; no equation in the discrete proof is set equal to the convergence bound by definition. The only author self-citation, [25] (Peng, Sun, Zhao, Zhou), appears in the background list '[22-25]' for direct Lindbladian simulation and is explicitly circumvented by the SQHD algorithm, so it is not load-bearing. The periodic-extension assertion used with Lemma 7 is a mathematical-support concern (whether a box function admits a period-2 smooth periodic extension preserving convexity), not a circularity, because the target convergence bound is not assumed, fit, or otherwise encoded in the hypotheses. The Discussion's caveats (cost/convergence trade-off, hyperparameter sensitivity) are stated limitations rather than circular moves.
Assumptions & free parameters
free parameters (2)
- learning rate eta =
0.01, 0.005, 0.0025 (numerical sweeps)
- Hamiltonian coefficient schedules e^psi, e^chi, u(t) =
NAGD: e^psi=2t^-3, e^chi=2t^3, u=1; SGDM: e^psi=t^-2, e^chi=2t, u=1/2
assumptions (5)
- domain assumption Each f_j is convex and smooth up to order 2 with bound L_j on C=[-1,1]^d
- domain assumption Initial state and evolved states remain smooth up to order 6 on [0, N*eta]
- ad hoc to paper f on C can be extended to a periodic function on R^d preserving smoothness
- domain assumption Strong ideal scaling condition psi=alpha-gamma, chi=alpha+beta+gamma, beta_dot=gamma_dot=e^alpha
- standard math Lindblad master equation validity and standard trace-norm inequalities
Cite this review
Pith. "Pith review of Stochastic Quantum Hamiltonian Descent." pith.science (2026). https://pith.science/paper/LUIQQG4X
@misc{pith2026250715424,
author = {Pith},
title = {Pith review of: Stochastic Quantum Hamiltonian Descent},
year = {2026},
howpublished = {\url{https://pith.science/paper/LUIQQG4X}},
note = {Machine review of arXiv:2507.15424}
}
read the original abstract
Stochastic Gradient Descent (SGD) and its variants underpin modern machine learning by enabling efficient optimization of large-scale models. However, their local search nature limits exploration in complex landscapes. In this paper, we introduce Stochastic Quantum Hamiltonian Descent (SQHD), a quantum optimization algorithm that integrates the computational efficiency of stochastic gradient methods with the global exploration power of quantum dynamics. We propose a Lindbladian dynamics as the quantum analogue of continuous-time SGD. We further propose a discrete-time gate-based algorithm that approximates these dynamics while avoiding direct Lindbladian simulation, enabling practical implementation on near-term quantum devices. We rigorously prove the convergence of SQHD for convex and smooth objectives. Numerical experiments demonstrate that SQHD also exhibits advantages in non-convex optimization. All these results highlight its potential for quantum-enhanced machine learning.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
This represents the ideal, noiseless component of the dynamics, LGD(t)[σ] = −i[H(t), σ]
A Gradient Descent Term ( LGD): This term drives the system along the desired optimiza- tion path according to the standard Schroedinger equation, governed by the Hamiltonian H(t) = eψ(t) − 1 2 ∆ + eχ(t) ˆf , where ∆ = ∂2 ∂x2 1 + ∂2 ∂x2 2 + · · ·+ ∂2 ∂x2 d is the Laplace operator. This represents the ideal, noiseless component of the dynamics, LGD(t)[σ] =...
-
[2]
1: Overview of the SQHD method
A Stochastic Noise Term ( LN OISE): This term explicitly models the diffusive effects intro- duced by the stochastic updates, as derived in our 3 FIG. 1: Overview of the SQHD method. (Top) The SQHD method is designed for unconstrained finite-sum optimization problems, where queries to individual objective functions f1, . . . , fm (rather than the full obj...
-
[3]
Prepare the initial guess state ρ0
-
[4]
, N− 1: (a) Calculate the discrete parameters aj = exp(ψ((j + 1/2)η)), bj = exp(χ((j + 1/2)η))
For epoch j = 0, 1, . . . , N− 1: (a) Calculate the discrete parameters aj = exp(ψ((j + 1/2)η)), bj = exp(χ((j + 1/2)η)). (b) Update with unitary exp( −i η 2 aj(−∆/2)). (c) Update with unitary exp( −iηbj ˆfξj ), where ξj is independently and uniformly drawn from {1, . . . , m}. (d) Update with unitary exp( −i η 2 aj(−∆/2))
-
[5]
This algorithm outputs a value x such that E[f (x)] is approximately D ˆf E t where t = N η
Measure the final state with the position operator ˆx =R x x |x⟩ ⟨x| dx and output the measured value. This algorithm outputs a value x such that E[f (x)] is approximately D ˆf E t where t = N η. The update UdSQHD (N, η; ξ) (Step 2 of the algorithm) is similar to a second-order Trotter-Suzuki decomposition of the Hamil- tonian dynamic in the Lindblad equa...
-
[6]
suggest that its effectiveness, particularly on non- convex problems, stems from a ”global search” phase inherent in the optimization dynamics. We believe a similar phase exists for SQHD; however, excessive ran- domness can weaken its effectiveness. This stochasticity, which is governed by hyperparameters such as the learn- ing rate and the Hamiltonian co...
-
[7]
H. E. Robbins, A stochastic approximation method, An- nals of Mathematical Statistics 22, 400 (1951)
work page 1951
-
[8]
A. Wibisono, A. C. Wilson, and M. I. Jordan, A vari- ational perspective on accelerated methods in optimiza- tion, Proceedings of the National Academy of Sciences 113, E7351 (2016)
work page 2016
Show all 46 references
-
[9]
Maskan, K
H. Maskan, K. C. Zygalakis, and A. Yurtsever, A varia- tional perspective on high-resolution odes, in Proceedings of the 37th International Conference on Neural Informa- tion Processing Systems, NIPS ’23 (Curran Associates Inc., Red Hook, NY, USA, 2023)
2023
-
[10]
B. Shi, W. Su, and M. I. Jordan, On learning rates and schr¨ odinger operators, Journal of Machine Learning Re- search 24, 1 (2023)
2023
-
[11]
J. Leng, E. Hickman, J. Li, and X. Wu, Quantum hamil- tonian descent, ArXiv abs/2303.01471 (2023)
2023 arXiv
-
[12]
J. Leng, Y. Zheng, and X. Wu, A quantum-classical per- formance separation in nonconvex optimization (2023), arXiv:2311.00811 [quant-ph]
2023 arXiv
-
[13]
J. Leng, K. Wu, X. Wu, and Y. Zheng, (sub)exponential quantum speedup for optimization (2025), arXiv:2504.14841 [quant-ph]
2025 arXiv
-
[14]
Abbas, A
A. Abbas, A. Ambainis, B. Augustino, A. B¨ artschi, H. Buhrman, C. Coffrin, G. Cortiana, V. Dunjko, D. J. Egger, B. G. Elmegreen, N. Franco, F. Fratini, B. Fuller, J. Gacon, C. Gonciulea, S. Gribling, S. Gupta, S. Had- field, R. Heese, G. Kircher, T. Kleinert, T. Koch, G. Ko- ...
2024
-
[15]
F. G. Brandao and K. M. Svore, Quantum Speed-Ups for Solving Semidefinite Programs , in 2017 IEEE 58th Annual Symposium on Foundations of Computer Science (FOCS) (IEEE Computer Society, Los Alamitos, CA, USA, 2017) pp. 415–426
2017
-
[16]
van Apeldoorn and A
J. van Apeldoorn and A. Gily´ en, Improvements in Quan- tum SDP-Solving with Applications, in 46th Interna- tional Colloquium on Automata, Languages, and Pro- gramming (ICALP 2019), Leibniz International Proceed- ings in Informatics (LIPIcs), Vol. 132, edited by C. Baier, I. C...
2019
-
[17]
van Apeldoorn, A
J. van Apeldoorn, A. Gily´ en, S. Gribling, and R. de Wolf, Quantum SDP-Solvers: Better upper and lower bounds, Quantum 4, 230 (2020)
2020
-
[18]
Augustino, G
B. Augustino, G. Nannicini, T. Terlaky, and L. F. Zu- luaga, Quantum Interior Point Methods for Semidefinite Optimization, Quantum 7, 1110 (2023)
2023
-
[19]
Augustino, J
B. Augustino, J. Leng, G. Nannicini, T. Terlaky, and X. Wu, A quantum central path algorithm for linear op- timization (2024), arXiv:2311.03977 [quant-ph]
2024 arXiv
-
[20]
Mohammadisiahroudi, Z
M. Mohammadisiahroudi, Z. Wu, B. Augustino, A. Carr, and T. Terlaky, Improvements to quantum interior point method for linear optimization (2023), arXiv:2310.07574 [math.OC]
2023 arXiv
-
[21]
Apers and S
S. Apers and S. Gribling, Quantum speedups for lin- ear programming via interior point methods (2024), arXiv:2311.03215 [quant-ph]
2024
-
[22]
Bouland, Y
A. Bouland, Y. Getachew, Y. Jin, A. Sidford, and K. Tian, Quantum speedups for zero-sum games via improved dynamic gibbs sampling, in Proceedings of the 40th International Conference on Machine Learning, ICML’23 (JMLR.org, 2023)
2023
-
[23]
M. Gao, Z. Ji, T. Li, and Q. Wang, Logarithmic-regret quantum learning algorithms for zero-sum games, in Pro- ceedings of the 37th International Conference on Neural Information Processing Systems, NIPS ’23 (Curran As- sociates Inc., Red Hook, NY, USA, 2023)
2023
-
[24]
Q. Ye, S. Geng, Z. Han, W. Li, L. M. Duan, and D.-L. Deng, Quantum automated learning with provable and explainable trainability (2025), arXiv:2502.05264 [quant- ph]
2025 arXiv
-
[25]
Augustino, D
B. Augustino, D. Herman, E. Fontana, J. L. Kim, J. Watkins, S. Chakrabarti, and M. Pistoia, Fast con- vex optimization with quantum gradient methods (2025), arXiv:2503.17356 [quant-ph]
2025 arXiv
-
[26]
W. Gong, C. Zhang, and T. Li, Robustness of quan- tum algorithms for nonconvex optimization, in The Thir- teenth International Conference on Learning Representa- tions (2025)
2025
-
[27]
Garrigos and R
G. Garrigos and R. M. Gower, Handbook of conver- gence theorems for (stochastic) gradient methods (2024), arXiv:2301.11235 [math.OC]
2024 arXiv
-
[28]
Cleve and C
R. Cleve and C. Wang, Efficient Quantum Algorithms for Simulating Lindblad Evolution, in 44th International Colloquium on Automata, Languages, and Programming (ICALP 2017), Leibniz International Proceedings in In- formatics (LIPIcs), Vol. 80, edited by I. Chatzigiannakis, P. I...
2017
-
[29]
Li and C
X. Li and C. Wang, Simulating Markovian Open Quan- tum Systems Using Higher-Order Series Expansion, in 50th International Colloquium on Automata, Languages, and Programming (ICALP 2023), Leibniz International Proceedings in Informatics (LIPIcs), Vol. 261, edited by K. Etessami...
2023
-
[30]
Z. Ding, X. Li, and L. Lin, Simulating open quantum systems using hamiltonian simulations, PRX Quantum 5, 020332 (2024)
2024
-
[31]
S. Peng, X. Sun, Q. Zhao, and H. Zhou, Quantum- trajectory-inspired lindbladian simulation (2024), arXiv:2408.10505 [quant-ph]
2024
-
[32]
A. M. Childs, J. Leng, T. Li, J.-P. Liu, and C. Zhang, Quantum simulation of real-space dynamics, Quantum6, 860 (2022)
2022
-
[33]
Z. Chen, Y. Lu, H. Wang, Y. Liu, and T. Li, Quantum langevin dynamics for optimization, Communications in Mathematical Physics 406, 10.1007/s00220-025-05234-4 (2025)
2025 doi
-
[34]
Chakrabarti, D
S. Chakrabarti, D. Herman, J. Watkins, E. Fontana, B. Augustino, J. L. Kim, and M. Pistoia, On speedups for convex optimization via quantum dynamics (2025), arXiv:2503.24332 [quant-ph]
2025
-
[35]
Q. Li, C. Tai, and W. E, Stochastic modified equations and adaptive stochastic gradient algorithms, in Proceed- ings of the 34th International Conference on Machine Learning, Proceedings of Machine Learning Research, Vol. 70, edited by D. Precup and Y. W. Teh (PMLR,
-
[36]
Malladi, K
S. Malladi, K. Lyu, A. Panigrahi, and S. Arora, On the sdes and scaling rules for adaptive gradient algorithms, in Proceedings of the 36th International Conference on Neural Information Processing Systems, NIPS ’22 (Cur- ran Associates Inc., Red Hook, NY, USA, 2022)
2022
-
[37]
Leng and B
J. Leng and B. Shi, Quantum Optimization via Gradient- Based Hamiltonian Descent, in 42nd International Con- ference on Machine Learning (2025) arXiv:2505.14670 [quant-ph]
2025 arXiv
-
[38]
D. An, D. Fang, and L. Lin, Time-dependent unbounded Hamiltonian simulation with vector norm scaling, Quan- tum 5, 459 (2021)
2021
-
[39]
Bourgain, On growth of sobolev norms in linear schr¨ odinger equations with smooth time dependent po- tential, Journal d’Analyse Math´ ematique77, 315 (1999)
J. Bourgain, On growth of sobolev norms in linear schr¨ odinger equations with smooth time dependent po- tential, Journal d’Analyse Math´ ematique77, 315 (1999)
1999
-
[40]
I + η LGD + η 2 ˙LGD + η2 LN OISE+ 1 2 L2 GD # [ρk] + O(η3) (D40) =
I. Goodfellow, Y. Bengio, and A. Courville, Deep Learn- ing (The MIT Press, 2016). 9 Appendix A: Problem Setting and Assumptions We consider the d-dimensional unconstrained finite-sum optimization problem on the domain C = [−1, 1]d ⊂ Rd, expressed as min x∈C f (x), f(x) = 1 m ...
2016
-
[41]
The computational basis in the Hilbert space is labeled by ˜C = [x1,
Implementation The numerical simulation is conducted on a space-discretized Hilbert space with d log2 nr qubits, where nr is the resolution of the grid. The computational basis in the Hilbert space is labeled by ˜C = [x1, . . . , xd], xj ∈ −1 + 2k + 1 nr , k= 0, 1, . . . , nr ...
-
[42]
Setting a. Test functions The first function we consider is the rotated high-dimensional double-well function: FU,s(⃗ x) = F 1 s U ⃗ x , F(⃗ x) = 1 d dX j=1 w(xj), (E15) where U is a d-dimensional orthogonal matrix and w : R → R is a smooth non-convex function with 2 local min...
-
[43]
V alidation of the approximation result We compare the result of the SQHD algorithm with direct simulation of Stochastic Quantum Hybrid Dynamics (1) in Figure 4 to validate the approximation result (Theorem 2). FIG. 4: Results of Stochastic Quantum Hamiltonian Descent and Stoc...
-
[44]
The results in Figure 5 show that SQHD with a smaller learning rate has smaller fluctuation
Rule of learning rate We run SQHD, QHD, and SGDM with the default setting on all test functions with resolution nr = 32 except that the iteration number is set to N = 8000, 16000, 32000. The results in Figure 5 show that SQHD with a smaller learning rate has smaller fluctuatio...
-
[45]
The results in Figure 6 show that the solution quality of SQHD is not affected by the change of resolution
Rule of resolution We run QHD, SQHD, and SGDM with default settings except that the resolution is set to nr = 32, 128. The results in Figure 6 show that the solution quality of SQHD is not affected by the change of resolution. Nevertheless, SQHD shows a slower converging proce...
-
[46]
General comparison We compare the results of QHD, SQHD, and SGDM with default settings except for resolution nr = 128 and iteration number N = 32000, and the results are shown in Figure 2. The results show that, overall, SQHD achieves comparable solution quality to QHD while i...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.