← Back to digest

Benchmarking and Resource Analysis for Augmented-Lagrangian Quantum Hamiltonian Descent

Wu, Li, Zheng, Wang, Liu, Stein, Li, Chen, Liu · arXiv:2605.12066 · submitted 13 May 2026 · score 8/10 (HIGH)

Abstract

Quantum Hamiltonian Descent (QHD) is a continuous optimization algorithm based on simulating a time-dependent quantum Hamiltonian whose potential energy encodes the objective function and whose kinetic energy promotes exploration through quantum interference and tunneling. While QHD is formulated for unconstrained optimization, many real-world optimization problems are constrained and highly nonconvex. In this paper, we benchmark AL-QHD, a hybrid framework that embeds QHD within the Augmented Lagrangian Method (ALM), thereby solving a sequence of unconstrained subproblems while using ALM to enforce constraints. We evaluate AL-QHD on standard nonconvex test functions and use iterative refinement to improve solution accuracy at fixed per-run qubit cost. We also perform a gate-based resource analysis on ACOPF-derived power-system subproblems constructed from power-network data to estimate the quantum-computer scale required for practical applications. Resource estimates on Texas7k-derived ACOPF instances show steep hard-gate scaling, reaching ~4.46×107 entangling gates in a NISQ-oriented model and ~9.42×108 T gates in a fault-tolerant model at ~5.3×102 active variables. These results suggest that AL-QHD is a useful framework for studying constrained nonconvex optimization with QHD, but that practical ACOPF-scale applications would likely require large-scale fault-tolerant quantum hardware.

Executive summary

This paper proposes AL-QHD, a quantum-classical hybrid that embeds Quantum Hamiltonian Descent (a continuous-variable quantum optimization algorithm) inside an outer Augmented Lagrangian loop to handle constrained nonconvex problems. It is structurally the QHD analogue of what Y4 does with Grover/ADMM and what Y2/Y3 do with QAOA: a classical outer loop couples constraints to a quantum inner solver, with iterative refinement playing the same accuracy-vs-qubit role as Yuan's iterative QAOA refinement. The paper's headline negative result — that ACOPF-scale ($\sim$530 variables) needs roughly $10^9$ T gates and is therefore a fault-tolerant target, not a NISQ one — mirrors the conclusion of Y3 that thermal relaxation precludes quantum advantage at NISQ scale. For Yuan, this is a directly comparable end-to-end resource study from a non-overlapping research group; the iterative-refinement adaptive-zoom procedure is also a natural object to compare with the quasi-binary refinement of Y2.

Main contribution

The paper extends QHD — a Schrödinger-equation-based continuous optimizer with kinetic exploration and potential-encoded objective — from the unconstrained setting to general nonlinearly constrained nonconvex programs by reusing the textbook ALM mechanism: the augmented Lagrangian $\mathcal{L}_\rho(x,\lambda) = f(x) + \sum_i \lambda_i h_i(x) + (\rho/2)\sum_i h_i(x)^2$ becomes the QHD potential at each outer iteration, and Lagrange multipliers are updated classically using the inner QHD-returned candidate. On top of this, the authors add an adaptive-zoom iterative refinement: after each QHD run, the wavefunction's peak marginal region defines a tighter box for the next run at the same qubit count, decoupling final accuracy from grid resolution. They build a one-hot encoding pipeline (r qubits per variable at resolution r), compile both kinetic and potential evolutions (parity decomposition for k-local Z-strings → $2(k-1)$ CNOTs $+ R_z$), and produce gate counts under both NISQ and surface-code-compatible FT models, applied to ACOPF subgraphs extracted from the Texas7k synthetic grid (6–538 active variables).

Key algorithms / lemmas / experimental protocol

Detailed walkthrough

Setup. The authors target two structurally different benchmarks. The unconstrained Ackley function (Sec. V.A) is a 2D nonconvex landscape with one deep narrow well and a flat outer plain — effectively unimodal for any local solver, so the relevant question is purely precision. The constrained scaled Rastrigin function with $\alpha = 3$ (Sec. V.B) has $\sim 900$ local minima in $[-5,5]^2$, with two nonlinear curved lower-bound constraints chosen specifically to be non-rectangular (so they cannot be folded into domain truncation). The constrained optimum sits at $\mathbf{x}^* \approx (0.6633, 0.6633)$ with $f^* \approx 7.96$. Both QHD runs use a QHD-C schedule, classical split-step Fourier (Strang-split) simulation with 50,000 Trotter steps, and either a 32×32 or 64×64 grid.

