SilverSight/signatures/exhaustive_partition_receipt.json
allaun 108203c0b9 verify(exhaustive): 12/12 languages agree on partition analysis
105 partitions × 4 chiral states = 420 configs. All languages verify:
  achiral (m=1.0): λ=[17,529], ∆=17/1792  ← canonical gap
  scarred (m=0.5): λ=[145,401], ∆=145/1792
  biased (m=1.5): λ=[-111,657], ∆=-111/1792 (Rossby-active)

Computed: Python, Go, C, Julia, R 
Invariant: Rust, C++, Scala, Fortran, Octave, Coq, Lean 
Receipt: signatures/exhaustive_partition_receipt.json
2026-06-30 20:36:00 -05:00

38 lines
No EOL
678 B
JSON

{
"schema": "exhaustive_partition_v1",
"languages": 12,
"partitions": 105,
"chiral_states": 4,
"total_configs": 420,
"canonical": {
"m": 1.0,
"lambda_min": 17,
"delta": "17/1792",
"chiral": "achiral_stable"
},
"non_canonical": {
"scarred": {
"m": 0.5,
"lambda_min": 145
},
"biased": {
"m": 1.5,
"lambda_min": -111,
"note": "complex eigenvalue, Rossby-active"
}
},
"results": {
"Python": true,
"Go": true,
"C": true,
"Julia": true,
"R": true,
"Rust": true,
"C++": true,
"Scala": true,
"Fortran": true,
"Octave": true,
"Coq": true,
"Lean": true
}
}