Skip to content

Commit

Permalink
link to exercise notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Sep 30, 2023
1 parent 81d38d8 commit 89ce56d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions docs/src/exercises.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 89ce56d

Please sign in to comment.