← Back to digest

A Spectral Gap Informed Parameter Schedule for QAOA

Authors: Kieran McDowall, Konstantinos Georgopoulos, Petros Wallden · arXiv:2604.24580 · submission cycle 2026-04-28 · score 9/10 (HIGH)

Abstract

A challenge with the Quantum Approximate Optimisation Algorithm (QAOA), and variational algorithms in general, is finding good variational parameters, a task which in itself can be NP-hard. Recent work has sought to de-variationalise QAOA by picking well-informed guesses for the variational parameters. The Linear Ramp QAOA (LR-QAOA) achieves this by using parameter schedules inspired by the quantum adiabatic algorithm. We go a step further and use spectral gap information from an adiabatic Hamiltonian, with the QAOA mixer Hamiltonian as our initial Hamiltonian, to make smooth ramps which we call Spectral Gap Informed Ramps (SGIR-QAOA). SGIR-QAOA schedules perform slow evolution where the spectral gap of the adiabatic Hamiltonian is small. We show that SGIR-QAOA has performance improvements over LR-QAOA on Grover's problem at constant depth and that SGIR-QAOA requires shorter depths to achieve the same optimal solution probability. We then show that these performance benefits extend to a problem with potential practical applications — the Maximum Independent Set (MIS) problem. Finally, we demonstrate the scalability of the SGIR-QAOA method using extrapolated spectral gap information for scales that the spectral gap cannot be exactly evaluated, and show that the advantage appears to persist under mild depolarising noise.

Executive summary

This paper proposes SGIR-QAOA, a parameter-schedule heuristic that replaces the linear ramp of LR-QAOA with a smooth, spectral-gap-informed schedule derived from the eigenvalue spectrum of the adiabatic Hamiltonian HAd(s) = (1-s)HX + s HC, with the QAOA mixer playing the role of the initial Hamiltonian. Schedules slow down where the gap is small, mimicking the Roland-Cerf adiabatic schedule that recovers Grover's quadratic speed-up. The authors empirically show better optimal-solution-probability scaling vs. LR-QAOA on Grover's problem and on degree-3 Maximum Independent Set instances (exponent 0.41 vs. 0.56 on MIS at depth p=10), demonstrate scalability via gap extrapolation to sizes where exact diagonalisation fails, and show the advantage survives mild depolarising noise. This is squarely in Yuan's territory: it is a non-variational QAOA parameter-scheduling heuristic, directly competing with the layerwise / dual-annealing strategies investigated in Y3 for DGMVP and complementary to the warm-starting in Y1.

Main contribution

The contribution is a concrete recipe to map a problem's adiabatic gap profile g(s) to a smooth QAOA parameter ramp. Given g(s) on a discretisation of s ∈ [0,1], the authors define a monotone schedule f(s) = ∫0s[g(s')-gmin]κ ds' / ∫01[g(s')-gmin]κ ds' with concentration exponent κ=2. Composing this profile with two scalar amplitudes start, γend) obtained by an 11×11 log-grid search yields the QAOA angles, so the optimisation cost stays at LR-QAOA's two-parameter level. To extend beyond classically simulable sizes, the authors compute g(s) only for n=6–12, average across n in the smooth interior of s, set g(0)=4 analytically and g(1)≈0, and re-use the resulting average profile for n > 12.

Key theorems / lemmas / algorithms

Detailed walkthrough

The paper builds on Linear Ramp QAOA (LR-QAOA, Montanez-Barrera et al. 2025), which fixes βi = (1 - i/p) Δβ and γi = ((i+1)/p) Δγ — a discretised linear adiabatic interpolation. The motivation for SGIR-QAOA is the well-known fact that linear adiabatic schedules destroy Grover's quadratic speed-up: optimal QAA schedules must crawl through the minimum-gap region, satisfying |df/ds| ∝ g(s)2, as Roland and Cerf showed in 2002. The novelty here is to compute the gap with respect to HX (the QAOA mixer) rather than the textbook Grover initial state, on the principle that QAOA is a Trotterised adiabatic algorithm with that specific initial Hamiltonian, so the gap profile in this basis is what governs QAOA's diabatic transitions.

Section III defines the SGIR schedule. The exponent κ=2 is hand-tuned: larger κ concentrates the schedule more sharply around gmin, which the authors find empirically best for the problems studied. The optimisation knobs reduce to two scalars per problem instance — the pre/post-ramp amplitudes — recovering the parameter-economy that motivates LR-QAOA in the first place. A grid search in log-parameter space (logβ ∈ [-1.5, 0.5], logγ ∈ [-1, 1], 11×11) suffices.

