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

Nadarasa · v0.3.3 · PQP Ch. 13

Resource monotones

Ch. 13 frames a "gap" as A ⋡ B in the partial order of diagrams under the implemented rewrites F. An additive monotone (T-count, spider-count) provably non-increasing under F certifies a gap as real rather than conjectured. The numbers below are read directly off the Guppy emit functions — same source of truth the v0.3 predictors use.

n = 3 data qubits

KernelcphaseCXspidersT-count (UB)
G1 · modal projector39301
G2-real · two-coset combiner922491
G12 · modal-projection scaling39301
G3 · per-window cost39301

n = 4 data qubits

KernelcphaseCXspidersT-count (UB)
G1 · modal projector618583
G2-real · two-coset combiner1435813
G12 · modal-projection scaling618583
G3 · per-window cost618583

n = 5 data qubits

KernelcphaseCXspidersT-count (UB)
G1 · modal projector1026876
G2-real · two-coset combiner20471146
G12 · modal-projection scaling1026876
G3 · per-window cost1026876

n = 6 data qubits

KernelcphaseCXspidersT-count (UB)
G1 · modal projector153912910
G2-real · two-coset combiner276416010
G12 · modal-projection scaling153912910
G3 · per-window cost153912910

n = 7 data qubits

KernelcphaseCXspidersT-count (UB)
G1 · modal projector215117215
G2-real · two-coset combiner358020715
G12 · modal-projection scaling215117215
G3 · per-window cost215117215

What the monotones certify

  • Spider count is a sum over local emit calls. It is invariant under any rewrite in F that preserves connectivity (spider fusion is the archetype). Strictly increasing across kernels means the diagrams are not inter-rewritable in F.
  • T-count (upper bound) counts cphase rungs past depth 2 (i.e. past the Clifford fragment {0, π/2, π, 3π/2}). Non-increasing under the Clifford-ZX rewrites (PQP Thm 9.128).
  • For the current kernel set, G1, G12, and G3-cost are diagrammatically identical (same QFT skeleton); G2-real is strictly larger on every monotone for n ≥ 3. That is a real, certified separation — not a conjecture.

Per-kernel notes

  • G1 · modal projector: One real-QFT register, no label qubits. Closed form is two delta peaks. kernel page →
  • G2-real · two-coset combiner: Two label qubits, two cphase ladders, CX(lbl0,lbl1)+H(lbl1)+measure glue. Closed form: four delta peaks. kernel page →
  • G12 · modal-projection scaling: Same diagrammatic skeleton as G1; G12 is the scaling sweep at N ∈ {64, 128}. kernel page →
  • G3 · per-window cost: Same shape as G1 plus classical post-selection (a bastard-spider output, no extra quantum gates). kernel page →