Skip to content

Commit

Permalink
add 3L MSSM beta function for Mu parameter to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 2, 2015
1 parent e43246e commit 11f1d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -1521,11 +1521,13 @@ corresponding tadpole is real or imaginary (only in models with CP
mass2 = { SARAH`SoftSquark, SARAH`SoftUp, SARAH`SoftDown,
SARAH`SoftLeftLepton, SARAH`SoftRightLepton,
Parameters`GetParameterFromDescription["Softbreaking Down-Higgs Mass"],
Parameters`GetParameterFromDescription["Softbreaking Up-Higgs Mass"] }
Parameters`GetParameterFromDescription["Softbreaking Up-Higgs Mass"] },
mu = { Parameters`GetParameterFromDescription["Mu-parameter"] }
},
SARAH`BetaGauge = AddMSSM3LoopRGE[SARAH`BetaGauge, gauge];
SARAH`BetaYijk = AddMSSM3LoopRGE[SARAH`BetaYijk , yuks];
SARAH`BetaMi = AddMSSM3LoopRGE[SARAH`BetaMi , gaugi];
SARAH`BetaMuij = AddMSSM3LoopRGE[SARAH`BetaMuij , mu ];
SARAH`BetaTijk = AddMSSM3LoopRGE[SARAH`BetaTijk , trili];
SARAH`Betam2ij = AddMSSM3LoopRGE[SARAH`Betam2ij , mass2];
];
Expand Down
2 changes: 2 additions & 0 deletions meta/ThreeLoopMSSM.m
Expand Up @@ -32,6 +32,7 @@
_, Which[IsDefinedAndEqual["Bino Mass parameter", gc] , Get[FileNameJoin[{subDir, "beta_M1.m"}]],
IsDefinedAndEqual["Wino Mass parameter", gc] , Get[FileNameJoin[{subDir, "beta_M2.m"}]],
IsDefinedAndEqual["Gluino Mass parameter", gc], Get[FileNameJoin[{subDir, "beta_M3.m"}]],
IsDefinedAndEqual["Mu-parameter" , gc], Get[FileNameJoin[{subDir, "beta_Mu.m"}]],
IsDefinedAndEqual["Softbreaking Down-Higgs Mass", gc], Get[FileNameJoin[{subDir, "beta_mHd2.m"}]],
IsDefinedAndEqual["Softbreaking Up-Higgs Mass" , gc], Get[FileNameJoin[{subDir, "beta_mHu2.m"}]],
True, Print["Error: unknown coupling: ", gc]; {0,0,0}
Expand All @@ -51,6 +52,7 @@
M1 -> Parameters`GetParameterFromDescription["Bino Mass parameter"],
M2 -> Parameters`GetParameterFromDescription["Wino Mass parameter"],
M3 -> Parameters`GetParameterFromDescription["Gluino Mass parameter"],
Global`Mu -> Parameters`GetParameterFromDescription["Mu-parameter"],
Global`ht -> SARAH`TrilinearUp,
Global`hb -> SARAH`TrilinearDown,
Global`he -> SARAH`TrilinearLepton,
Expand Down

0 comments on commit 11f1d16

Please sign in to comment.