GM2Calc 2.3.0
Loading...
Searching...
No Matches
example-thdm.m
Go to the documentation of this file.
1Install["bin/gm2calc.mx"];
2
4 loopOrder -> 2,
5 tanBetaResummation -> True,
6 forceOutput -> False,
7 runningCouplings -> True];
8
10 alpha0 -> 0.00729735,
11 alphaMZ -> 0.0077552,
12 alphaS -> 0.1184,
13 MhSM -> 125.09,
14 MW -> 80.385,
15 MZ -> 91.1876,
16 MT -> 173.34,
17 mcmc -> 1.28,
18 mu2GeV -> 0.0022,
19 mbmb -> 4.18,
20 ms2GeV -> 0.096,
21 md2GeV -> 0.0047,
22 ML -> 1.777,
23 MM -> 0.1056583715,
24 ME -> 0.000510998928,
25 Mv1 -> 0,
26 Mv2 -> 0,
27 Mv3 -> 0,
28 CKM -> IdentityMatrix[3] ];
29
30(* calculate amu using the gauge basis input parameters *)
31Print[{amu, Damu} /. GM2CalcAmuTHDMGaugeBasis[
32 yukawaType -> 2,
33 lambda -> { 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1 },
34 TB -> 3,
35 m122 -> 200^2,
36 zetau -> 0,
37 zetad -> 0,
38 zetal -> 0,
39 Deltau -> 0 IdentityMatrix[3],
40 Deltad -> 0 IdentityMatrix[3],
41 Deltal -> 0 IdentityMatrix[3],
42 Piu -> 0 IdentityMatrix[3],
43 Pid -> 0 IdentityMatrix[3],
44 Pil -> 0 IdentityMatrix[3]]
45];
46
47(* calculate amu using the mass basis input parameters *)
48Print[{amu, Damu} /. GM2CalcAmuTHDMMassBasis[
49 yukawaType -> 2,
50 Mhh -> { 125, 400 },
51 MAh -> 420,
52 MHp -> 440,
53 sinBetaMinusAlpha -> 0.999,
54 lambda6 -> 0,
55 lambda7 -> 0,
56 TB -> 3,
57 m122 -> 200^2,
58 zetau -> 0,
59 zetad -> 0,
60 zetal -> 0,
61 Deltau -> 0 IdentityMatrix[3],
62 Deltad -> 0 IdentityMatrix[3],
63 Deltal -> 0 IdentityMatrix[3],
64 Piu -> 0 IdentityMatrix[3],
65 Pid -> 0 IdentityMatrix[3],
66 Pil -> 0 IdentityMatrix[3]]
67];
GM2CalcSetSMParameters[alpha0 -> 0.00729735, alphaMZ -> 0.0077552, alphaS -> 0.1184, MhSM -> 125.09, MW -> 80.385, MZ -> 91.1876, MT -> 173.34, mcmc -> 1.28, mu2GeV -> 0.0022, mbmb -> 4.18, ms2GeV -> 0.096, md2GeV -> 0.0047, ML -> 1.777, MM -> 0.1056583715, ME -> 0.000510998928, Mv1 -> 0, Mv2 -> 0, Mv3 -> 0, CKM -> IdentityMatrix[3]]
calculate Print[{amu, Damu}/. GM2CalcAmuTHDMGaugeBasis[yukawaType -> 2, lambda -> { 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1 }, TB -> 3, m122 -> 200^2, zetau -> 0, zetad -> 0, zetal -> 0, Deltau -> 0 IdentityMatrix[3], Deltad -> 0 IdentityMatrix[3], Deltal -> 0 IdentityMatrix[3], Piu -> 0 IdentityMatrix[3], Pid -> 0 IdentityMatrix[3], Pil -> 0 IdentityMatrix[3]]]
Install["bin/gm2calc.mx"]
Definition example-thdm.m:1
GM2CalcSetFlags[loopOrder -> 2, tanBetaResummation -> True, forceOutput -> False, runningCouplings -> True]
Definition example-thdm.m:7