Skip to content

Commit

Permalink
fix bug in setting of ThetaWp in parameters.m.
Browse files Browse the repository at this point in the history
  • Loading branch information
pathron committed Jan 28, 2016
1 parent d42725a commit 8c661b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sarah/E6SSM/parameters.m
Expand Up @@ -336,8 +336,8 @@
OutputName -> UHAP}},
{ThetaWp, { Description -> "Theta'",
LesHouches -> {ESIXRUN,20},
DependenceNum -> 1/2 ArcTan[Sqrt[g1^2+g2^2] gN (-3 vd^2 + 2 vu^2)
/(gN^2 (9 vd^2 + 4 vu^2 + 25 vs^2 )-(g1^2+g2^2) (vd^2 + vu^2)/4)]
DependenceNum -> 1/2 ArcTan[Sqrt[g1^2+g2^2] gN (-3 / Sqrt[40] vd^2 + 2 / Sqrt[40] vu^2)
/ ( gN^2 (9 vd^2 + 4 vu^2 + 25 vs^2 ) / 40 - (g1^2+g2^2) (vd^2 + vu^2)/4)]
}},
{ZZ, {Description -> "Photon-Z-Z' Mixing Matrix"}},
{ZW, {Description -> "W Mixing Matrix" }},
Expand Down

0 comments on commit 8c661b1

Please sign in to comment.