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

Update src/8_many_atoms_sol.md

parent d05a5c11
Branches
No related tags found
1 merge request!58Solutions lecture 7
Pipeline #28393 passed
......@@ -110,7 +110,7 @@ w = np.sqrt(t1**2 + t2**2+2*t1*t2*np.cos(k))
pyplot.hist(w,30, orientation='horizontal',ec='black',color='b');
pyplot.hist(-w,30, orientation='horizontal',ec='black',color='b');
pyplot.xlabel(r'$g(E)$')
pyplot.ylabel(r'$E$')
pyplot.ylabel(r'$E-\epsilon$')
pyplot.yticks([],[])
pyplot.xticks([],[])
pyplot.tight_layout();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment