Skip to content
Snippets Groups Projects
Commit 17a6ec86 authored by Lars kleyn Winkel's avatar Lars kleyn Winkel
Browse files

Update src/8_many_atoms_sol.md, AUTHORS.md files

Deleted 8_many_atoms_sol.md
parent 479af1a2
No related branches found
No related tags found
1 merge request!58Solutions lecture 7
Pipeline #28205 passed
```{python initialize=true}
import matplotlib
from matplotlib import pyplot
import numpy as np
from common import draw_classic_axes, configure_plotting
configure_plotting()
pi = np.pi
```
# Solutions for lecture 7 exercises
## Exercise 1: analyzing the diatomic vibrating chain
### Subquestion 1
......@@ -9,6 +9,7 @@ The following people contributed to making of these lecture notes:
* Sander Otte
* Sathish Kumar RK
* Toeno van der Sar
* Lars kleyn Winkel
<!--
Execute
......
......@@ -11,11 +11,11 @@ configure_plotting()
pi = np.pi
```
# Solutions for lecture 7 exercises
# Solutions for lecture 8 exercises
## Exercise 1: analyzing the diatomic vibrating chain
### Subquestion 1
8_many_atoms_sol.md
\ No newline at end of file
8_many_atoms_sol.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment