📁 src/ — README (purpose of the source folder)
resonance‑substrate‑model / src#
This directory contains the core source code for the Resonance Substrate Model. Everything here is implementation‑facing: the algorithms, operators, data structures, and computational primitives that realize the substrate’s behavior.
What lives here#
- Core model operators
Resonance kernels, substrate update rules, diffusion‑like propagation, and temporal‑phase alignment logic. - Numerical routines
Discretization, stability helpers, finite‑volume/finite‑difference utilities, and integration scaffolds. - Data structures
Substrate state objects, lattice/graph representations, resonance‑time buffers, and field containers. - Internal utilities
Logging, configuration parsing, diagnostics, and shared helpers used across tests and demos.
Purpose#
This folder is the authoritative implementation layer of the model. Everything here is meant to be:
- deterministic
- reproducible
- testable
- modular
- ready for integration into higher‑level simulations or external systems
If the model evolves, this is the folder that evolves with it.
Quicklinks#
- applications complex systems
- data README
- data examples README
- data reference README
- data validation README
- data validation experimental README
- data validation synthetic README
- experiments faraday paradox analysis.ipynb
- experiments faraday paradox protocol
- experiments faraday paradox README
- experiments faraday paradox processed data README
- experiments faraday paradox raw data data dictionary
- experiments faraday paradox raw data README
- experiments replication guides README
- experiments rotating field tests README
- experiments substrate alignment README
- reference Keywords
- rsm-shim README
- simulations README
- simulations configs README
- simulations core README
- simulations examples README
- tests README
- tools README
- tools cli README
- tools converters README
- tools visualization README
- previous folder