A Machine-Verified Proof of a Quantum-Optimization Conjecture
Abstract: We report a machine-verified resolution of a problem open for over a decade in quantum optimization: the Farhi, Goldstone and Gutmann (FGG) conjecture that depth-$p$ Quantum Approximate Optimization Algorithm (QAOA) on the ring of disagrees attains approximation ratio $(2p+1)/(2p+2)$ exactly. We found the proof using a LLM, Claude Fable 5, and verified its correctness end-to-end by the Lean 4 proof assistant. Our methodology includes several ingredients: building on a substantial Lean library of quantum information, we formalized the QAOA components and the known parts of the problem, and reduced the conjecture to a single open mathematical statement. The model was then handed the library and our agentic toolkit, and tasked with closing that gap by constructing a proof in Lean. The resulting process is a feedback loop between the model's natural-language reasoning and Lean's mechanical verification, which converged to a machine-verified proof. Human verification is required only for the structural scaffolding - that the formal statement faithfully encodes the intended claim - while the proof itself is supplied by the model and certified mechanically by Lean. The proof is nevertheless striking - the model uncovered a hidden dynamical symmetry of the problem and exploited it, borrowing tools and machinery from an adjacent field to turn a hard existence problem into an explicit construction. This work paves the way for resolving open conjectures in quantum information science and beyond.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
A simple explanation of “A Machine-Verified Proof of a Quantum-Optimization Conjecture”
1) What is this paper about?
This paper proves, with computer-checked certainty, a prediction about a popular quantum algorithm called QAOA (Quantum Approximate Optimization Algorithm). The prediction—made by Farhi, Goldstone, and Gutmann—says exactly how well a -layer QAOA can do on a neat test problem called the “ring of disagrees.” The authors used an AI model to find the proof and a proof-checking program (Lean 4) to verify every step, so there’s no guesswork.
In short: they show that the best possible performance (the approximation ratio) of depth- QAOA on this problem is exactly .
2) What did the researchers want to find out?
They had two main goals:
- Prove a long-standing conjecture: For a ring of even length (think: an even number of items arranged in a circle), a -layer QAOA achieves the exact best ratio , as long as the ring isn’t too small (specifically, ).
- Show a new way to do serious math: let an AI propose a proof and then use a strict “proof compiler” (Lean 4) to check that the proof is 100% correct.
What is the approximation ratio? It tells you how close your answer is to perfect. If it’s 1, you’re perfect; if it’s 0.9, you’re at 90% of the best possible. Here, the ratio depends on how many layers the QAOA has. For example:
- gives
- gives
- As grows, gets closer to 1.
3) How did they do it? (With simple analogies)
Here’s the idea in everyday terms.
- The problem (the “ring of disagrees”): Imagine light bulbs placed in a circle. Each bulb is either ON or OFF. You get a point for each neighboring pair that disagrees (one ON, one OFF). The best arrangement alternates ON–OFF–ON–OFF all the way around. That’s what you want QAOA to find.
- QAOA (what it does): QAOA is like a layered recipe. Each layer has two steps (think of them as two kinds of “twists” you apply to the system). With layers, you have $2p$ knobs (angles) to adjust. The goal is to choose these angles so that the final state prefers the alternating pattern.
- Breaking the problem into simpler pieces: The authors used known physics tricks to break the big problem into tiny, independent “modes.” You can think of each mode like a little compass needle on a dashboard. Your goal is to rotate each compass so that it points exactly at its target direction.
- A hidden symmetry makes life easier: Because of the way this ring problem behaves, all the complicated quantum motion collapses down to simple rotations on these compass needles. That “hidden symmetry” is what makes the problem tractable.
- Turning rotations into a single “polynomial” problem: Here’s the clever part. The whole “rotate each compass to the target” task can be turned into building one special math object—a polynomial—that is zero at a certain set of points (the target modes). That’s like saying: instead of juggling compasses, you design one curve that goes through pre-set spots. If such a polynomial exists, you can translate it back into the exact QAOA angles you need.
- Classic math tools do the heavy lifting:
- They showed the off-target error for each mode is governed by a single entry of a small matrix, and that entry can be written as a polynomial in a circle variable.
- They then constructed the unique polynomial that vanishes at the required points (and satisfies some symmetry and size limits). A century-old result (the Fejér–Riesz theorem) guarantees the “other half” of the polynomial pair exists too.
- Finally, they used a known factorization method (from Haah) to translate this polynomial directly into the $2p$ QAOA angles. Think of it like: you design the shape you want, then a recipe tells you how to set each knob to produce that shape.
- AI + proof checker workflow:
- The team wrote down the problem in Lean 4 (a program that checks proofs line by line).
- An AI model proposed proof ideas and tried to write them in Lean.
- Lean acted like a super-strict math teacher: if any line didn’t follow, it rejected it and told the AI where it failed.
- After several iterations, Lean accepted the proof—so it’s machine-verified.
4) What did they find, and why does it matter?
Main findings:
- The conjecture is true. For even-sized rings with , the depth- QAOA achieves exactly .
- There are many optimal angle choices. In fact, there are different sets of angles that all achieve this best performance. That matches earlier numerical hints and comes from the symmetry of the problem.
- The number shows up naturally. It appears as a normalization constant in the special polynomial they build. This gives a satisfying, structural reason for the formula, not just a numerical pattern.
Why it matters:
- It pins down the exact power of QAOA at depth for this benchmark. That’s important both for theory (what can QAOA do?) and for practice (what to expect on real quantum devices).
- It reveals a clean path from a quantum control problem to a single, solvable math problem (a polynomial with specific zeros). That’s a new perspective that can help with other problems.
5) What are the broader implications?
- For quantum computing: This gives a sharp performance guarantee for a widely studied algorithm on a standard test case. It helps researchers and engineers judge whether adding more layers is worth it and how to set parameters.
- For methods: The “AI proposes, Lean verifies” approach is powerful. It reduces the risk of human error or AI “hallucinations,” because the proof checker only accepts correct, fully justified steps.
- For other problems: The same symmetry trick (reducing a complex system to many small, independent “compasses”) applies to other quantum models with similar structure. So this technique—turning complicated steering into a polynomial design problem—may solve more open questions in quantum information and beyond.
- For science in general: This is a glimpse of a future where AI helps explore ideas quickly, and formal proof systems provide solid, checkable certainty.
In one sentence: the authors proved, with machine-checked certainty, that a -layer QAOA reaches exactly of the best possible on the “ring of disagrees,” and they did it by finding a hidden symmetry that reduces quantum steering to designing a single well-behaved polynomial.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
Below is a concise list of what the paper leaves uncertain or unexplored, framed as concrete directions future researchers can act on.
- Scope beyond cycles:
- Generalize the SU(2) per-mode/QSP reduction to other translation-invariant free-fermion models (e.g., weighted 1D rings, ladders, long-range couplings) and explicitly characterize when the per-mode dynamical Lie algebra closes to su(2) so the keystone/QSP machinery goes through.
- Investigate applicability to open boundary conditions (chains) and odd system sizes (frustrated cycles); determine exact optimal ratios and whether analogous unsteerable modes and normalizations arise.
- Regime coverage and unification:
- Provide a unified analytic treatment that covers both regimes 2p+2 ≤ n (proved here) and 2p ≥ n (previous constructions), yielding a single piecewise-optimal schedule and exact r_p* for all n, p.
- Analyze the crossover behavior at the boundary 2p+2 = n and small-n edge cases; verify whether the same polynomial structure and normalization persist.
- Beyond free-fermion/integrable settings:
- Determine how far the approach extends to non-free, non-translation-invariant graphs (e.g., general MaxCut instances) where the DLA is larger than ⊕_k su(2); explore multi-mode or higher-rank QSP generalizations, block-encoding variants, or approximate steering strategies.
- Identify structural criteria for when a variational problem admits a “single-polynomial” keystone reduction (beyond free fermions), and supply counterexamples where such a reduction provably fails.
- Constructive algorithmics and complexity:
- Give an explicit, numerically stable algorithm (with pseudocode and complexity/precision analysis) that takes p as input and outputs optimal angles (γ, β): implement Fejér–Riesz spectral factorization for R and Haah’s factorization to phases, quantify runtime and floating-point error growth with p, and publish a reference implementation.
- Provide closed-form expressions for the angles as functions of p when possible (e.g., via analytic factorization of T and R), or characterize when only numerical factorization is viable.
- Robustness and sensitivity:
- Quantify robustness of the optimal schedule to small parameter errors and hardware noise by deriving explicit sensitivity/Lipschitz or curvature (Hessian) bounds on the residual energy Σ_k ε_k around the constructed angle sets.
- Analyze how discretization of angles, calibration drift, and decoherence affect the achieved ratio; give error budgets to maintain r_p ≥ (2p+1)/(2p+2) − δ for a target δ.
- Optimality landscape and degeneracy:
- Characterize the full solution manifold: parameterize the 2p family of optimal schedules induced by Fejér–Riesz choices, classify equivalence under circuit symmetries (e.g., global phase, layer relabeling), and study how these branches differ in robustness or optimizer accessibility.
- Map the local landscape around the optimal schedules: compute Hessians, basin volumes, and existence/impact of spurious local optima that trap gradient-based optimizers away from the global maximum.
- Extensions of the QSP step:
- Examine whether alternative factorizations (e.g., different signal choices or parity constraints) yield angles with better robustness properties or implementation advantages while preserving optimality.
- Investigate the role of the unsteerable k = π mode more generally: does an analogous “normalization by an unsteerable mode” appear in other models, and can this be exploited to predict optimal ratios without full construction?
- Hardware compilation and practicality:
- Translate the optimal schedules into native gate sets for superconducting and neutral-atom platforms; quantify gate counts, depth, and compilation overhead for implementing e{-iγH_C} and e{-iβB} with realistic connectivity and control constraints.
- Compare runtime and error tolerance of the constructive optimal schedules versus numerical parameter training; evaluate which is preferable under NISQ noise and calibration costs.
- Formalization fidelity and reproducibility:
- Provide an independent audit that the Lean statement residualEnergy_isLeast exactly matches the physics problem (e.g., a machine-checked correspondence between the informal Hamiltonians and their formal encodings), beyond the authors’ internal check.
- Release complete provenance for the autoformalization process (prompts, agent traces, Lean version hashes, and seeds) to enable third-party replays and robustness tests of the LLM–Lean pipeline.
- Methodological generalization:
- Benchmark the LLM/Lean feedback-loop methodology on additional open problems in quantum optimization and quantum information (including cases without integrability) to delineate its current limits and failure modes.
- Develop diagnostics that predict when an LLM-proposed plan is likely to succeed in formalization (e.g., indicators from the DLA structure or from preliminary numerical checks), to guide automated theorem-proving resource allocation.
- Model variations and initial states:
- Assess whether variant mixers (e.g., XY or custom mixers) or different initial states preserve the QSP reduction and optimal ratio; if not, classify the attainable ratios and new steering constraints.
- Explore weighted MaxCut on cycles and fields that slightly break integrability; establish perturbative results on how r_p* degrades with small non-integrable terms.
- Connections to prior schedules and theory:
- Relate the constructed schedules to earlier explicit schedules (e.g., in the 2p ≥ n regime) and to Ho–Hsieh protocols; determine whether they are special cases, limits, or fundamentally different.
- Investigate whether the normalization 1/(2p+2) connects to spectral properties (e.g., single-particle dispersion) or information-theoretic quantities, and whether analogous constants emerge universally across model classes.
Practical Applications
Immediate Applications
Below are concrete, near-term use cases that can be deployed now, leveraging the paper’s certified result, reusable codebase, and the generate-then-certify workflow.
- Quantum hardware benchmarking and calibration (sector: hardware, software)
- Use the exact optimal ratio r_p* = (2p+1)/(2p+2) and the constructive angle schedules as a gold-standard benchmark for QAOA implementations on superconducting and neutral-atom devices.
- Workflow: for chosen n (even) and p with 2p+2 ≤ n, generate the optimal angles from the repository; run circuits; compare measured approximation ratio to the certified optimum to quantify noise, crosstalk, and calibration drift; iterate calibrations.
- Tools/products: “QAOA BenchKit” plugin for Qiskit/Cirq/PennyLane that pulls angles from the repo, runs experiments, and reports deviation-from-optimum dashboards.
- Dependencies/assumptions: device can implement the ring-of-disagrees Hamiltonian or an equivalent compilation; n even and 2p+2 ≤ n regime; adequate measurement statistics; repository availability.
- QAOA compiler seeding and schedule libraries (sector: software, quantum compilers)
- Integrate the closed-form angle constructions as initial seeds for optimizers and as exact schedules when a cyclic substructure appears, improving convergence and reliability in hybrid workflows.
- Workflow: add a compiler pass that detects cycle subgraphs; for these, insert optimal schedules directly; elsewhere, seed variational parameters near the certified solution to reduce optimizer wall time and variance.
- Tools/products: “CyclePass” compiler module; parameter-initialization APIs for variational stacks.
- Dependencies/assumptions: problem instances contain cycle motifs or can be decomposed to cycles; accurate graph mapping to hardware topology or transpilation.
- Reusable formal methods stack for quantum information (sector: academia, software tooling)
- Adopt the provided Lean 4/Mathlib-based library (quantum states, channels, QAOA constructs) to accelerate formalization and verification of new results in quantum algorithms and information.
- Workflow: clone the repo, extend definitions, pose new lemmas as Lean theorems, use the agentic “LeanScriber” toolkit to iterate autoformalization with compiler-guided feedback.
- Tools/products: the open-source Lean library; LeanScriber toolkit; CI scripts that run lean –make to ensure proofs compile on commit.
- Dependencies/assumptions: basic Lean proficiency; stable Mathlib versions; CI infrastructure.
- Generate-then-certify loops for research groups (sector: academia, R&D)
- Operationalize the LLM+Lean feedback loop as a standard research workflow for conjecture testing, with lightweight Python sanity checks and kernel-verified proofs.
- Workflow: researchers encode problem scaffolding; the agent attempts proofs; Lean compiler returns open goals/diagnostics; iterate until acceptance; ship proof artifacts with papers.
- Tools/products: “ProofLoop” templates, prompt libraries, and Docker images pinning Lean/Mathlib versions for reproducibility.
- Dependencies/assumptions: access to an LLM capable of Lean reasoning; curated domain libraries; compute budget for iterative attempts.
- Course modules and interactive labs in quantum algorithms and formal verification (sector: education)
- Teach QAOA, QSP, and formal methods via a hands-on lab where students derive the keystone mapping, inspect the Fejér–Riesz construction, and verify the proof in Lean.
- Workflow: students simulate the ring-of-disagrees numerically, then cross-check against the certified ratios; submit code and a compiling Lean file as assignments.
- Tools/products: Jupyter notebooks bridging numerical simulation and Lean code; automated graders that compile proofs.
- Dependencies/assumptions: course infrastructure; access to the provided repository and a Lean environment.
- Editorial and review reproducibility checks (sector: publishing, policy)
- Encourage or require machine-checkable proofs for formally stated results; reviewers run lean –make to validate claims deterministically.
- Workflow: authors upload a proof bundle; journals run a standardized verification pipeline; artifacts archived with DOIs.
- Tools/products: “ProofCI” service for journals; artifact badges indicating kernel-verified status.
- Dependencies/assumptions: community buy-in; version pinning to avoid dependency drift; policies for archiving artifacts.
- Reference dataset for evaluating LLM theorem provers (sector: AI research)
- Use the paper’s formal statements, partial lemmas, and compiled solutions as benchmarks to test search, autoformalization, and agent orchestration strategies.
- Workflow: construct tasks at varying difficulty (from auxiliary lemmas to the main theorem); evaluate pass@k with kernel acceptance; report systematic ablation studies.
- Tools/products: benchmark suite with scoring harness and baselines.
- Dependencies/assumptions: permission to package the library; consistent Lean versions across runs.
- Immediate QAOA performance guarantees in applied experiments (sector: cross-industry quantum pilots)
- Set realistic expectations and success criteria for pilot projects using QAOA by bounding achievable quality on cyclic components exactly.
- Workflow: pre-analysis decomposes problem to identify cyclic parts; project plans incorporate certified performance for those parts; results interpreted relative to certified baselines rather than unconstrained targets.
- Tools/products: planning templates and checklists for quantum PoCs; reporting dashboards tracking “gap to certified optimum.”
- Dependencies/assumptions: problem structure analysis tooling; stakeholder education on certified baselines.
Long-Term Applications
These are forward-looking opportunities that require further research, scaling of formal libraries, or engineering development before wide deployment.
- Extending the QSP-steering method to broader problem classes (sector: quantum algorithms, hardware)
- Generalize the single-polynomial steering framework to other translation-invariant free-fermion models and selected interacting/topologically structured instances, yielding exact or near-exact schedules and guarantees.
- Potential products: a “QSP-Synth” compiler that detects su(2)-blockable dynamics and synthesizes optimal sequences automatically.
- Dependencies/assumptions: classification of dynamical Lie algebras for target models; constructive mappings to QSP; robust handling of hardware constraints and noise.
- Noise-aware certified schedules and robust control (sector: hardware control, software)
- Incorporate device noise models into the polynomial synthesis (e.g., via constrained spectral factorization) to produce control sequences with robustness guarantees.
- Potential products: robust-QAOA schedulers that trade optimality for stability under decoherence, calibration drift, and control amplitude limits.
- Dependencies/assumptions: validated noise/DRAG/transfer-function models; convex relaxations or certified approximations of Fejér–Riesz under uncertainty.
- End-to-end verified quantum compilers (sector: software infrastructure)
- Build compilers whose correctness is proven in Lean: from high-level QAOA/QSP descriptions down to gate-level sequences with composition and fidelity guarantees.
- Potential products: “Verified Q Compiler” with formally certified passes for synthesis, optimization, and transpilation to target backends.
- Dependencies/assumptions: formal semantics of IRs and gate sets; verified algebraic identities; scalable proof engineering.
- Formal verification of quantum cryptography and secure computation (sector: cybersecurity)
- Apply the same generate-then-certify pipeline (and the provided quantum-information library) to machine-verify security proofs in QKD, secure multiparty learning, and related protocols.
- Potential products: compliance-grade, machine-checked security certificates for quantum protocols used in telecom and cloud.
- Dependencies/assumptions: complete formal models for adversaries and composable security frameworks; domain-specific libraries; industry standards acceptance.
- Standards and policy for AI-assisted, machine-checked science (sector: policy, publishing)
- Establish best practices and guidelines that define when formal verification is expected, how artifacts are archived, and how AI assistance is disclosed and audited.
- Potential products: accreditation programs for “formally certified” research artifacts; funding mandates for machine-checkable proofs in target areas.
- Dependencies/assumptions: consensus-building across societies and journals; infrastructure for long-term artifact preservation.
- Human-in-the-loop discovery platforms for the physical sciences (sector: R&D platforms)
- Turn the LLM+Lean feedback loop into an “autonomous theorist” service that proposes conjectures, runs numerical sanity checks, attempts formal proofs, and surfaces only compiler-accepted results to researchers.
- Potential products: cloud platforms integrating symbolic algebra, numerical back-ends, theorem provers, and LLM agents with experiment-facing APIs.
- Dependencies/assumptions: sustained advances in autoformalization; curated, domain-rich libraries; guardrails for correctness and provenance.
- Cross-domain control synthesis via polynomial factorization (sector: robotics, energy, communications)
- Translate the polynomial-steering insight to classical control contexts (e.g., equiangular composite pulses analogs, filter and controller synthesis) to generate sequences with certified properties.
- Potential products: “PolySynth” tools for designing bounded-energy controllers and filters with provable frequency-domain guarantees.
- Dependencies/assumptions: problem mappings to spectral factorization setups; formal control libraries; integration with existing CAD/EDA tools.
- Education-at-scale with interactive, certified problem solving (sector: education)
- Build interactive textbooks and MOOCs where learners manipulate QSP polynomials, simulate outcomes, and complete machine-checked proof exercises.
- Potential products: courseware that issues verifiable certificates of mastery anchored in compiling proofs and reproducible simulations.
- Dependencies/assumptions: user-friendly Lean front-ends; scalable cloud compilation; curriculum development.
- Certified baseline libraries for quantum optimization portfolios (sector: finance, logistics, energy planning)
- Maintain a catalog of problem primitives (cycles, ladders, chains) with exact schedules and performance certificates to bound end-to-end optimization quality on real workloads.
- Potential products: “Certified Primitives” library integrated into quantum optimization services; automated decomposition that reports guaranteed bounds from matched primitives.
- Dependencies/assumptions: reliable decomposition heuristics; mapping from application graphs to primitive libraries; customer acceptance of partial-certified guarantees.
- Open, verifiable research ecosystems (sector: open science)
- Normalize shipping code, data, and proofs together. Build registries where each theorem or experimental claim links to a machine-checkable artifact and reproducible notebooks.
- Potential products: public registries and DOI-linked proof bundles; grant programs favoring artifact-complete submissions.
- Dependencies/assumptions: funding for infrastructure; community incentives; long-term maintenance commitments.
Notes on core assumptions and dependencies across applications
- Physical regime: The certified optimal ratio and schedules apply to the ring of disagrees with n even and 2p+2 ≤ n; other regimes require adaptations.
- Ideal-to-real gap: Proofs assume idealized dynamics; hardware noise and control constraints necessitate robustification for practical deployment.
- Tooling maturity: Scalable benefit depends on the growth of formal libraries (quantum, control, cryptography) and continued improvements in autoformalization.
- Governance: Adoption of machine-checked artifacts in publication and industry requires policy changes, reviewer tools, and sustained community education.
Glossary
- adjoint action: Conjugation by a group element that maps operators or vectors within a representation (here, rotations realized by SU acting on Bloch vectors). Example: "Rotations of a Bloch vector are the adjoint action of the double cover "
- Anderson pseudospin: A mapping that represents paired fermionic modes as an effective spin-1/2, enabling spin-language analysis of fermionic systems. Example: "the Anderson pseudospin~\cite{Anderson1958} reduces the fermion pair to a single spin- with Pauli operators ."
- antiferromagnetic Ising model: A spin model where neighboring spins prefer to be anti-aligned, here in one dimension. Example: "it is a one-dimensional antiferromagnetic Ising model with periodic boundary conditions."
- antipodal map: The inversion map on the unit circle (or Riemann sphere) sending to $1/z$, used to characterize parity of polynomial components. Example: "under the antipodal map ."
- approximation ratio: The normalized performance metric comparing the achieved objective value to the true optimum in an optimization algorithm. Example: "The approximation ratio is the cost expectation value in the QAOA state, normalized by the true optimum."
- autoformalization: The process of automatically translating informal mathematical statements into formal language for theorem provers. Example: "These build on advances in autoformalization~\cite{Wu2022autoformalization} and language-model theorem proving~\cite{Yang2023leandojo,DeepSeekProverV2,DraftSketchProve}"
- Bloch vector: A 3D vector representation of a qubit (spin-1/2) state used to visualize and compute rotations. Example: "By the per-mode reduction, the layers act not on the full -dimensional state but on a single Bloch vector per mode,"
- class- pair: A constrained pair of polynomials (palindromic/antipalindromic with degree bounds and unitarity) that parametrizes an -valued Laurent polynomial of degree . Example: "We call a pair carrying this parity a class- pair."
- cost Hamiltonian: The Hamiltonian encoding the classical objective function in QAOA, whose ground state corresponds to the optimal solution. Example: "A classical cost function is encoded in a Hamiltonian "
- double cover: A group homomorphism where one group (here, ) covers another (here, ) twice, reflecting how spin rotations map to vector rotations. Example: "the double cover "
- dynamical Lie algebra (DLA): The Lie algebra generated by the set of Hamiltonians driving a system, capturing all reachable directions under commutators. Example: "The entire DLA is thus , of dimension rather than ."
- dynamical symmetry: A symmetry of the equations of motion (or generated algebra) rather than of the Hamiltonian itself, restricting reachable dynamics. Example: "SU is not a symmetry of the Hamiltonian but a dynamical symmetry."
- free-fermion model: A system of non-interacting fermions (quadratic Hamiltonian) that can often be solved exactly via linear transformations. Example: "The ring is effectively a free-fermion model~\cite{LiebSchultzMattis1961}."
- Haah's theorem: A factorization result that expresses any -valued Laurent polynomial as a product of linear “primitive” factors, enabling constructive synthesis. Example: "Haah's theorem~\cite{Haah2019product} factors any -valued Laurent polynomial of degree uniquely and constructively,"
- Jordan–Wigner transformation: A mapping from spin operators to fermionic operators that turns certain spin chains into free-fermion models. Example: "A Jordan-Wigner transformation~\cite{JordanWigner1928} maps it to non-interacting spinless fermions,"
- Laurent polynomial: A polynomial that allows both positive and negative powers of the variable, here used to parametrize -valued sequences. Example: "G is therefore an -valued Laurent polynomial of degree ."
- MaxCut: A graph optimization problem of partitioning vertices to maximize the number of edges crossing the partition. Example: "In optimization language, this is the MaxCut problem on a cycle;"
- palindromic/antipalindromic (polynomial): Symmetry properties of polynomial coefficients reflecting invariance or sign change under up to a power. Example: "with palindromic and antipalindromic."
- periodic boundary conditions: A model where the system’s endpoints are identified, forming a closed loop (e.g., a ring). Example: "it is a one-dimensional antiferromagnetic Ising model with periodic boundary conditions."
- Quantum Approximate Optimization Algorithm (QAOA): A variational quantum algorithm alternating cost and mixer unitaries to approximate combinatorial optimization solutions. Example: "The QAOA \cite{Farhi:2014ych} is a hybrid quantum-classical ansatz for combinatorial optimization."
- Quantum Signal Processing (QSP): A framework that realizes desired polynomial transformations of eigenvalues via sequences of single-qubit rotations. Example: "each momentum mode's propagator is a Quantum Signal Processing (QSP) sequence,"
- spectral projectors: Projectors onto eigen-subspaces associated with particular eigenvalues of an operator. Example: "with the spectral projectors of ."
- transverse-field mixing Hamiltonian: A Hamiltonian (typically proportional to a sum of Pauli- terms) used in QAOA to mix computational-basis states. Example: "generated by a transverse-field mixing Hamiltonian."
- unitarity: The property of quantum evolution being unitary (norm-preserving), imposing modulus constraints on matrix elements or polynomials. Example: "Unitarity imposes on the unit circle,"
- unsteerable (mode): A mode that cannot be aligned (steered) to the target axis by the available control sequence due to symmetry constraints. Example: "the mode , whose cost and mixer axes are antiparallel and which is therefore unsteerable."
Collections
Sign up for free to add this paper to one or more collections.