11 const double pi = 3.14159265358979323846;
39 for (
unsigned i = 0; i < 3; i++) {
53 printf(
"Warning: %s\n", warning);
71 const double delta_amu =
74 printf(
"amu = %e +- %e\n", amu, delta_amu);
double gm2calc_mssmnofv_calculate_amu_1loop(const MSSMNoFV_onshell *model)
calculates full 1-loop SUSY contributions to (g-2) in the MSSM (w/ tan(beta) resummation)
double gm2calc_mssmnofv_calculate_amu_2loop(const MSSMNoFV_onshell *model)
calculates best 2-loop SUSY contributions to a_mu in the MSSM (with tan(beta) resummation)
double gm2calc_mssmnofv_calculate_uncertainty_amu_2loop(const MSSMNoFV_onshell *model)
calculates uncertainty for amu(2-loop) in the MSSMNoFV
contains declarations of C interface functions for the model
void gm2calc_mssmnofv_set_alpha_thompson(MSSMNoFV_onshell *model, double alpha_0)
set alpha_em(0) in the Thomson limit
void gm2calc_mssmnofv_set_me2(MSSMNoFV_onshell *model, unsigned i, unsigned k, double me2)
set soft-breaking squared mass parameter me2(i,k)
int gm2calc_mssmnofv_have_warning(MSSMNoFV_onshell *model)
Returns true if there are warnings.
void gm2calc_mssmnofv_set_MB_running(MSSMNoFV_onshell *model, double MFb)
set MS-bar bottom-quark mass mb at the scale mb
void gm2calc_mssmnofv_set_MZ_pole(MSSMNoFV_onshell *model, double MZ)
set Z boson pole mass
void gm2calc_mssmnofv_set_Au(MSSMNoFV_onshell *model, unsigned i, unsigned k, double a)
set soft-breaking trilinear coupling Au(i,k)
void gm2calc_mssmnofv_set_MW_pole(MSSMNoFV_onshell *model, double MW)
set W boson pole mass
void gm2calc_mssmnofv_set_Ae(MSSMNoFV_onshell *model, unsigned i, unsigned k, double a)
set soft-breaking trilinear coupling Ae(i,k)
void gm2calc_mssmnofv_set_ML_pole(MSSMNoFV_onshell *model, double MFtau)
set tau-lepton pole mass
void gm2calc_mssmnofv_set_g3(MSSMNoFV_onshell *model, double g3)
set gauge coupling g3
void gm2calc_mssmnofv_set_scale(MSSMNoFV_onshell *model, double scale)
set renormalization scale
gm2calc_error gm2calc_mssmnofv_calculate_masses(MSSMNoFV_onshell *model)
This function calculates the masses of the particles in the model.
void gm2calc_mssmnofv_set_mq2(MSSMNoFV_onshell *model, unsigned i, unsigned k, double mq2)
set soft-breaking squared mass parameter mq2(i,k)
void gm2calc_mssmnofv_set_ml2(MSSMNoFV_onshell *model, unsigned i, unsigned k, double ml2)
set soft-breaking squared mass parameter ml2(i,k)
void gm2calc_mssmnofv_set_MassG(MSSMNoFV_onshell *model, double mass_g)
set gluino mass
void gm2calc_mssmnofv_set_MM_pole(MSSMNoFV_onshell *model, double MFm)
set muon pole mass
MSSMNoFV_onshell * gm2calc_mssmnofv_new()
Allocate a new MSSMNoFV model.
void gm2calc_mssmnofv_get_warnings(MSSMNoFV_onshell *model, char *msg, unsigned len)
Fills string with warning descriptions.
void gm2calc_mssmnofv_set_MT_pole(MSSMNoFV_onshell *model, double MFt)
set top-quark pole mass
void gm2calc_mssmnofv_free(MSSMNoFV_onshell *model)
Deletes a MSSMNoFV model.
void gm2calc_mssmnofv_set_md2(MSSMNoFV_onshell *model, unsigned i, unsigned k, double md2)
set soft-breaking squared mass parameter md2(i,k)
void gm2calc_mssmnofv_set_Ad(MSSMNoFV_onshell *model, unsigned i, unsigned k, double a)
set soft-breaking trilinear coupling Ad(i,k)
void gm2calc_mssmnofv_set_mu2(MSSMNoFV_onshell *model, unsigned i, unsigned k, double mu2)
set soft-breaking squared mass parameter mu2(i,k)
void gm2calc_mssmnofv_set_MAh_pole(MSSMNoFV_onshell *model, double MA0)
set CP-odd Higgs pole mass
void gm2calc_mssmnofv_set_alpha_MZ(MSSMNoFV_onshell *model, double alpha_MZ)
set alpha_em(MZ)
void gm2calc_mssmnofv_set_Mu(MSSMNoFV_onshell *model, double mu)
set soft-breaking squared mass parameter Mu parameter
void gm2calc_mssmnofv_set_MassWB(MSSMNoFV_onshell *model, double mass_wb)
set wino mass
void gm2calc_mssmnofv_set_MassB(MSSMNoFV_onshell *model, double mass_b)
set bino mass
void gm2calc_mssmnofv_set_TB(MSSMNoFV_onshell *model, double tan_beta)
set tan(beta)
gm2calc::MSSMNoFV_onshell setup()
contains declarations of C interface functions for 1-loop calculation
contains declarations of C interface functions for 2-loop calculation
const char * gm2calc_error_str(gm2calc_error error)
translate error codes into a string
struct MSSMNoFV_onshell MSSMNoFV_onshell