Implementation of Physics Enhanced Deep Surrogates following Pestourie, R., Mroueh, Y., Rackauckas, C., Das, P. and Johnson, S.G., 2023. Physics-enhanced deep surrogates for partial differential equations. Nature Machine Intelligence, 5(12), pp.1458-1465..
To install this package run
python -m pip install .
as usual after installing the dependencies (see below).
If you want to edit the code, you might prefer to install in editable mode with
python -m pip install --editable .