diff options
| author | Yuren Hao <yurenh2@illinois.edu> | 2026-07-16 12:58:26 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@illinois.edu> | 2026-07-16 12:58:26 -0500 |
| commit | 44e4238f7b3e1bca91faa7aec5e78109d7dd2966 (patch) | |
| tree | 782b563631ba4b549a066994bf81ba8a9c2bf8f3 /ep_run/fig_primer_pack2.py | |
| parent | 4c7cdeeba856e360f6be29cf03ccb8c73f1049d3 (diff) | |
Deck finalized: both verdicts sealed (C512 zero-gap, 72M gap 0.043), decoupling twist, K-saturation + quant-matrix rows; window fig cent line SEALED
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
Diffstat (limited to 'ep_run/fig_primer_pack2.py')
| -rw-r--r-- | ep_run/fig_primer_pack2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_run/fig_primer_pack2.py b/ep_run/fig_primer_pack2.py index 47be501..74850c8 100644 --- a/ep_run/fig_primer_pack2.py +++ b/ep_run/fig_primer_pack2.py @@ -184,8 +184,8 @@ xm = x[x <= 185] cent = np.where(xm < 20, 3e-4, 3e-3) cent = np.minimum(cent, np.exp(np.interp(xm, cx, np.log(cy))) * 0.85) ax2.plot(xm, cent, color=ORAN, lw=2.2, ls='--') -ax2.text(24, 4.25e-3, 'fw72m_cent (in flight): centered + $\\beta$ rides ITS OWN ceiling via bcap 0.9 — where that ceiling sits is being measured now (48k: ahead)', fontsize=8.6, color=ORAN, ha='left') -ax2.text(186.5, 1.62e-3, '→ ?', fontsize=10, color=ORAN, fontweight='bold') +ax2.text(24, 4.25e-3, 'fw72m_cent (SEALED): rode 3e-3 for all 234k steps — zero guard events, final gap 0.043', fontsize=8.6, color=ORAN, ha='left') +ax2.text(186.5, 1.62e-3, '✓', fontsize=12, color=ORAN, fontweight='bold') # measured ceiling points for (mx, my, lab) in [(195, 1e-3, '≤1e-3'), (222, 3e-4, '≤3e-4'), (228, 2.5e-5, '≈2e-5')]: ax2.plot([mx], [my], marker='v', ms=7, color=RED, zorder=5) |
