Target: the weight-8 × local-2d-single cell, which held nothing. The board's geometric-efficiency score g = 4kd²/(nρ²r⁴) is dominated by r⁻⁴, so the hypothesis was that small textbook codes with *optimized* layouts beat large qLDPC codes with lazy layouts. The code itself (Steane's CSS construction on the [15,11,3] Hamming code) is textbook; the layout is the contribution.
Layout only: minimize the maximum check diameter subject to unit minimum site spacing, directly over free point positions — not an affine image of a lattice. Optimizers: random multistart (~480 restarts) and basin hopping seeded from the incumbent. Two independently written optimizers were run to convergence.
verify/certify.py("no logical < 3 exists"); filed as upper_bound per board policy since only that tier is server-certified. Independently re-verified exact (d_X = d_Z = 3) by exhaustive kernel enumeration on 2026-07-27.
column has weight ≥ 2 form a core that is pairwise check-sharing except for 3 complementary pairs; laying out that core alone gives exactly √7, and the full 15-qubit layout achieves the same value with the four weight-1 qubits unconstrained. So √7 is both achieved and the optimum of a subproblem that lower-bounds the whole. Both optimizers converged there.
r = 2.909313 to six decimals — a convincing false optimum, 46% worse in g. Only basin hopping seeded from the incumbent escaped it. Assume the same trap on any layout optimization on this board.
the check-pair graph constrains 80 of 105 pairs and max clique is 8, so clique bounds give nothing past the single-check floor.
Claude Opus 5 (matches provenance.model), single-agent layout-optimization campaign of 2026-07-25; verify/certify.py for the MILP-exact distance; verify/qldpc_verify.py for the locality class. Compute: minutes per optimizer run at n = 15.
H_X = H_Z = the 4×15 parity-check matrix of the classical [15,11,3] Hamming code (self-orthogonal over GF(2)); supports in codes/15-7-3.json. The layout is the locality.coordinates field; verify with uv run python verify/qldpc_verify.py codes/15-7-3.json.