BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
struct to store minimum and temperature More...
#include <BSMPT/minimum_tracer/minimum_tracer.h>
Public Member Functions | |
bool | operator< (const Minimum &a) const |
Public Attributes | |
std::vector< double > | point |
double | temp |
double | potential |
bool | is_glob_min = false |
int | EdgeOfPhase = 0 |
struct to store minimum and temperature
point | coordinates in field space |
temp | temperature |
potential | value of the potential |
is_glob_min | true if minimum is global minimum |
EdgeOfPhase | 1 = starting minimum | 0 = Middle minimum | -1 = Ending minimum (sum of EdgeOfPhase is the number of coexisting phases) |