WallGo.PotentialTools.integrals.Integrals

class Integrals[source]

Bases: object

Class Integrals – Just collects common integrals in one place. This is better than using global objects since in some cases we prefer their interpolated versions.

__init__()[source]
Return type:

None

Methods

__init__()

Attributes

Jb

Thermal 1-loop integral (bosonic): \(J_b(x) = \int_0^\infty dy y^2 \ln( 1 - \exp(-\sqrt(y^2 + x) ))\)

Jf

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) ))\)