Skip to content

Commit

Permalink
Use auxiliary parameter consistently in tree-level solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Dec 28, 2016
1 parent f4494de commit 5692ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_files/VCMSSM/FlexibleSUSY.m.in
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ TreeLevelEWSBSolution = {
tadpole[1]/vd) - 20*(mHu2 - tadpole[2]/vu))^2)^2])^
(1/3)/(60*2^(1/3)*BMu)])]/2
] },
{MuSq, (mHd2 - tadpole[1] / vd - mHu2 TanBeta^2 + tadpole[2] TanBeta^2 / vu) / (TanBeta^2 - 1) - (g2^2 + GUTNormalization[g1]^2 g1^2) (vd^2 + vu^2) / 8}
{MuSq, (mHd2 - tadpole[1] / vd - mHu2 TanBeta^2 + tadpole[2] TanBeta^2 / vu) / (TanBeta^2 - 1) - (g2^2 + GUTNormalization[g1]^2 g1^2) vMSSM^2 / 8}
};

SUSYScale = Sqrt[Product[M[Su[i]]^(Abs[ZU[i,3]]^2 + Abs[ZU[i,6]]^2), {i,6}]];
Expand Down

0 comments on commit 5692ed9

Please sign in to comment.