mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
AGENT 1 — QuimbIntegrator: eridos_renyi_quimb.py (1,147 lines)
- Erdős-Rényi G(n, 1/n) at criticality (known solved, extreme density)
- Tensor network via quimb (with numpy fallback)
- 7-check verification against ER theory:
* n=100: 7/7 PASS (largest CC=41, gap=0.42)
* n=500: 7/7 PASS (largest CC=33, gap=0.03)
* n=1000: 7/7 PASS (largest CC=74, gap=0.20)
- Φ-corkscrew geodesic search on S⁷
- 5-watchdog Byzantine consensus integration
AGENT 2 — MultiModeEngineer: multimode_engine.py (970 lines)
- 4 platform adapters with unified interface:
* ESP32: n≤50, Q16.16, power iteration, 5.97ms
* Photonic: n≤100, Cayley unitary, transmission spectrum, 0.73ms
* Quantum: n≤20, graph state |G⟩, QPE, 0.89ms
* Tensor: n≤10000, full eigendecomp, 0.32ms (reference)
- Cross-platform verification: ALL 4 MODES AGREE on n=20
λ₁≈1.61, gap≈0.19, DNA prefix AAAATT (Φ→Σ transition)
- Auto-selection: quantum→esp32→photonic→tensor by graph size
- JSON receipts, SHA-256 content-addressed
The final sprint is complete:
Known solved problem ✓ (Erdős-Rényi critical)
Extreme density ✓ (hairball at p=1/n)
Tensor network ✓ (quimb integration)
ESP32 ✓ (microcontroller mode)
Photonic ✓ (optical measurement)
Quantum ✓ (NISQ graph state)
CPU/GPU ✓ (tensor network production)
5 watchdog consensus ✓ (Byzantine agreement)
All modes valid ✓
Refs: FINAL_SPRINT_ERDOS_RENYI.md (design),
https://github.com/jcmgray/quimb (tensor network library)
|
||
|---|---|---|
| .. | ||
| build_corpus250.py | ||
| build_pist_matrices_250.py | ||
| chaos_game.py | ||
| dna_braid.wgsl | ||
| dna_codec.py | ||
| dna_encode_file.py | ||
| dna_gpu.py | ||
| dna_lut.py | ||
| dna_qubo_nn.py | ||
| dna_qubo_sort.py | ||
| dna_radix_gpu.py | ||
| dna_surface.html | ||
| dna_surface.wgsl | ||
| dna_webgpu.html | ||
| dna_webgpu.js | ||
| eridos_renyi_quimb.py | ||
| expr_tree.py | ||
| gemma4_mcp.py | ||
| hachimoji_citation.py | ||
| linear_scaling.py | ||
| log_prescreen.py | ||
| multimode_engine.py | ||
| pist_matrix_builder.py | ||
| q16_canonical.py | ||
| sidon_address.py | ||
| spectral_profile.py | ||
| test_search.py | ||
| validate_rrc_predictions.py | ||