15class Class_Potential_Origin;
25std::string TestResultsToString(
const TestResults &input);
27TestResults CheckNumberOfCTParameters(
const Class_Potential_Origin &point);
28TestResults CheckNumberOfVEVLabels(
const Class_Potential_Origin &point);
29TestResults CheckLegendTemp(
const Class_Potential_Origin &point);
30TestResults CheckNumberOfTripleCouplings(
const Class_Potential_Origin &point);
31TestResults CheckGaugeBosonMasses(
const Class_Potential_Origin &point);
32std::pair<TestResults, TestResults>
33CheckFermionicMasses(
const Class_Potential_Origin &point);
34TestResults CheckTreeLevelMin(
const Class_Potential_Origin &point,
37TestResults CheckTadpoleRelations(
const Class_Potential_Origin &point);
38TestResults CheckNLOMasses(
const Class_Potential_Origin &point);
39TestResults CheckVTreeSimplified(
const Class_Potential_Origin &point);
40TestResults CheckVCounterSimplified(
const Class_Potential_Origin &point);
42CheckCTConditionsFirstDerivative(
const Class_Potential_Origin &point);
44CheckCTConditionsSecondDerivative(
const Class_Potential_Origin &point);
45TestResults CheckCTIdentities(
const Class_Potential_Origin &point);
46TestResults CheckCTNumber(
const Class_Potential_Origin &point);
48TestResults CheckCKMUnitarity(
const ISMConstants &SMConstants);
49TestResults CheckSymmetricTensorScalarSecond(
50 const std::vector<std::vector<double>> &Tensor);
51TestResults CheckSymmetricTensorScalarThird(
52 const std::vector<std::vector<std::vector<double>>> &Tensor);
53TestResults CheckSymmetricTensorScalarFourth(
54 const std::vector<std::vector<std::vector<std::vector<double>>>> &Tensor);
55TestResults CheckSymmetricTensorLeptonsThird(
56 const std::vector<std::vector<std::vector<std::complex<double>>>> &Tensor);
57TestResults CheckSymmetricTensorQuarksThird(
58 const std::vector<std::vector<std::vector<std::complex<double>>>> &Tensor);
59TestResults CheckSymmetricTensorLeptons(
60 const std::vector<std::vector<std::complex<double>>> &Tensor);
61TestResults CheckSymmetricTensorQuarks(
62 const std::vector<std::vector<std::complex<double>>> &Tensor);
63TestResults CheckSymmetricTensorGauge(
64 const std::vector<std::vector<std::vector<std::vector<double>>>> &Tensor);
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24