torus-theory

This board is the open lab notebook for anyone exploring TORUS-Theory’s 14-D χ-β lattice, closure matrix, and observer-state recursion.

https://github.com/genghisdarb/torus-theory

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords

physics quantum-gravity recursion topology torus torus-theory unified-theory
Last synced: 6 months ago · JSON representation

Repository

This board is the open lab notebook for anyone exploring TORUS-Theory’s 14-D χ-β lattice, closure matrix, and observer-state recursion.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
physics quantum-gravity recursion topology torus torus-theory unified-theory
Created 10 months ago · Last pushed 7 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Zenodo

README.md

TORUS Theory

CI Status Docs Index Binder

TORUS Theory extends standard gauge theory by embedding every field and interaction inside a 14-dimensional (\chi)-(\beta) harmonic lattice; the resulting closure matrix forces each recursion loop to return to unity, simultaneously resolving black-hole entropy, measurement paradoxes, and the unification of all four fundamental forces. From this single topological move flow predictive links between quantum amplitudes, gravitational curvature, large-scale cosmology, and observer-state dynamicsyielding testable signatures in gravitational-wave spectra, particle-decay branching ratios, and recursive-intelligence architectures.


Folder layout

| Path | Contents | |------|-----------| | docs/book-docx-fixed/ | Canonical DOCX: all edits here; legacy docs/book/ retained for historical diff only | | docs/book/frontmatter/ | 00_Preface.docx, Table_of_Contents.docx | | docs/book/chapters/ | 15 chapter DOCX files (01_ 15_) | | docs/book/appendices/ | Appendices AE (A_ E_) | | docs/papers/ | Stand-alone research papers & monographs | | docs/validation/ | Phase-A/B cross-domain validation .tex + detector executive summary | | docs/experiments/ | Bench protocols & lab worksheets | | .github/workflows/ | CI: slug-rule & structure audit (WIP) |

All filenames are ASCII-safe slugs: spaces underscores, Unicode letters spelled out (e.g., \chi Chi).

Data availability

Raw structured-light data are archived on Zenodo
DOI

Only the lightweight .h5 bundles are pulled automatically at run-time;
the multi-GB TIFF stacks remain on Zenodo to keep this repo lean.


Canonical Documents

The following canonical documents are available in DOCX, TEX, and PDF formats:

Book

Supplements

Validation Data

Validation

Experiments


Getting started

```bash git clone https://github.com/GenghisDarb/TORUS-Theory.git cd TORUS-Theory

optional: run the audit script to verify structure

bash scripts/audit_structure.sh # (coming soon) pip install -r requirements.txt # now includes mpmath, scipy, etc. ```

Installation

```bash

one-time dev install

pip install -e . ```


Quick start

```bash

run SimLab locally

docker run -it --rm ghcr.io/genghisdarb/torus-simlab:latest torus-cli --help ```


Validation Suite

Phase B - B1 Constant Ladder Precision Re-Test - B2 Seed-Constant Multi-Probe - B4 Talbot Side-Band Multiframe


Bicycle Balance Mystery Resolution

A new suite of validation notebooks has been added to resolve the Bicycle Balance Mystery:

  • recursivecontrollervalidation.ipynb: Monte-Carlo recursive controller lean/steer test.
  • constantladderresiduals.ipynb: Linearized stability and eigen-plot placeholder.
  • audio_fft.ipynb: Audio harmonics analysis.
  • shannonboundcompression.ipynb: Recursive Shannon-bound compression test.
  • timing_stats.ipynb: Stack timing analysis.

All are located in notebooks/bicycle/. See that folder's README for details.

Note: If you have a publication draft (e.g., docs/papers/bicycle_balance_TORUS.pdf), link it here for reference.


Data

Processed interferometer outputs and provenance live in data/interferometer/upstream/solutions/ see its README for details.


License & Contact

MIT License Maintainer: Bradley Peter (Genghis Darb) bradleypeter1984@gmail.com


Optional Advanced Test: Regenerate TORUS-Modified Interferometer Lattices

This step requires FINESSE and PyKat. To install PyKat after setting up FINESSE:

bash pip install pykat python scripts/regenerate_torus_solutions.py

If PyKat is not installed, the script will skip lattice regeneration and exit gracefully.


Documentation Index

Explore the Documentation Index for a sitemap of all key files and sections in the repository.


Currently pinned to CPython 3.12 because SciPy wheels for 3.13+ are not yet available (2025-07). Remove upper bound once released.

Owner

  • Login: GenghisDarb
  • Kind: user

GitHub Events

Total
  • Watch event: 2
  • Delete event: 33
  • Push event: 208
  • Pull request event: 54
  • Create event: 35
Last Year
  • Watch event: 2
  • Delete event: 33
  • Push event: 208
  • Pull request event: 54
  • Create event: 35

Dependencies

.github/workflows/book_pipeline.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/ci-skeleton.yml actions
  • actions/checkout v3 composite
.github/workflows/main.yml actions
  • actions/checkout v4 composite