16class Class_Potential_Origin;
26std::string TestResultsToString(
const TestResults &input);
28TestResults CheckNumberOfCTParameters(
const Class_Potential_Origin &point);
29TestResults CheckNumberOfVEVLabels(
const Class_Potential_Origin &point);
30TestResults CheckLegendTemp(
const Class_Potential_Origin &point);
31TestResults CheckNumberOfTripleCouplings(
const Class_Potential_Origin &point);
32TestResults CheckGaugeBosonMasses(
const Class_Potential_Origin &point);
33std::pair<TestResults, TestResults>
34CheckFermionicMasses(
const Class_Potential_Origin &point);
35TestResults CheckTreeLevelMin(
const Class_Potential_Origin &point,
38TestResults CheckTadpoleRelations(
const Class_Potential_Origin &point);
39TestResults CheckNLOMasses(
const Class_Potential_Origin &point);
40TestResults CheckVTreeSimplified(
const Class_Potential_Origin &point);
41TestResults CheckVCounterSimplified(
const Class_Potential_Origin &point);
43CheckCTConditionsFirstDerivative(
const Class_Potential_Origin &point);
45CheckCTConditionsSecondDerivative(
const Class_Potential_Origin &point);
46TestResults CheckCTIdentities(
const Class_Potential_Origin &point);
47TestResults CheckCTNumber(
const Class_Potential_Origin &point);
49TestResults CheckCKMUnitarity(
const ISMConstants &SMConstants);
50TestResults CheckSymmetricTensorScalarSecond(
51 const std::vector<std::vector<double>> &Tensor);
52TestResults CheckSymmetricTensorScalarThird(
53 const std::vector<std::vector<std::vector<double>>> &Tensor);
54TestResults CheckSymmetricTensorScalarFourth(
55 const std::vector<std::vector<std::vector<std::vector<double>>>> &Tensor);
56TestResults CheckSymmetricTensorLeptonsThird(
57 const std::vector<std::vector<std::vector<std::complex<double>>>> &Tensor);
58TestResults CheckSymmetricTensorQuarksThird(
59 const std::vector<std::vector<std::vector<std::complex<double>>>> &Tensor);
60TestResults CheckSymmetricTensorLeptons(
61 const std::vector<std::vector<std::complex<double>>> &Tensor);
62TestResults CheckSymmetricTensorQuarks(
63 const std::vector<std::vector<std::complex<double>>> &Tensor);
64TestResults CheckSymmetricTensorGauge(
65 const std::vector<std::vector<std::vector<std::vector<double>>>> &Tensor);
72void CheckImplementation(
73 const Class_Potential_Origin &point,
74 const int &WhichMinimizer = Minimizer::WhichMinimizerDefault);
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24