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

Update src/8_many_atoms_sol.md

parent 1ddb2200
No related branches found
No related tags found
1 merge request!58Solutions lecture 7
Pipeline #28294 failed
......@@ -67,7 +67,7 @@ pyplot.plot(k[299:200:-1],-(t1+t2)*np.cos(k[300:399]/2),'r--')
pyplot.xlabel('$ka$'); pyplot.ylabel(r'$E-\epsilon$')
pyplot.xticks([-2*pi, -pi, 0, pi,2*pi], [r'$-2ka$',r'$-ka$', 0, r'$ka$',r'$2ka$'])
pyplot.yticks([-t1-t2, 0, t1+t2], [r'$-t_1-t_2$', '0', r'$t_1+t_2$']);
pyplot.yticks([-t1-t2, 0, t1+t2], [r'$-t_1-t_2$', 0, r'$t_1+t_2$']);
pyplot.vlines([-pi, pi], -3, 3, linestyles='dashed');
pyplot.legend(loc='lower center');
......
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