fix missing import scipy
Former-commit-id: d86570647ac3ca07f144768571b18d15714e9769
This commit is contained in:
parent
ab6c9fc267
commit
b945a50740
|
@ -1,6 +1,7 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from qpms_c import *
|
from qpms_c import *
|
||||||
ň = np.newaxis
|
ň = np.newaxis
|
||||||
|
import scipy
|
||||||
from scipy.constants import epsilon_0 as ε_0, c, pi as π, e, hbar as ℏ, mu_0 as μ_0
|
from scipy.constants import epsilon_0 as ε_0, c, pi as π, e, hbar as ℏ, mu_0 as μ_0
|
||||||
eV = e
|
eV = e
|
||||||
from scipy.special import lpmn, lpmv, sph_jn, sph_yn, poch
|
from scipy.special import lpmn, lpmv, sph_jn, sph_yn, poch
|
||||||
|
|
Loading…
Reference in New Issue