Skip to content

Commit

Permalink
test LHInput macro for SUSY scale input
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 2, 2014
1 parent 1fc982d commit 9a2de51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_files/LHInputMSSM/FlexibleSUSY.m.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EWSBOutputParameters = { B[\[Mu]], \[Mu] };

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

SUSYScaleFirstGuess = Sqrt[m0^2 + 4 m12^2];
SUSYScaleFirstGuess = Sqrt[Sqrt[LHInput[mq2[3,3]] * LHInput[mu2[3,3]]]];

SUSYScaleInput = {
{mq2, 2 g2^2 LHInput[mq2]}
Expand Down

0 comments on commit 9a2de51

Please sign in to comment.