removes logging
All checks were successful
gitea-physics/pysuperconductor/pipeline/head This commit looks good
All checks were successful
gitea-physics/pysuperconductor/pipeline/head This commit looks good
This commit is contained in:
parent
aea431cd2d
commit
507bc76c02
@ -1,7 +1,6 @@
|
|||||||
import numpy
|
import numpy
|
||||||
import scipy.integrate as integrate
|
import scipy.integrate as integrate
|
||||||
import scipy.optimize
|
import scipy.optimize
|
||||||
import logging
|
|
||||||
|
|
||||||
|
|
||||||
def energy(freq, delta):
|
def energy(freq, delta):
|
||||||
@ -33,5 +32,4 @@ def find_gap(temp, mu_star, debye_frequency, nv):
|
|||||||
lambda d: gap_integral(temp, d, mu_star, debye_frequency) - nv_inv,
|
lambda d: gap_integral(temp, d, mu_star, debye_frequency) - nv_inv,
|
||||||
x0=debye_frequency / (numpy.sinh(nv_inv))
|
x0=debye_frequency / (numpy.sinh(nv_inv))
|
||||||
)
|
)
|
||||||
logging.info(sol)
|
|
||||||
return sol.x
|
return sol.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user