Section V-A validates the method on Grover's search at p=10. The key plot (gap-vs-percent-improvement) shows that SGIR-QAOA's edge over LR-QAOA is most pronounced where gmin is smallest (intermediate n): for n < 6 the gap is large enough that the schedule shape barely matters; for n > 13 at fixed p=10 the discretisation is too coarse to track the adiabatic path in any case. In the productive window 6 ≤ n ≤ 12, SGIR returns the highest Ps. A second plot (depth-to-threshold) shows the depth p required to reach Psth=0.1 growing more slowly with n for SGIR-QAOA than for LR-QAOA — a more practically meaningful comparison than constant-p scaling, since on real hardware deeper circuits accumulate more noise.

Section V-B repeats this on degree-3 MIS instances with penalty λ = 2000 chosen deliberately large to push gmin down into the regime where the schedule shape matters. Exact SGIR-QAOA achieves the 2−0.41 n scaling vs. LR-QAOA's 2−0.56 n — a roughly 27% improvement in the exponent. The extrapolated variant uses gaps from n=6–12 to inform schedules for larger n and still produces 2−0.46 n, a meaningful gap to LR-QAOA. This addresses the obvious concern that "schedule needs the gap, but the gap is as hard as the problem" — the gap profile turns out to be smooth and weakly n-dependent, so a small-n template generalises. The same logic applies in Y3's DGMVP context, where the QUBO size could similarly be probed in a small classical regime to inform schedules at scale.

Section V-B-2 (noisy MIS) demonstrates that under depolarising noise pnoise=0.001, SGIR-QAOA's advantage over LR-QAOA persists, and importantly the peak Ps for noisy SGIR-QAOA is reached at smaller p than noiseless LR-QAOA — meaning SGIR effectively buys back some of the depth budget consumed by noise. This is the most operationally interesting result for Yuan's hardware-targeted line of work.

The discussion (Sec. VI) is appropriately cautious: SGIR-QAOA's advantage vanishes in two regimes — (i) when p is so large that even LR-QAOA tracks the adiabatic path, and (ii) when n is so large that even SGIR's slow segments cannot rescue the discretisation. The interesting window is the middle. The authors explicitly flag that follow-up work should compare SGIR-QAOA to classical solvers (cf. weighted Max-Cut benchmarks in Montanez-Barrera et al.) and emphasise the right metric for QAOA runtime is p(n) at threshold probability, not 1/Ps at constant p — a methodological alignment with Y3's runtime analyses.

Figures

Figure 1 (top)
Figure 1 (top half). Eigenvalue spectrum from the conventional Roland-Cerf HAd for Grover's problem with the marked solution state |000000⟩ (n=6). The minimum gap closes at s=1/2, the canonical adiabatic bottleneck.
Figure 2 (top)
Figure 2 (top half). Eigenvalue spectrum of the SGIR variant HAd(s) = (1-s)HX + s HC for Grover's problem with marked state |0000⟩ (n=4) discretised by p=10. The spectrum has a different shape than the Roland-Cerf version, and the gap minimum sits at s=1.
Figure 3
Figure 3. Solving Grover's problem at constant depth p=10 with LR-QAOA, RC-QAOA, SGIR-QAOA, and QAOA with random parameters. SGIR-QAOA returns the highest Ps for 6 < n < 13; beyond n=13 all methods converge as p=10 becomes insufficient.
Figure 4
Figure 4. Correlation between the percent improvement of SGIR-QAOA over LR-QAOA and the minimum spectral gap gmin. The advantage grows as gmin shrinks — precisely the hard-instance regime where parameter shape matters.
Figure 5
Figure 5. Degree-3 MIS at p=10 and penalty λ=2000, exact SGIR-QAOA vs. LR-QAOA. Exponential fits give 2−(0.41±0.02) n for SGIR vs. 2−(0.56±0.02) n for LR.
Figure 6
Figure 6. Degree-3 MIS solved at larger n using extrapolated SGIR-QAOA — gaps for n=6–12 inform the schedule for n > 12. The advantage persists.
Figure 7
Figure 7. n=10 MIS instances under depolarising noise pnoise=0.001, λ=100. Noisy SGIR-QAOA's peak Ps sits higher and at lower depth than noisy LR-QAOA, showing the schedule survives mild noise.
Figure 8
Figure 8. Same setup at large p in the noiseless limit, showing convergence of LR and SGIR when p is generous — the SGIR advantage is most useful in the low-budget regime.

Citations to Yuan's papers

No direct citation to any of Y1–Y6 found in bibliography.

Overlap with Y1–Y6

Recommended action for Yuan