Skip to content

Commit

Permalink
testing alternative EWSB for the NMSSMCPV
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Apr 19, 2015
1 parent 46bfa1f commit dcdbf10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/test_EWSB.m
Expand Up @@ -319,4 +319,13 @@
TestNonEquality[solution, {}];
TestNonEquality[solution, {{}}];

Print["testing NMSSM/CPV EWSB for mHd2, mHu2, ms2, Im[T[\[Kappa]]], Re[T[\[Kappa]]]"];

nmssmcpvEWSBOutputParameters = { mHd2, mHu2, ms2, Im[T[\[Kappa]]], Re[T[\[Kappa]]] };

nmssmcpvFullSolution = EWSB`Private`FindSolution[nmssmcpvEWSBEqs, nmssmcpvEWSBOutputParameters];

TestNonEquality[solution, {}];
TestNonEquality[solution, {{}}];

PrintTestSummary[];

0 comments on commit dcdbf10

Please sign in to comment.