2026-03-28: EM spectrum overlay, CTO report, sweep/analysis scripts, prime analysis
New docs: - docs/em_spectrum_overlay.html: Full EM spectrum with Khra/Gixx lines, physics markers, cell-size slider - docs/2026-03-28_170500_cto-report_fractal-echo-analysis.txt: CTO fractal echo analysis report New scripts (Beast sweep infrastructure + analyzers): - scripts/nuclear_magic_analyzer.py: shell structure, peak clustering, mode counting, GUE tests - scripts/physics_domain_analysis.py: 4-domain physics (nuclear shells, Brillouin, band gaps, GUE) - scripts/direct_zmq_sweep.py: ZMQ direct sweep driver - scripts/sweep_real.py: real sweep execution - scripts/analyze_sweep.py, comprehensive_analysis.py: sweep analysis tools - scripts/execute_prime_mapping.py: prime lattice mapping - scripts/extrapolate_findings.py, check_extrapolation.py: extrapolation tools - scripts/eta_calc.py, time_estimate.py, updated_estimate.py, show_pattern.py: utilities Prime analysis (root): - navigator_prime_analysis.py, navigator_prime_analysis_v2.py Updated: - navigator/mock_lbm_daemon.py, navigator/telemetry_server.py
This commit is contained in:
@@ -31,7 +31,10 @@ def mock_daemon():
|
||||
"h64": h64,
|
||||
"h32": h32,
|
||||
"vorticity": vorticity,
|
||||
"power_w": 50.0 + abs(khra) * 5.0,
|
||||
"asymmetry": abs(khra - gixx) * 0.1,
|
||||
"gpu_power_w": 50.0 + abs(khra) * 5.0,
|
||||
"gpu_temp_c": 45.0 + abs(khra) * 2.0,
|
||||
"gpu_mem_pct": 35.0,
|
||||
"grid": 1024
|
||||
}
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@ latest_telemetry = {
|
||||
"coherence": 0.0,
|
||||
"asymmetry": 0.0,
|
||||
"torque": 0.0,
|
||||
"gpu_temp": 0.0,
|
||||
"gpu_power": 0.0,
|
||||
"gpu_temp_c": 0.0,
|
||||
"gpu_power_w": 0.0,
|
||||
"grid": 512,
|
||||
"timestamp": None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user