← Back to digest

Constrained Quantum Optimization meets Model Reduction

Authors: Max Tschaikowski, Andrea Vandin · arXiv:2604.23317 · submission cycle 2026-04-28 · score 8/10 (HIGH)

Abstract

Quantum optimization algorithms promise advantages for difficult problems but are costly to simulate and analyze on classical machines. Recently, constrained quantum optimization has been investigated through the lens of Quantum Zeno dynamics, an approach which constrains the search to a subspace by means of quantum measurements. Exploiting that quantum measurements are projections, we propose a model reduction approach and show that simulations can be conducted in a lower-dimensional space. As possible applications, we demonstrate exponential state-space reduction of constrained quantum optimization in case of random 3-SAT and an agent coordination problem over graphs.

Executive summary

This paper observes that the projector PZ defining a Quantum Zeno safe subspace also induces an exact reduced model of the constrained dynamics: write S for the orthonormal basis of Z and H&hat;Z = S H S; then the constrained Schrödinger evolution can be carried out in dimension d = dim Z rather than 2n, with a clean lifting back via S. The reduction is exact (not an approximation) and brings classical simulation cost from O((ν+s) 22n) down to O((ν+s) d2) + O(d 22n) for the reduced-Hamiltonian computation — useful when d ≪ 2n. Numerical experiments on random 3-SAT and a graph-based agent-coordination 3-SAT show d dropping by 1–3 orders of magnitude relative to 2n for sub-formulas of the constraint. For Yuan's programme this is a classical-simulation enabler for Y2/Y3-style hard-constraint QAOA work: when the feasible subspace is small (high cardinality constraints, tight portfolio bounds), this technique gives an exact reduced simulator that scales with the feasible-set size rather than the qubit count.

Main contribution

The two theorems formalise an exact lifting between the constrained dynamics in the full 2n-dimensional space and a reduced dynamics in the d-dimensional Zeno subspace, plus the cost analysis showing O((ν+s) d2) classical simulation when the reduced unitaries are available. The construction is positioned as a "linear-algebraic analogue of bisimulation-based model reduction" from formal verification — applying that paradigm to QAOA simulation is the framing novelty. The numerical sections demonstrate that on random 3-SAT and an agent-coordination 3-SAT, sub-formulas with 70–90% of the constraints carve the feasible subspace down by > 100×.

Key theorems / lemmas / algorithms

Detailed walkthrough

The paper's organising metaphor is that hard constraints in quantum optimisation play the role of "unsafe states" in formal verification. The authors recall that bisimulation-based model reduction in concurrency theory yields quotient systems that preserve all properties relevant to the safe subset of behaviours. The novel observation is that Quantum Zeno dynamics (where frequent projections onto a safe subspace Z confine the evolution) admits a strictly stronger reduction: instead of working with the projected Hamiltonian HZ = PZ H PZ in the 2n-dimensional space (which has zero rows/columns outside Z), one can move to the d-dimensional subspace and work entirely there.

The proof of Theorem 1 (which the paper calls "Theorem on Zeno reduction") is a couple of lines of linear algebra: SS = I on Z, so PZ = SS is the projector; the projected dynamics decompose t into a Zeno part PZt⟩ = S|ψ&hat;t (which evolves by H&hat;Z) and an outside remainder r = (I-PZ)|ψ0 (fixed by Zeno). Iterating this through alternating QAOA layers (which all share the same Zeno space Z) gives the stated lifting. Theorem 2 then quantifies simulation cost with the only non-trivial step being the construction of HZ; in the typical case where S consists of standard basis vectors (the safe subspace is spanned by feasible computational-basis states), each entry of HZ is just an entry of H at indexed positions, computable in O(1) for both HP (a diagonal SAT counter) and HB (the closed-form Hamming-distance lemma).

Section 4 numerically demonstrates the reduction on two benchmark families. Random 3-SAT: for n=10–15 boolean variables, m clauses with m=4n or 5n, treat the first k = 0.7m / 0.8m / 0.9m clauses as the constraint Φk and use the remaining clauses as the QAOA objective. The average d across 100 instances drops sharply: e.g. at n=15, m=4n, k=0.9m, the mean d ≈ 22 against 215 = 32 768 — a ratio of ~1500×. Tighter constraints (m=5n or k=0.9m) push the reduction further, as more clauses cut the feasible set faster. Agent coordination on graphs (not-all-equal 3-SAT from Erdös-Rényi graph adjacencies): the same picture — for n=15, p=0.4, k=0.9m, the average d is essentially 0 (the constraint becomes infeasible on most random graphs) — demonstrating that the construction degrades gracefully when the constraint pushes the safe subspace to nothing.

The honest caveat in the discussion is that this is an exact simulation result, not an algorithmic speedup of the quantum algorithm itself. Construction of S requires enumerating satisfying assignments of Φk, which is #SAT — itself exponential in n. But practical #SAT solvers (DPLL with caching, sharpSAT, etc.) handle instances with millions of variables in many real cases — far more than direct 2n simulation can. So the claim is: combine #SAT advances with QAOA simulation to push the size of classically-tractable constrained QAOA experiments. This connects to a recent thread of work cited in the paper (Mei, Bhattacharya, Lukashov, Hsieh 2024 in CAV) that exploits SAT solving for quantum-circuit reductions.

For Yuan, the operationally relevant point is that DGMVP (Y3) and quasi-binary portfolio QAOA (Y2) both have natural feasible subspaces — fixed-cardinality binary strings, integer-valued portfolios respecting budget — whose dimensions d are combinatorially polynomial in the qubit count. For DGMVP with a fixed-cardinality K out of N assets, d = C(N, K), and once K is small (the typical regime in Y3), d can be far smaller than 2N. The reduction recipe here (Theorem 2 part iii with S = standard-basis indicators of feasible solutions) directly applies: simulate Y3's QAOA in the C(N,K)-dimensional feasible space rather than the 2N-dimensional Hilbert space, and entries of HP (the Markowitz objective on basis states) and HB (X-mixer with the Hamming-distance closed form) are computable on demand. This could drastically extend the size of DGMVP instances Y3's classical methodology can probe before reaching the actual quantum hardware.

Figure rendering: this paper has no figures — only tables. Tables 1 (random 3-SAT reductions) and 2 (agent coordination reductions) are rendered in the source PDF.

Citations to Yuan's papers

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

Overlap with Y1–Y6

Recommended action for Yuan