Skip to content
Snippets Groups Projects
Commit 7d5dd81d authored by patavirt's avatar patavirt
Browse files

examples: fixup

parent 5b08ea07
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ def j_anom(T, h, n=5, alpha_soc=0.01, perturbative=False):
# Solver for evaluating current perturbatively in SOC
eta = 1.0
sol = get_solver(soc_alpha=alpha_soc, eta=eta, h=h, D=0)
sol = get_solver(soc_alpha=alpha_soc, eta=eta, h=h, D=1.0)
E_typical = 10 + 10 * T
w, a = get_matsubara_sum(T, E_typical)
......
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