WallGo.PotentialTools.integrals.Integrals
- class Integrals[source]
Bases:
objectClass Integrals – Just collects common integrals in one place. This is better than using global objects since in some cases we prefer their interpolated versions.
Methods
__init__()Attributes
Thermal 1-loop integral (bosonic): \(J_b(x) = \int_0^\infty dy y^2 \ln( 1 - \exp(-\sqrt(y^2 + x) ))\)
Thermal 1-loop integral (fermionic): \(J_f(x) = -\int_0^\infty dy y^2 \ln( 1 + \exp(-\sqrt(y^2 + x) ))\)
- Jb: JbIntegral
Thermal 1-loop integral (bosonic): \(J_b(x) = \int_0^\infty dy y^2 \ln( 1 - \exp(-\sqrt(y^2 + x) ))\)
- Jf: JfIntegral
Thermal 1-loop integral (fermionic): \(J_f(x) = -\int_0^\infty dy y^2 \ln( 1 + \exp(-\sqrt(y^2 + x) ))\)