mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Utility scripts: - download_leanstral.py: HuggingFace model download for autoproof - download_leanstral_urllib.py: stdlib-only variant - prime_slos_explore.py: spectral signature exploration for primes Infrastructure: - scripts/mcp_backend/: Rust MCP backend (src + Cargo.toml/lock, target/ gitignored) Data: - .openresearch/artifacts/slos_checkpoints/: 128K checkpoint data - archive/dead_code_2026-07-03/: 360K archived dead code
29 lines
No EOL
478 B
JSON
29 lines
No EOL
478 B
JSON
{
|
|
"id": "sidon_pow2_k3_slos",
|
|
"type": "slos",
|
|
"inputs": {
|
|
"labels": [
|
|
1,
|
|
2,
|
|
4,
|
|
8
|
|
],
|
|
"k": 3,
|
|
"n_modes": 4
|
|
},
|
|
"result": {
|
|
"n_modes": 4,
|
|
"n_photons": 3,
|
|
"n_shots": 5000,
|
|
"n_output_states": 20,
|
|
"n_nonzero": 20,
|
|
"entropy": 3.516135,
|
|
"max_prob": 0.3528,
|
|
"elapsed_s": 0.0,
|
|
"cloud": false,
|
|
"n_shots_actual": 5000
|
|
},
|
|
"status": "success",
|
|
"elapsed_s": 0.0,
|
|
"timestamp": 1783117745.0472813
|
|
} |