Skip to content

Commit

Permalink
Add initial guess of WOp to MSSMD5O model file
Browse files Browse the repository at this point in the history
  • Loading branch information
jhyeon committed Sep 20, 2014
1 parent 0207a0f commit e12709d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model_files/MSSMD5O/FlexibleSUSY.m.in
Expand Up @@ -76,13 +76,13 @@ LowScaleInput = Join[{
{vu, 2 MZDRbar / Sqrt[GUTNormalization[g1]^2 g1^2 + g2^2] Sin[ArcTan[TanBeta]]}},
Flatten[Table[{WOp[i,j], mv[[i,j]] / (vu/Sqrt[2])^2}, {i,3}, {j,3}], 1]];

InitialGuessAtLowScale = {
InitialGuessAtLowScale = Join[{
{vd, SM[vev] Cos[ArcTan[TanBeta]]},
{vu, SM[vev] Sin[ArcTan[TanBeta]]},
{Yu, Automatic},
{Yd, Automatic},
{Ye, Automatic}
};
{Ye, Automatic}},
Flatten[Table[{WOp[i,j], mv[[i,j]] / (vu/Sqrt[2])^2}, {i,3}, {j,3}], 1]];

InitialGuessAtHighScale = {
{\[Mu] , 1.0},
Expand Down

0 comments on commit e12709d

Please sign in to comment.