mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
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
13 lines
No EOL
291 B
JSON
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)"
|
|
} |