Quantum King-Ring Domination (QKRD)
- Quantum King-Ring Domination (QKRD) is a structured, chess-inspired benchmark for evaluating QAOA on constrained quantum optimization problems.
- It leverages a detailed combinatorial design with one-hot and gating constraints, mapping real chess positions to QUBO formulations using up to 40 qubits.
- Benchmark experiments demonstrate that constraint-preserving mixers and warm-start strategies markedly improve convergence speed and solution feasibility.
Quantum King-Ring Domination (QKRD) is a structured NISQ-scale quantum optimization benchmark derived from chess, designed for comprehensive evaluation of the Quantum Approximate Optimization Algorithm (QAOA) on instances exhibiting semantic constraints and spatial locality. QKRD addresses the limitations of synthetic benchmarks by leveraging rich, human-interpretable chess tactical positions and by providing intrinsic validation metrics without reliance on classical oracles. The benchmark encompasses 5,000 real-game instances with binary decision variables, one-hot and gating constraints, and QUBO encodings up to 40 qubits, enabling rigorous algorithmic comparisons and reproducibility in quantum algorithm research (Stenzel et al., 1 Jan 2026).
1. Formal Definition and Combinatorial Structure
QKRD instances are centered on a local Region of Interest (ROI), typically a window, around the opponent’s king in a chess position. The core combinatorial structure consists of candidate primary moves—selected as strictly increasing the so-called king-ring coverage—where . In the “lifted temporal” variant, each primary move is further associated with follow-up moves, giving a total variable count . The variable set comprises
with and encoding, respectively, the selection of primary and conditional follow-up moves.
The constraint set is defined by:
- One-hot constraint over primaries:
- Gating constraints for each primary :
The objective function leverages concentric “king-rings”:
- : up to 8 squares at Chebyshev distance 1,
- : squares at Chebyshev distance 2.
Let and count attacked squares in and respectively. A risk penalty (and ) penalizes attacking defended squares. The QUBO cost, which must be minimized, reads:
This is equivalently mapped to a quadratic Hamiltonian in the Pauli– basis on qubits,
2. QAOA Formulation and Ansatz Engineering
QKRD is implemented within the QAOA framework, encoding the QUBO cost function as the problem (cost) Hamiltonian: over computational basis states .
Three mixer strategies are evaluated:
- Standard X-mixer:
This mixer explores the full Hilbert space and requires substantial penalty parameters , for constraint enforcement.
- XY ring mixer: Partitions the qubits into disjoint one-hot blocks ,
preserving Hamming weight and thus feasibility within each block.
- Domain-wall mixer: Employs a domain-wall encoding, using a nearest-neighbour XY chain over each one-hot block:
Each QAOA step alternates between unitaries:
The QAOA ansatz is constructed at circuit depth in all experiments. Initial states analyzed include:
- Uniform superposition,
- Basis warm-start (computational basis encoding the greedy classical solution),
- Local superposition (modifying the greedy solution with small-angle XY rotations within blocks).
Classical optimization is performed via Adam for expectation objectives and COBYLA for Conditional Value-at-Risk (CVaR) objectives. For the latter, the target is
estimated with circuit measurements.
3. Benchmark Suite Construction and Evaluation Metrics
The QKRD suite contains 5,000 positions sampled from Lichess middlegame and endgame scenarios ensuring at least eight coverage-increasing moves in each ROI. Qubit usage ranges from 6–18 (single-ply) to up to 40 (lifted temporal, extended windows).
Performance metrics include:
- Final QUBO energy ,
- Coverage: ,
- Feasibility rate (fraction of outputs satisfying all constraints),
- Convergence speed (number of optimizer steps to 95% of final energy),
- Intrinsic validation versus:
- Deterministic greedy heuristics,
- Uniform random selection.
All code, data, QUBO instance generators, and experiment logs are publicly released for full reproducibility at https://github.com/lmu-cs/qkrd.
4. Comparative Algorithmic Analysis
Extensive experimentation on 3,000 single-ply and 200 lifted-temporal instances supports robust conclusions regarding QAOA variants and heuristic baselines:
- Constraint-preserving mixers (XY, domain-wall):
- Achieve steps faster convergence relative to X-mixer with optimal penalty weighting .
- Guarantee feasibility in 100% of samples, versus 99% for X-mixer at penalty .
- Final coverages are statistically indistinguishable across all mixers .
- Warm-start strategies:
- Basis warm-start reduces convergence by 45 steps compared to uniform initialization ; local superposition yields 32-step improvement .
- Final QUBO energy is markedly improved .
- CVaR optimization:
- CVaR minimization leads to significantly worse energy and no measurable coverage gain.
- As , performance converges to expectation-driven optimization, with coverage distributions unchanged.
- Intrinsic validation:
- Across 5,000 positions (XY-mixer, basis warm-start): QAOA achieves mean coverage 5.32 squares; greedy 4.73 ; random 2.95 .
- Coverage distributions are consistently right-shifted under QAOA relative to classical baselines.
5. Significance, Limitations, and Availability
The QKRD benchmark demonstrates that structured, semantically-informed quantum optimization benchmarks can reveal substantive advantages of problem-tailored QAOA algorithms unobservable in synthetic random instances. Specifically, constraint-preserving mixers (XY, domain-wall) not only eliminate the requirement for penalty term tuning but also substantially accelerate convergence with no loss in final solution quality. Warm-start strategies are particularly powerful in structured domains, cutting optimization steps by over 70%.
A crucial finding is that CVaR-QAOA, though theoretically motivated for improving rare-event solutions, can in fact degrade performance on QKRD—a result of practical and methodological interest.
By providing a reproducible, semantically rich test suite tailored for mid-scale NISQ quantum devices and systematically benchmarking classical versus quantum-influenced strategies, QKRD constitutes a critical resource for advancing algorithmic techniques in quantum optimization, with all necessary artifacts available for benchmarking and replication (Stenzel et al., 1 Jan 2026).