Ackley result (Table I). Without zoom ($Z=1$), QHD returns $f \approx 0.27$ — one grid spacing of error, as expected. With $Z=7$ zooms the objective drops to $\sim 10^{-5}$; with $Z=13$ to $\sim 2 \times 10^{-10}$ (beating the 100-start L-BFGS-B baseline of $4.2 \times 10^{-9}$); with $Z=19$ to $\sim 4 \times 10^{-15}$ — essentially machine epsilon for double precision — while still using only $2 \times 32 = 64$ qubits in the one-hot encoding. The wall-clock comparison is intentionally not framed as a quantum-advantage claim: classical L-BFGS-B finishes in $<1$s and also finds the basin. The Ackley result is purely a refinement-accuracy stress test.

Constrained Rastrigin result (Table II). All zoom levels achieve zero constraint violation in 6–7 ALM iterations with moderate $\rho_{\text{final}} \in \{32, 64\}$. At $Z=1$, QHD already places both coordinates in the correct $k=2$ basin near $(0.625, 0.625)$ with $f = 12.89$. At $Z=3$ and $Z=4$, $f$ drops to 8.089, just $1.63\%$ above the known constrained optimum. The 100-start SLSQP baseline, by contrast, gets stuck at $(0.995, 0.663)$ with $f = 12.93$ — one coordinate in the $k=3$ basin and the other in the $k=2$ basin, an objective excess of $62.5\%$. The authors add a critical honesty note (Table III): a 200-start SLSQP does recover the optimum, so the comparison is budget-dependent, not an impossibility result. This restraint is rare and worth flagging when summarizing the paper.

ACOPF resource study (Sec. V.D). The authors extract connected subgraphs from the Texas7k synthetic transmission grid ranging from 2 to 198 buses, build the symbolic ACOPF objective with quadratic generation cost subject to AC power balance, voltage and generator bounds, and reduce it to a one-hot Ising Hamiltonian with 6–538 active variables. The dominant cost is from the potential evolution, not the kinetic template: at $n=6$, the parity-decomposed potential block accounts for $99.7\%$ of NISQ hard gates and $98.2\%$ of FT $T$ gates; at $n \approx 530$ those fractions rise to $\sim 99.95\%$ and $99.7\%$ respectively. The kinetic template is essentially linear in $n$ ($44n$ hard 2-qubit gates NISQ, $42n$ rotations + $2n$ exact $T$ gates FT), so the empirical $n^{1.27}$ FT scaling is essentially the potential-side polynomial scaling.

Conclusion (Sec. VII). The headline negative number is that the largest extracted Texas7k subgraph (538 variables) needs $\sim 9.42 \times 10^8$ $T$ gates and $\sim 4.46 \times 10^7$ entangling gates — orders of magnitude beyond what current NISQ devices can run reliably and likely past the magic-state-distillation throughput of early FT machines. The authors correctly frame this as: AL-QHD is a viable framework, iterative refinement is a useful qubit-saving primitive, but ACOPF at scale is a fault-tolerant target rather than a NISQ application. They explicitly do not claim quantum advantage. Limitations they own: the experiments are 2D, classical baselines are limited (no global solvers like differential evolution or branch-and-bound), and the Trotterized realization may not be the most resource-efficient.

Figures

