Draft · v0.2 · Unreviewed
← Index/Project · Nadarasa ReductionDraft · v0.2 · Selene Emulator

Nadarasa · Proofs · Selene/Guppy

Rewriter output on a real kernel

Rewriter-pruned G1 circuit (zero cphase gates) reproduces the full-QFT predictor on Selene shots to within ±0.03 — strictly cheaper, observationally identical.

Unexpected finding

AQFT_k1 (every cphase pruned, only H + bit-reversal SWAPs remain) also PASSED — worst |Δ| = 0.0296, well inside the 0.10 threshold. The G1 predictor (concentration on y mod p) is INVARIANT under the QFT cphase ladder for N = 16. The phase kicks shuffle amplitude between |y⟩ and |y + δ⟩ pairs that are bit-flip relatives, and y mod p only depends on the LSBs — which the bit-reversal SWAPs already deliver. The bastard rewriter is therefore JUSTIFIED in stripping the entire ladder for this predictor; the resulting circuit is strictly cheaper (6 fewer two-qubit gates) and executes identically on Selene. Falsifier did not trigger; this is the genuine win.

N (data dim)

16

qubits

5

shots/slope

400

wall-time

56s

Per-level verdict

levelcphase gatesworst |Δ vs full|thresholdverdict
QFT_full6 kept · 0 dropped(baseline)baseline
AQFT_k35 kept · 1 dropped0.01040.1PASS
AQFT_k23 kept · 3 dropped0.02460.1PASS
AQFT_k10 kept · 6 dropped0.02960.1PASS

Per-branch concentration (every row)

levelpbranchobservedpredictedΔ vs full QFT
QFT_full2srp1.0001.000+0.000
QFT_full2violating0.5030.500+0.000
QFT_full4srp1.0001.000+0.000
QFT_full4violating0.5120.500+0.000
AQFT_k32srp1.0001.000+0.000
AQFT_k32violating0.5040.500+0.000
AQFT_k34srp1.0001.000+0.000
AQFT_k34violating0.5010.500-0.010
AQFT_k22srp1.0001.000+0.000
AQFT_k22violating0.5000.500-0.003
AQFT_k24srp1.0001.000+0.000
AQFT_k24violating0.4870.500-0.025
AQFT_k12srp1.0001.000+0.000
AQFT_k12violating0.4740.500-0.030
AQFT_k14srp1.0001.000+0.000
AQFT_k14violating0.4930.500-0.018

Showcases the headline supremacy pipeline: the bastard rewriter's I rule (Z(α) with α below tolerance ≈ a wire) applied to G1's QFT readout produces the Coppersmith Approximate QFT. We re-run G1's coset prep + predicted_concentration metric with progressively more aggressive tolerances on Selene shots. PASS at AQFT_k3 / AQFT_k2 demonstrates the rewriter output is observationally indistinguishable from the original QFT on this kernel. AQFT_k1 deliberately over-prunes and is the falsifier — if it ALSO passes, the predictor isn't sensitive enough.