SilverSight/signatures/chiral_spectral_lut.json
allaun 9711af2427 feat(lut): Chiral Spectral LUT — 65K entries, 5 regimes, 0.1s, zero floats
python/chiral_spectral_lut.py:
- Maps 65,536 chiral configurations → 5 spectral fingerprints
- Integer arithmetic only: block eigenvalues = 273 ± w, w rational
- Regime classification: CANONICAL (6.1%), ROSSBY (93.8%), SCARRED (0.1%)
- Example: AAAAAAAA→λ=[17,529] CANONICAL, LLLLLLLL→λ=[-111,657] ROSSBY

Receipt: signatures/chiral_spectral_lut.json
2026-06-30 20:39:02 -05:00

13 lines
No EOL
291 B
JSON

{
"schema": "chiral_spectral_lut_v1",
"zero_float": true,
"entries": 65536,
"regimes": 5,
"regime_labels": [
"CANONICAL",
"ROSSBY",
"SCARRED"
],
"compute_time_s": 0.09,
"note": "Integer arithmetic only. Block eigenvalues = 273 \u00b1 w, w = 128 \u00d7 avg(chi)"
}