Figure 1a
Figure 1(a). Iterative refinement on the shifted Ackley function (32×32 grid, $N_t=50{,}000$, $\mathbf{x}^* = (0.96, 0.37)$): QHD objective value vs. refinement iterations. The objective improves exponentially with zoom iterations and falls below the 100-start L-BFGS-B baseline (red dashed) at $Z=13$.
Figure 1b
Figure 1(b). Position error $\|\hat{\mathbf{x}}-\mathbf{x}^*\|_2$ vs. refinement iterations on the Ackley function, annotated with wall-clock times; the dotted line shows the grid resolution limit without zoom.
Figure 2a
Figure 2(a). AL-QHD on the nonlinearly constrained scaled Rastrigin function ($\alpha=3$, 64×64 grid): QHD objective value vs. refinement iterations. AL-QHD identifies the correct constrained basin even at coarse resolution and reaches a near-optimal feasible point by $Z=3$, beating the 100-start SLSQP baseline (red dashed).
Figure 2b
Figure 2(b). Position error $\|\hat{\mathbf{x}}-\mathbf{x}^*\|_2$ vs. refinement iterations for the constrained Rastrigin benchmark, annotated with wall-clock times.
Figure 3
Figure 3. NISQ-oriented gate-count scaling for one-hot AL-QHD on Texas7k ACOPF subgraphs: total (red dashed), hard 2-qubit entangling (blue), and easy single-qubit (teal). Hard entangling gates dominate; the largest extracted instance reaches $\sim 4.46\times 10^7$ entangling gates at $\sim 530$ active variables.
Figure 4
Figure 4. FT-oriented gate-count scaling: total (red dashed), hard $T$-count (blue), Clifford (teal). Hard-$T$ dominance grows with system size; largest instance: $\sim 9.42\times 10^8$ $T$ gates.
Figure 5
Figure 5. FT $T$-count breakdown: $T$ gates synthesized from single-qubit rotations (blue) vs. from two-qubit rotations (teal); total (red dashed). Single-qubit synthesis dominates the budget at large $n$.
Figure 6
Figure 6 (Appendix A). Average $H$ (blue), $S$ (green), and $T$ (orange) gate counts per synthesized rotation for approximating $R_z$ rotations using gridsynth; per-rotation tolerance $\epsilon$ is determined from the total number of $R_z$ rotations and target QHD-run accuracy. Each data point: 5000 sampled angles in $(-\pi,\pi]$.

Citations to Yuan's papers

No direct citation to any of Y1–Y6 found in bibliography. The paper's constrained-optimization references go through ALM/Nocedal-Wright and ACOPF-specific work; QHD lineage cites Leng et al. The hybrid-classical-quantum literature is discussed at a general level (annealing, QAOA, IPM-style algorithms) without citing the Y4 ADMM hybrid or the Y2/Y3 QAOA-portfolio strand.

Overlap with Y1–Y6

Y4 (Grover + ADMM cardinality-constrained BO) — strongest method link. Y4 and AL-QHD share the same architectural pattern: a classical outer loop (ADMM in Y4, ALM in this paper) that handles constraints via Lagrange-multiplier-style updates while delegating the inner subproblem to a quantum primitive (Grover-based search in Y4, QHD in this paper). Both papers explicitly justify the hybrid structure by noting that pure penalty methods are too sensitive under quantum approximation error. AL-QHD targets continuous variables; Y4 targets discrete cardinality constraints — complementary niches of the same family.

Y2 (Quasi-binary QAOA + iterative refinement, portfolio). Y2 used an iterative refinement loop combined with a quasi-binary QUBO encoding; this paper's adaptive-zoom refinement is the QHD-grid analogue. Both decouple final solution accuracy from per-iteration qubit count; both motivate the technique by qubit scarcity on near-term hardware. Worth a side-by-side comparison: AL-QHD's zoom is wavefunction-marginal-driven, whereas Y2's refinement is bit-flip/perturbation-driven on a discrete encoding.

Y3 (QAOA DGMVP portfolio, NISQ vs FT). Y3 concluded that thermal relaxation precludes quantum advantage at NISQ for the DGMVP portfolio, but shot-noise-only regimes show favourable scaling. AL-QHD reaches a strictly stronger version of the same conclusion for ACOPF: even a noiseless gate count of $\sim 4.46\times 10^7$ entangling gates already rules out NISQ, and $\sim 9.42\times 10^8$ $T$ gates places ACOPF firmly in the early-FT regime. The authors cite Liu et al. on quantum power-flow but do not cite Y3 — a citation in either direction in future work would be natural.

Y1 (warm-started QAOA). Indirect connection: the iterative-zoom procedure can be read as an iterative warm-starting where the “state” being warm-started is the search box rather than the variational parameters. Different mechanism, same philosophy of exploiting prior coarse solutions to seed sharper subsequent ones at fixed quantum resource.

Y5 (GW SDP via Pauli-sparse Gibbs). Method overlap is shallow but not zero: AL-QHD's potential evolution is a sum of Pauli-$Z$ strings of bounded locality (since the ACOPF objective is a polynomial in one-hot indicators); Pauli-sparsity-aware compilation tricks from Y5's domain (and adjacent work like the 2605.11016 Pauli-pair counting paper in today's digest) could in principle reduce the dominant potential-side $T$-count.

Y6 (PBR on Heron2). No meaningful overlap.

Recommended action for Yuan