Skip to content
Snippets Groups Projects
Commit 8cbdd918 authored by patavirt's avatar patavirt
Browse files

cpr_sns: bigger alpha

parent b185f924
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def j(T, h, phi, n=15, eta=0.1, alpha_soc=0.1, L=10):
def main():
T = 0.1
alpha_soc = 0.3
alpha_soc = 0.9
h = np.r_[0.0, 0.25, 0.5, 1.0, 1.5]
phi = np.linspace(-pi, pi, 37)
......@@ -91,7 +91,7 @@ def main():
plt.plot(phi / pi, Jx_mean.T)
plt.xlabel(r"$\varphi / \pi$")
plt.ylabel(r"$I$")
plt.legend()
plt.legend(h, title="$h$")
plt.savefig("cpr_sns.pdf")
......
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