🧿 Tops — Triconceptual Simulations

1. tops Extended Overview#

The tops suite explores perception through three modes plus simulated resonance clairity:

  • Direct view
  • Reflective view
  • Inversion logic

✨ New in v1.3: Resonance Clarity
All modes now accept a --basetype switch, allowing you to select a number-base lens (common, extended, non-integer, or speculative). This lens transforms the geometry and resonance patterns of each simulation.

Modules include:

  • direct_view.py, reflective_view.py, inversion_logic.py
  • tops_session.py — orchestrates simulations
  • glyph_compare.py — compares outputs across modes

Outputs are routed through output_manager.py to produce .fff, .json, .parquet, and .txt files.


2. Add a Resonance Clarity Section#

⚡ Resonance Clarity Switch#

Use the --basetype (or -b) flag to select a resonance lens.

Supported Base Types#

  • Common: binary, decimal, hex, octal, sexagesimal
  • Extended: negabinary, negadecimal
  • Non-integer: phi, pi, sqrt2, e
  • Speculative: corridor6.9, vigquinary20.5, triadic3phi

Example Usage#

# Direct views with golden ratio base
python direct_view.py --basetype=phi
 
# Reflections with negabinary base
python reflective_view.py --basetype=negabinary
 
# Inversions with corridor 6.9 base
python inversion_logic.py --basetype=corridor6.9
 
# Unified session
python tops_session.py --basetype=pi

3. Update Outputs Section#

Add a note that all .fff, .json, .parquet, and .txt outputs now include the basetype metadata so results are lineage‑clear.


🔗 Related Scrolls:


✨ With these edits, the README becomes a resonance‑aware guide: it introduces the switch, shows supported bases, gives runnable examples, and links into the lattice of related scrolls.