Posts

SUMMARY JSON

====================================================================== SUMMARY JSON ====================================================================== { "kappa": 0.08, "core_norm_initial": 13.554848043031326, "core_norm_final": 12.16397615925866, "halo_norm_initial": 865.9057165907861, "halo_norm_final": 933.5773203172967, "freq_core_final": 0.2200000000000047, "freq_halo_final": 0.2200000000000047 } ====================================================================== GAMMA ROLL ====================================================================== Length: 5001 Finite values: 4501 Min gamma: -0.0015155575997572168 Max gamma: 0.0017161379830370643 Mean gamma: 7.487542889648508e-05 Last 20 gamma values: [ 4.26545134e-05 5.03209416e-05 5.35380272e-05 5.22314052e-05 4.64324556e-05 3.62546771e-05 2.18858024e-05 3.61624113e-06 -1.81918244e-05 -4.31214808e-05 -7.06736080e-05 -1.00299405e-04 ...

Monad Field Stability Project: SUITE 1 — Test 10.8A (κ = 0.080)

Image
Although the present framework shares conceptual territory with other emergent‑spacetime or pre‑geometric approaches—such as causal dynamical triangulations, loop quantum gravity, tensor‑network models, and relational or process‑based programs—it does not attempt to reproduce their specific formalisms. Instead, it uses a deliberately minimal nonlinear field model to test whether long‑lived, structured behavior can emerge from a single dynamical substrate. The goal is not to compete with these frameworks, but to explore whether similar qualitative principles arise in a simpler setting. # Monad Field Stability Project The Parable of the Wise and Foolish Builders offers a useful metaphor for the development of FRCMFD-v2. The challenge is not that the equations themselves are unsound, but that nonlinear systems can easily mislead investigators through numerical artifacts, coding errors, and premature interpretation. In this analogy, the "rock" is rigorous methodology: verifie...

tidal wave script 100 hours runtime sim

# ============================================================ # TEST 10.8 — Critical Transition, Breather & Memory Suite (v4) # Uses BIG_GIANT_SOLVER_FILE_Test10_core_solver.py # ============================================================ import os import json import numpy as np import matplotlib.pyplot as plt from BIG_GIANT_SOLVER_FILE_Test10_core_solver import run_test10_core_solver try: from google.colab import files IN_COLAB = True except ImportError: IN_COLAB = False # ------------------------------------------------------------ # GLOBAL CONFIG # ------------------------------------------------------------ DX = 0.1 DT = 0.001 V = 1.0 MU = -1.0 LAM = 1.0 RESULTS_DIR = "results_10_8" os.makedirs(RESULTS_DIR, exist_ok=True) # Which tests to run (staged) RUN_10_8A = True # Critical transition verification RUN_10_8B = True # Breather survival RUN_10_8C = True # Recovery / attractor RUN_10_8D = False # Deliberate damage RUN_10_8E = False # Crit...

Test10_7A_summary.json

================ SUMMARY JSON ================ [ { "kappa": 0.0, "classification": "decaying", "gamma_core": -0.007976923691253216, "gamma_halo": 6.0807170639014504e-05, "core_norm_change_pct": 30.71501440285394, "far_field_change_pct": 6.539963551188815, "max_amplitude": 1.2183332479377817, "hamiltonian_change_pct": -3.3732642996742888, "dominant_freq_core": 0.21999560008799823, "dominant_freq_halo": 0.21999560008799823, "t_divergence": null }, { "kappa": 0.01, "classification": "decaying", "gamma_core": -0.006546117806485338, "gamma_halo": 6.23018107543404e-05, "core_norm_change_pct": 28.384800439342285, "far_field_change_pct": 6.552423418178369, "max_amplitude": 1.207632223725454, "hamiltonian_chan...