Skip to content

Commit

Permalink
extending documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 24, 2015
1 parent b4c56d3 commit 0b5ff20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta/FlexibleSUSY.m
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,13 @@ corresponding tadpole is real or imaginary (only in models with CP
Example: MRSSM
In[] := CreateHiggsToEWSBEqAssociation[]
Out[] = {{hh, 1, Re}, {hh, 2, Re}, {hh, 4, Re}, {hh, 3, Re}}
This result means:
EWSB eq. 1 corresponds to hh[1], the 1L tadpole[1] is real
EWSB eq. 2 corresponds to hh[2], the 1L tadpole[2] is real
EWSB eq. 3 corresponds to hh[4], the 1L tadpole[3] is real
EWSB eq. 4 corresponds to hh[3], the 1L tadpole[4] is real
*)
CreateHiggsToEWSBEqAssociation[] :=
Module[{association = {}, v, phi, sigma, higgs, numberOfVEVs, numberOfHiggses, vevs,
Expand Down

0 comments on commit 0b5ff20

Please sign in to comment.