Skip to content
Snippets Groups Projects
Commit e197a6b5 authored by Thomas Bredewoud's avatar Thomas Bredewoud
Browse files

Update solution nearly free electron model exercise 2.3

parent 6586ee34
Branches
No related tags found
No related merge requests found
Pipeline #141465 passed
......@@ -91,7 +91,7 @@ def dispersions(N = 5):
plt.xlabel('$k$',fontsize=19)
plt.ylabel('$E$',fontsize=19)
plt.xticks((-2*pi, -pi, 0 , pi,2*pi),('$-2\pi/a$','$-\pi/a$','$0$','$\pi/a$','$2\pi/a$'),fontsize=15)
plt.yticks((1,27,54),('$E_0$','$E_1$','$E_{-1}$'))
plt.yticks((1,27,54),('$E_0$','$E_{-1}$','$E_{1}$'))
dispersions(5)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment