Welcome! The interactive tutorial demonstrates the fundamental recurrence equation and its properties through live simulations and visualizations.
Clone the repository and run the tutorial on your machine:
git clone https://github.com/Starling-Systems/coherence-field-simulator.git cd coherence-field-simulator python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt marimo edit coherence_field_tutorial.py
Then visit http://localhost:2718 in your browser.
Read the complete technical documentation with all mathematical derivations:
View DocumentationExperiment with the web-based coherence field simulator:
Back to SimulatorFor the complete mathematical theory, see our comprehensive documentation:
If you have questions or issues:
TUTORIAL_README.md in the repository