Codebase for Griffiths, Wrathmall, and Gardiner, Solving physics-based initial value problems with unsupervised machine learning. Phys. Rev. E 111, 055302. 2025.
Ensure uv is installed on your system. Installation instructions: https://docs.astral.sh/uv/getting-started/installation/.
# Create a virtual env and install deps
uv venv
# Run the notebook
uv run marimo run examples/harmonic_oscillator.py # or henon_heiles.pyArtifacts are written under ./examples/outputs/figures|paths|models/<system_name>/<run_name>/.