Re-implementation of Lagrangian Neural Networks by Miles Cranmer, Sam Greydanus, Stephan Hoyer, Peter Battaglia, David Spergel, and Shirley Ho

Getting started

Spin up a conda virtual environment and install the required libraries:

conda create -n lagnn python=3.9
pip install .