8#ifndef SCALARPOTENTIAL_H
9#define SCALARPOTENTIAL_H
A base class for SUSY models.
double potential(gslpp::vector< double > coefficients, double field1, double field2, double field3)
SUSYScalarPotential(const StandardModel &SM_i)
SUSYScalarPotential constructor.
gslpp::vector< double > coefficients()
gslpp::vector< double > secondpotentialderivative(gslpp::vector< double > coefficients, double field1, double field2, double field3)
gslpp::vector< double > potentialderivative(gslpp::vector< double > coefficients, double field1, double field2, double field3)
A model class for the Standard Model.