BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
#include <BSMPT/ThermalFunctions/NegativeBosonSpline.h>
#include <BSMPT/ThermalFunctions/ThermalFunctions.h>
#include <BSMPT/ThermalFunctions/thermalcoefficientcalculator.h>
#include <BSMPT/models/SMparam.h>
#include <complex>
#include <map>
#include <iostream>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_multimin.h>
#include <gsl/gsl_multiroots.h>
#include <gsl/gsl_sf_dilog.h>
#include <gsl/gsl_sf_gamma.h>
#include <gsl/gsl_sf_zeta.h>
Namespaces | |
namespace | BSMPT |
This classes calculates the Bounce action of the potential with a set temperature. | |
Functions | |
double | BSMPT::ThermalFunctions::JbosonIntegrand (const double &x, const double &k, int diff=0) |
double | BSMPT::ThermalFunctions::JfermionIntegrand (const double &x, const double &k, int diff=0) |
double | BSMPT::ThermalFunctions::JbosonNumericalIntegration (const double &x, int diff=0) |
double | BSMPT::ThermalFunctions::JfermionNumericalIntegration (const double &x, int diff=0) |
double | BSMPT::ThermalFunctions::JfermionInterpolatedLow (const double &x, const int &n, int diff=0) |
double | BSMPT::ThermalFunctions::JbosonInterpolatedLow (const double &x, const int &n, int diff=0) |
double | BSMPT::ThermalFunctions::JInterpolatedHigh (const double &x, const int &n, int diff=0) |
double | BSMPT::ThermalFunctions::JfermionInterpolated (const double &x, int diff=0) |
double | BSMPT::ThermalFunctions::JbosonInterpolated (const double &x, int diff=0) |
double | BSMPT::ThermalFunctions::JbosonInterpolatedNegative (const double &x, int diff=0) |
Variables | |
tk::spline | BSMPT::ThermalFunctions::JbosonNegativeSpline (NegLinearIntTransposed[0], NegLinearIntTransposed[1], tk::spline::cspline, false, tk::spline::first_deriv, -pow(M_PI, 2)/12, tk::spline::first_deriv, 3.816357189) |
double BSMPT::ThermalFunctions::JbosonIntegrand | ( | const double & | x, |
const double & | k, | ||
int | diff = 0 |
||
) |
Integrand of the thermic integral for the bosons \( J_-(x) = \int\limits_{0}^{\infty} \,\mathrm{d}k \, k^2 \log\left[ 1 - \exp\left( -\sqrt{k^2+x} \right) \right] \)
x | The ratio m^2/T^2 |
k | The integration variable |
diff | Returns the integrand of J_- for diff = 0 and for the dJ_-/dx for diff = 1 |
double BSMPT::ThermalFunctions::JbosonInterpolated | ( | const double & | x, |
int | diff = 0 |
||
) |
Puts together the separate interpolations for J_-
x | The ratio m^2/T^2 |
diff | Returns the interpolation of J_- for diff = 0 and for dJ_-/dx for diff = 1 |
double BSMPT::ThermalFunctions::JbosonInterpolatedLow | ( | const double & | x, |
const int & | n, | ||
int | diff = 0 |
||
) |
Taylor expansion of J_- for small x=m^2/T^2, \( J_{_,s}(x,n) = -\frac{\pi^4}{45} + \frac{\pi}{12} x - \frac{\pi}{6} x^{3/2} - \frac{x^2}{32}(\log x - c_-) + \pi^2 x \sum\limits_{l=2}^{n} \left( - \frac{x}{4\pi^2} \right)^l \frac{(2l-3)!!\zeta(2l-1)}{(2l)!! (l+1)} \) , c.f. Eq. (2.38) in the manual
x | The ratio m^2/T^2 |
n | The order of the taylor expansion |
diff | Returns the expansion for diff = 0 and its derivative for diff = 1 |
double BSMPT::ThermalFunctions::JbosonInterpolatedNegative | ( | const double & | x, |
int | diff = 0 |
||
) |
Using linear interpolation with data points to interpolate the thermal integral for bosons for x=m^2/T^2 < 0
x | The ratio m^2/T^2 |
diff | Returns the interpolation of J_- for diff = 0 and for dJ_-/dx for diff = 1 |
double BSMPT::ThermalFunctions::JbosonNumericalIntegration | ( | const double & | x, |
int | diff = 0 |
||
) |
Numerical integration of the thermical integral for the bosons \( J_-(x) = \int\limits_{0}^{\infty} \,\mathrm{d}k \, k^2 \log\left[ 1 - \exp\left( -\sqrt{k^2+x} \right) \right] \)
x | The ratio m^2/T^2 |
diff | Returns the numerical integration of J_- for diff = 0 and J_-/dx for diff = 1 |
double BSMPT::ThermalFunctions::JfermionIntegrand | ( | const double & | x, |
const double & | k, | ||
int | diff = 0 |
||
) |
Integrand of the thermic integral for the fermions \( J_+(x) = \int\limits_{0}^{\infty} \,\mathrm{d}k \, k^2 \log\left[ 1 + \exp\left( -\sqrt{k^2+x} \right) \right] \)
x | The ratio m^2/T^2 |
k | The integration variable |
diff | Returns the integrand of J_+ for diff = 0 and for the dJ_+/dx for diff = 1 |
double BSMPT::ThermalFunctions::JfermionInterpolated | ( | const double & | x, |
int | diff = 0 |
||
) |
Puts together the separate interpolations for J_+, see Eq. (2.44) in the manual
x | The ratio m^2/T^2 |
diff | Returns the interpolation of J_+ for diff = 0 and dJ_+/dx for diff = 1 |
double BSMPT::ThermalFunctions::JfermionInterpolatedLow | ( | const double & | x, |
const int & | n, | ||
int | diff = 0 |
||
) |
Taylor expansion of J_+ for small x=m^2/T^2, \( J_{+,s}(x,n) = -\frac{7\pi^4}{360} + \frac{\pi^2}{24} x + \frac{x^2}{32}\left( \log x - c_+ \right) - \pi^2 x \sum\limits_{l=2}^{n} \left( - \frac{x}{4\pi^2} \right)^l \frac{(2l-3)!!\zeta(2l-1)}{(2l)!! (l+1)} \left( 2^{2l-1} - 1\right) \) , see J_{+,s} in Eq. (2.37) in the manual
x | The ratio m^2/T^2 |
n | The order of the taylor expansion |
diff | Returns the expansion for diff = 0 and dJ_+/dx for diff = 1 |
double BSMPT::ThermalFunctions::JfermionNumericalIntegration | ( | const double & | x, |
int | diff = 0 |
||
) |
Numerical integration of the thermical integral for the fermions \( J_+(x) = \int\limits_{0}^{\infty} \,\mathrm{d}k \, k^2 \log\left[ 1 + \exp\left( -\sqrt{k^2+x} \right) \right] \)
x | The ratio m^2/T^2 |
diff | Returns the integrand of J_+ for diff = 0 and for the dJ_+/dx for diff = 1 |
double BSMPT::ThermalFunctions::JInterpolatedHigh | ( | const double & | x, |
const int & | n, | ||
int | diff = 0 |
||
) |
Expansion for large x = m^2/T^2 of the thermal integrals, \( J_{\pm,l}(x,n) = -\exp\left(x^{1/2}\right) \left( \frac{\pi}{2} x^{3/2} \right)^{1/2} \sum\limits_{l=0}^{n} \frac{1}{2^l l!} \frac{\Gamma(5/2+l)}{\Gamma(5/2-l)} x^{-l/2} \), cf. Eq. (2.41) in the manual
x | The ratio m^2/T^2 |
n | The order of the expansion |
diff | Returns the expansion for diff = 0 and for its derivative for diff = 1 |