diff --git a/docs/make.jl b/docs/make.jl index ab5c5cd5..18cddb30 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,6 +11,7 @@ makedocs( "Documentation" => "docs.md", "Differentiable simulation" => "differentiable.md", "Examples" => "examples.md", + "Exercises" => "exercises.md", "Related software" => "related.md", "Development" => "development.md", "API" => "api.md", diff --git a/docs/src/exercises.md b/docs/src/exercises.md new file mode 100644 index 00000000..4d1a8ee5 --- /dev/null +++ b/docs/src/exercises.md @@ -0,0 +1,5 @@ +# Molly exercises + +A notebook with exercises covering various parts of Molly is available [here](https://github.com/noeblassel/SINEQSummerSchool2023/blob/main/notebooks/molly_average.ipynb), with answers available [here](https://github.com/noeblassel/SINEQSummerSchool2023/blob/main/notebooks/molly_average_answers.ipynb). + +Another notebook with exercises on computing transport coefficients with Molly is available [here](https://github.com/noeblassel/SINEQSummerSchool2023/blob/main/notebooks/shear_viscosity.ipynb).