Centralized entry point for nodal equation integration and dynamical evolution. English-only; links consolidate authoritative references and avoid duplication.
TNFR.pdf §1–2)AGENTS.mdUNIFIED_GRAMMAR_RULES.mdsrc/tnfr/mathematics/README.mdsrc/tnfr/physics/README.mdadelic.py - Implements the "First Principles" flow towards Riemann Zeros.integrators.py, steppers.py (if present), nodal_equation.py{OZ, ZHIR} must have handlers {THOL, IL} (U4)# Standard Nodal Equation
from tnfr.dynamics.nodal_equation import step
EPI_next = step(G, dt=1.0)
# Adelic Dynamics (Riemann Flow)
from tnfr.dynamics.adelic import AdelicDynamics
engine = AdelicDynamics(max_prime=100)
gradient = engine.compute_nodal_gradient(t=14.13)tests/ for latency invariance under Silence, convergence checks, and propagation behavior.This README links out to canonical documents and implementation files; it deliberately avoids restating theory already covered centrally. This README links out to canonical documents and implementation files; it deliberately avoids restating theory already covered centrally.