Skip to content

Commit

Permalink
check that VEVs are equal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 21, 2018
1 parent 0ad0c39 commit 257606f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_NMSSM_ewsb.cpp
Expand Up @@ -97,6 +97,10 @@ BOOST_AUTO_TEST_CASE( test_NMSSM_one_loop_tadpoles )
const double tadpole_ss_2 = s.doCalcTadpole2oneLoop(mt, sinthDRbar);
const double tadpole_ss_3 = s.doCalcTadpoleSoneLoop(mt, sinthDRbar);

BOOST_CHECK_CLOSE(vd, s.displayHvev()*Cos(ArcTan(s.displayTanb())), 1.0e-11);
BOOST_CHECK_CLOSE(vu, s.displayHvev()*Sin(ArcTan(s.displayTanb())), 1.0e-11);
BOOST_CHECK_CLOSE(vS, s.displaySvev(), 1.0e-11);

BOOST_CHECK_SMALL(Im(tadpole_hh_1), 1.0e-12);
BOOST_CHECK_SMALL(Im(tadpole_hh_2), 1.0e-12);
BOOST_CHECK_SMALL(Im(tadpole_hh_3), 1.0e-12);
Expand Down

0 comments on commit 257606f

Please sign in to comment.