Skip to content
Snippets Groups Projects
Commit d1ffdd03 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

typo fix

parent 11b773f6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -82,6 +82,7 @@ def tight_binding_1d():
def meff_1d_tb():
pyplot.figure(figsize=(8, 5))
k = np.linspace(-pi, pi, 300)
meff = 1/np.cos(k)
color = list(matplotlib.rcParams['axes.prop_cycle'])[0]['color']
pyplot.plot(k[meff > 0], meff[meff > 0], c=color)
......
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