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

Update src/8_many_atoms_sol.md

parent 88e0cb50
Branches
No related tags found
1 merge request!58Solutions lecture 7
Pipeline #28286 failed
......@@ -67,6 +67,6 @@ pyplot.xticks([-2*pi, -pi, 0, pi,2*pi], [r'$-2ka$',r'$-ka$', 0, r'$ka$',r'$2ka$'
pyplot.yticks([-3, 0, 3], [r'$-t_1-t_2$', '$E_0$', r'$t_1+t_2$']);
pyplot.vlines([-pi, pi], -3, 3, linestyles='dashed');
pyplot.legend()
pyplot.legend();
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment