Use factorial from scipy.special
scipy.misc.factorial seems obsolete Former-commit-id: cc25ab13590b91a3c248e9a57c6cb259c47ad379
This commit is contained in:
parent
c29c25f8a2
commit
e66b8468f9
|
@ -4,8 +4,7 @@ from qpms_c import *
|
||||||
import scipy
|
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, spherical_jn, spherical_yn, poch, gammaln
|
from scipy.special import lpmn, lpmv, spherical_jn, spherical_yn, poch, gammaln, factorial
|
||||||
from scipy.misc import factorial
|
|
||||||
import math
|
import math
|
||||||
import cmath
|
import cmath
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue