REVIEW 4 major objections 5 minor 18 references
Benchmarking Quantum Heuristics: Non-Variational QWOA for Weighted Maxcut
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The non-variational QWOA reaches a constant average-case measurement probability for global optima of weighted maxcut using quadratically many alternating unitaries.
desk verdict Incremental but honest benchmark of non-variational QWOA on maxcut; the quadratic-depth claim is partly enforced by fitting, but the paper deserves a careful referee. 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 central object is the non-variational QWOA ansatz: an alternating sequence of phase-separation unitaries that encode the objective function and mixing unitaries that implement a continuous-time quantum walk on a problem-specific graph, with all layer angles generated from just three continuous parameters $(\gamma,t,\beta)$ through linear schedules. The three parameters are tuned once per instance by a classical optimizer to maximize the expected objective value. The amplifier's interference is biased toward globally optimal solutions, and the paper's quantitative claim rests on the quadratic fit $p(n)=0.019n^2+0.053n-0.092$ obtained from interpolating measured probabilities at the 10 percent target.
What would settle it
Repeat the benchmark for $n=32$ to roughly 50 using the same protocol and several random restarts of the parameter optimizer; if the iteration count needed for a 10 percent average measurement probability departs from the quadratic fit, or if the measurement probability decays with $n$, the central claim collapses.
Extended reading notes
Core claim
The central claim is that the non-variational QWOA can amplify globally optimal solutions of random weighted maxcut instances to a roughly constant average-case measurement probability using only quadratically many alternating unitaries. Over 1,000 random graphs per problem size, the number of iterations needed to hit the 10 percent target is fit by $p(n)=0.019n^2+0.053n-0.092$ for $10\le n\le 31$. At $n=31$ this corresponds to amplification by a factor over $10^8$ relative to the equal superposition state, versus 1,681 for unstructured quantum search at the same iteration count. The paper positions this as a contrast with classical local-search heuristics, whose solve probability decays approximately exponentially on the same instances, and as supporting evidence for quantum advantage that is not yet conclusive.
Load-bearing premise
The whole quadratic-scaling result depends on the per-instance parameter search actually finding the best three parameters, and on the linear interpolation between measured probabilities giving an unbiased estimate of the iteration count at the 10 percent target.
Editorial extensions
If this is right
- If the quadratic scaling holds beyond $n=31$, random weighted maxcut instances can be sampled at roughly 10 percent probability with circuit depth $O(n^2)$, so a few thousand measurements would suffice rather than an exponential number.
- The constant measurement probability corresponds to amplification that grows exponentially with $n$ (over $10^8$ at $n=31$), meaning the algorithm extracts more advantage from instance structure as problems grow.
- On the same benchmark instances, the two local-search baselines show solve probability decaying roughly exponentially, so the quantum heuristic's constant probability would represent a qualitative separation at polynomial cost.
- The paper notes that this behavior is a necessary but not sufficient condition for quantum advantage; confirming it at larger sizes or on other problem classes remains open.
Reading between the lines
- A testable extension would be to fix the three parameters from one instance and apply them to new instances from the same distribution; if the constant-probability behavior survives without per-instance optimization, the heuristic becomes far more practical.
- The paper compares circuit iterations to classical function evaluations but does not count the per-instance classical optimizer cost itself, so the end-to-end resource comparison with classical heuristics is not yet complete.
- The 10 percent target is arbitrary; checking whether the quadratic iteration scaling holds for other target probabilities, such as 1 percent or 50 percent, would show whether the amplification mechanism is fundamentally polynomial or just calibrated to this threshold.
- Random graphs may not represent the hardest or most structured cases; benchmarking on planted-partition or skewed-weight instances would delineate the regime where the claimed advantage persists.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper benchmarks the non-variational Quantum Walk Optimisation Algorithm (QWOA) on random weighted maxcut instances with n=10--31, using classical statevector simulations. For each instance and iteration count p, three parameters (gamma, t, beta) are tuned by L-BFGS to maximize the expected cut value. The authors estimate, via linear interpolation, the number of iterations needed for the mean measurement probability to reach a 10% target, fit a quadratic p(n) = 0.019n^2 + 0.053n - 0.092 to those estimates, and then evaluate the algorithm at that prescribed p to report constant average-case measurement probability. They compare this against Grover's algorithm and two unnamed local-search heuristics, concluding that the non-variational QWOA may offer a significant scaling advantage.
Significance. If the central scaling claim were established, the result would be important: a non-variational quantum heuristic achieving roughly constant probability of sampling global optima of NP-hard random weighted maxcut instances with only quadratic circuit depth, over n=10--31, would be a notable demonstration and a meaningful step toward assessing quantum advantage. The paper's experimental effort is substantial, including 1,000 random instances per size and GPU-based statevector simulation up to n=31, and the reported error bars suggest care in data collection. However, the current analysis does not independently confirm the central claim: the constant probability is largely built in by using the fitted p(n) to set the evaluation points, and the optimization step on which all estimates rest is not validated. The paper is best read as a promising but preliminary benchmarking study whose headline conclusion needs additional support.
major comments (4)
- [§IV, Eq. (1), Figs. 4–6] The central claim that the iteration count required for constant average-case measurement probability scales quadratically is not independently tested. The blue points in Fig. 4 are precisely the interpolated iteration counts at which the mean measurement probability reaches the 10% target; Eq. (1) is fitted to those points; and Figs. 5 and 6 then evaluate the algorithm at p(n) rounded to the nearest integer. The approximately 10% probabilities shown there are therefore a consistency check with the fitted target rather than independent evidence for the scaling. To support the claim, the authors should evaluate the algorithm at p values not used in the fit (for example, held-out instances or extrapolated iteration counts), or report measured probabilities at fixed integer p before any fitting is performed.
- [Section III, Algorithm 1] The per-instance L-BFGS optimization over (gamma, t, beta) is a local method applied to a nonconvex objective, the negative expected maxcut value. The manuscript does not report the initial guess x0, any restart strategy, or a success/convergence criterion. If the optimizer returns poorer local maxima as n grows, the estimated required p for large n would be inflated, and the apparent quadratic growth in Eq. (1) could partly describe optimizer degradation rather than a property of QWOA. The authors should justify the optimization reliability, for example by reporting multistart results, comparing against grid or random restarts on a subset of instances, and giving the distribution of final objective values across instances and sizes.
- [Section IV, interpolation of iteration counts] The 'estimated exact non-integer number of iterations' is obtained by linear interpolation of the mean measurement probability between adjacent integer p values. This interpolation model is unvalidated; if the mean probability curve is convex or concave with n-dependent curvature, the crossing point will be systematically biased, and that bias propagates directly into the quadratic coefficient in Eq. (1). Additionally, the blue confidence region in Fig. 3 is obtained by linearly interpolating 95% confidence intervals, which does not produce a valid confidence interval for the crossing-time estimate. The authors should validate the interpolation (e.g., fit a nonlinear model and check residuals) and report how the fitted p(n) changes under alternative interpolation assumptions.
- [Section IV, Fig. 6] The comparison with classical heuristics is not fully specified. The two local-search heuristics used for Fig. 6 are never named or described, and their stopping rules are not given. Since the quantum iteration count p is chosen to meet a fixed 10% target while the classical heuristics presumably run until local termination, the number-of-evaluations comparison in Fig. 6(left) mixes different success criteria. The authors should specify the heuristics, the neighbourhood structure, the termination condition, and the amount of computation allowed, so that the comparison is reproducible and the claimed advantage is quantified against well-defined baselines.
minor comments (5)
- [Section III, text near Algorithm 1] The sentence 'As detailed in ??1' contains a broken cross-reference; please replace it with the appropriate section or reference.
- [Section IV, Figs. 3–5] The text states that simulation results are shown for n=10 to n=30 in Fig. 3 and Fig. 4, while Fig. 5 includes n=31; please clarify why n=31 is excluded from the interpolation and fitting procedure and how the p value for n=31 is set.
- [Eq. (1)] The quadratic fit is reported without fit quality metrics or uncertainties on the coefficients; please report residuals, R^2, and parameter uncertainties so the reader can judge how closely the blue points agree with the fit.
- [Section IV, Fig. 6] The text says the quantum measurement probability is based on 'four shots', but the simulations are statevector-based; it would be clearer to state whether the reported probability is the exact probability from the statevector or a sampled estimate from four projective measurements, and if the latter, to report the associated sampling uncertainty.
- [Algorithm 1, lines 6–7] The schedule formulas involve division by (p-1); since the starting value is p=2 this is numerically fine, but for completeness the reader should be told whether p=1 is excluded.
Circularity Check
Partial circularity: the 'constant probability' result is a self-imposed 10% target used to fit Eq. (1), and the later panels using Eq. (1) only re-check that fit; the quadratic scaling itself is independent empirical content.
-
self definitional
[Section IV, Eq. (1) and Fig. 5 description]
"The estimated number of iterations required to produce a mean measurement probability equal to the target 10%, shown in blue in Fig. 3, are compiled in a single plot in Fig. 4. Importantly, a quadratic fit, p(n)=0.019n2+0.053n−0.092,(1) is shown in blue which agrees very closely with the estimated values."
Eq. (1) is fitted to the blue points in Fig. 4, and those points are defined as the interpolated iteration counts at which the mean measurement probability equals the authors' chosen target of 10%. Using Eq. (1) to set p for Fig. 5 and then reporting probabilities 'around the target 10%' is therefore a consistency check on the same data used for the fit, not an independent confirmation that QWOA achieves constant probability. The constant-probability claim is a target imposed by construction; the only genuinely empirical content is the quadratic growth of the required p, which is a fitted trend rather than a derived prediction.
-
self citation load bearing
[Section V, Discussion and Outlook]
"While extrapolation beyond the simulated range introduces uncertainty, the interference effect at the core of the non-variational QWOA, as described in [10], relies on statistical assumptions that are increasingly valid for larger problem sizes. This supports the plausibility of the observed scaling persisting for larger problem sizes."
The only cited basis for expecting the fitted quadratic to persist beyond n=31 is the authors' own prior work [10] (Bennett, Noakes, Wang), i.e., a self-citation. Because [10] is not independently machine-checked or otherwise externally verified here, it cannot carry the extrapolation weight by itself; however, this is presented as 'plausibility' and is not the main benchmark claim, so it is a minor circular-support issue.
full rationale
The defensible circularity is in the presentation of the 'constant measurement probability' result. The blue points in Fig. 4 are defined as iteration counts at which the interpolated mean probability hits the authors' chosen 10% target; Eq. (1) is a quadratic fit to those points. When Fig. 5 is then drawn with p given by Eq. (1) and the paper reports probabilities 'around the target 10%,' that is a self-consistency check, not an independent prediction: the outcome is fixed by the construction of Eq. (1). However, the underlying claim that the required p grows approximately quadratically is genuine empirical content extracted from the simulations, not a tautology. The L-BFGS optimization and linear-interpolation reliability are correctness risks rather than circularity. The extrapolation beyond n=31 leans on the authors' own [10] for plausibility, but it is explicitly hedged and does not drive the central benchmark. Score reflects partial, not total, circularity.
Assumptions & free parameters
free parameters (5)
- gamma (phase-separation strength) =
per instance, not reported
- t (mixing time) =
per instance, not reported
- beta (schedule interpolation parameter) =
per instance, not reported
- target measurement probability =
10%
- p(n) quadratic coefficients =
a=0.019, b=0.053, c=-0.092
assumptions (6)
- domain assumption Qiskit Aer noiseless statevector simulation faithfully represents the ideal quantum algorithm.
- domain assumption Erdős-Rényi-Gilbert random graphs are representative of average-case weighted maxcut instances.
- domain assumption L-BFGS with box constraints finds sufficiently optimal parameters for every instance.
- domain assumption Linear interpolation of mean measurement probabilities accurately estimates the iteration count needed to hit the 10% target.
- domain assumption Each QWOA iteration has time complexity equivalent to one classical objective function evaluation.
- domain assumption The interference mechanism from Bennett et al. [10], which biases amplification toward global optima, remains valid at larger n.
Cite this review
Pith. "Pith review of Benchmarking Quantum Heuristics: Non-Variational QWOA for Weighted Maxcut." pith.science (2026). https://pith.science/paper/B5H36RNV
@misc{pith2026250524191,
author = {Pith},
title = {Pith review of: Benchmarking Quantum Heuristics: Non-Variational QWOA for Weighted Maxcut},
year = {2026},
howpublished = {\url{https://pith.science/paper/B5H36RNV}},
note = {Machine review of arXiv:2505.24191}
}
abstract
We present benchmarking results for the non-variational Quantum Walk Optimisation Algorithm (non-variational QWOA) applied to the weighted maxcut problem, using classical simulations for problem sizes up to $n = 31$. The amplified quantum state, prepared using a quadratic number of alternating unitaries, achieves a constant average-case measurement probability for globally optimal solutions across these problem sizes. This behaviour contrasts with that of classical heuristics, which, for NP-hard optimisation problems, typically exhibit solve probabilities that decay as problem size increases. Performance comparisons with two local-search heuristics on the same benchmark instances suggest that the non-variational QWOA may offer a meaningful advantage by scaling more favourably with problem size. These results provide supporting evidence for the potential of this quantum heuristic to achieve quantum advantage, though further work is needed to assess whether the observed performance scaling persists at larger problem sizes, and to confirm whether similar performance trends are observed for the other problem classes to which the non-variational QWOA is designed to generalise.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
- [1]
- [2]
- [3]
-
[4]
Hadfield, Z
S. Hadfield, Z. Wang, B. O’gorman, E. G. Rieffel, D. Venturelli, and R. Biswas, Algorithms12, 34 (2019)
2019
- [5]
- [6]
-
[7]
T. Bennett, E. Matwiejew, S. Marsh, and J. B. Wang, Frontiers in Physics9, 730856 (2021)
work page 2021
-
[8]
K. Manouchehri and J. B. Wang,Physical implementation of quantum walks(Springer, 2014)
work page 2014
Show all 18 references
-
[9]
Bennett, L
T. Bennett, L. Noakes, and J. Wang, inarXiv:2404.03167 and 2024 IEEE International Conference on Quantum Computing and Engineering (QCE), Vol. 1 (IEEE, 2024) pp. 31–41
2024 arXiv
- [10]
-
[11]
Bittel and M
L. Bittel and M. Kliesch, Physical Review Letters127, 120502 (2021)
2021
-
[12]
Larocca, S
M. Larocca, S. Thanasilp, S. Wang, K. Sharma, J. Biamonte, P. J. Coles, L. Cincio, J. R. McClean, Z. Holmes, and M. Cerezo, arXiv preprint arXiv:2405.00781 (2024)
2024 arXiv
-
[13]
H. R. Louren¸ co, O. C. Martin, and T. St¨ utzle, inHandbook of Metaheuristics(Springer, 2003) pp. 320–353
2003
-
[14]
Kirkpatrick, C
S. Kirkpatrick, C. D. Gelatt Jr, and M. P. Vecchi, science220, 671 (1983)
1983
-
[15]
Glover and M
F. Glover and M. Laguna,Tabu search(Springer, 1998)
1998
-
[16]
Beheshti and S
Z. Beheshti and S. M. H. Shamsuddin, Int. J. Adv. Soft Comput. Appl5, 1 (2013)
2013
-
[17]
Pawsey Supercomputing Research Centre, Setonix supercomputer,https://doi.org/10.48569/ 18sb-8s43(2023), perth, Western Australia
2023
-
[18]
Benlic and J.-K
U. Benlic and J.-K. Hao, Engineering Applications of Artificial Intelligence26, 1162 (2013)
2013
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.