This repository hosts the blueprint and toy scaffolding for evaluating how computable or simulatable a universe might be using the REx Engine and NNSL TOE-Lab.
sim_universe_blueprint.json: Standardized experiment/corpus schema covering Faizal MToE ideas, undecidable physics witnesses, MUH/CUH-inspired hypotheses, and energy/information constraints for REx+NNSL workflows.docs/SimUniverseLabBlueprint.md: A one-stop scaffold that explains the SimUniverse Lab concept, mathematical model, YAML configuration samples, folder layout, and key code/Helm snippets.
- Choose witnesses and hypothesis clusters from
corpus.clustersin the JSON blueprint. - Build
WorldSpecobjects and runToeQuerycalls against the endpoints defined inexperiment_schema.nnsl_binding. - Aggregate
ToeResultvalues viametrics_and_scoringto evaluate simulation plausibility, energy feasibility, and undecidability patterns. - See
docs/SimUniverseLabBlueprint.mdfor detailed configuration guidance, folder structure, and code snippets.
src/nnsl_toe_lab/app.py: FastAPI TOE-Lab toy server providing/toe/worldand/toe/queryendpoints plus routing for spectral-gap and RG-flow witnesses.src/nnsl_toe_lab/solvers/spectral_gap.py: 1D TFIM toy solver performing full diagonalization to measure the spectral gap.src/rex/sim_universe/orchestrator.py: REx-side orchestrator that calls NNSL endpoints.src/rex/core/stages/stage3_simuniverse.py: Example Stage-3 hook that creates a world, runs queries, and appends summaries to the pipeline payload.configs/rex_simuniverse.yaml: Baseline configuration used by the Stage-3 example.
MIT License (see LICENSE for details).