BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
Kfunctions_grid.h File Reference
#include <array>

Go to the source code of this file.

Namespaces

namespace  BSMPT
 This classes calculates the Bounce action of the potential with a set temperature.
 

Variables

const std::size_t BSMPT::Kfactors::Data::msg_size = 12999
 msg_size number of data points sampled in msg
 
const std::size_t BSMPT::Kfactors::Data::Tg_size = 121
 Tg_size number of data points sampled in Tg.
 
const std::array< double, msg_sizeBSMPT::Kfactors::Data::msg {}
 msg Data points used to sample in the m^2 direction of the Kfunctions starting from 0 to 5 in steps of 10^-3 and then continuing to 200^2 in steps of 5
 
const std::array< double, Tg_sizeBSMPT::Kfactors::Data::Tg
 Tg Data points used to sample in the Temperature direction of the Kfunctions starting from 10 to 250 in steps of 2.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K1p
 K1p Data set used for the interpolation of the K1 functions for fermions.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K1m
 K1m Data set used for the interpolation of the K1 functions for bosons.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K2p
 K2p Data set used for the interpolation of the K2 functions for fermions.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K4p
 K4p Data set used for the interpolation of the K4 functions for fermions.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K4m
 K4m Data set used for the interpolation of the K4 functions for bosons.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K5p
 K5p Data set used for the interpolation of the K5 functions for fermions.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K5m
 K5m Data set used for the interpolation of the K5 functions for bosons.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K6p
 K6p Data set used for the interpolation of the K6 functions for fermions.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K8p
 K8p Data set used for the interpolation of the K8 functions for fermions.
 
const std::array< std::array< double, Tg_size >, msg_sizeBSMPT::Kfactors::Data::K9p
 K9p Data set used for the interpolation of the K9 functions for fermions.
 

Detailed Description

Declaration of the vectors containing the data points used for the Kfactor interpolations