Skip to content

Commit 75b0ddc

Browse files
t-hahnVladyslav Shtabovenko
authored andcommitted
FeynArts 3.9; Last update: 15 Jan 15;
Fixed bug in the A-γ-W, A-Z-W counter-term vertices of MSSMCT.mod.
1 parent 11f5065 commit 75b0ddc

File tree

5 files changed

+17
-1251
lines changed

5 files changed

+17
-1251
lines changed

FeynArts/Initialize.m

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(*
22
Initialize.m
33
Functions for the initialization of models
4-
last modified 2 Dec 14 th
4+
last modified 4 Dec 14 th
55
*)
66

77
Begin["`Initialize`"]
@@ -200,9 +200,13 @@
200200
Attributes[ DumpModel ] = {HoldRest}
201201

202202
DumpModel[ modfile_String, other___ ] :=
203+
Block[ {IndexRange},
204+
DownValues[IndexRange] = #;
205+
IndexRange[error_] =.;
203206
WriteDefinitions[ modfile,
204207
M$ClassesDescription, M$CouplingMatrices,
205208
M$LastModelRules, IndexRange, ViolatesQ, RenConst, other ]
209+
]& @ DownValues[IndexRange]
206210

207211

208212
Options[ InitializeModel ] = {

Models/MSSMCT.mod

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
by Thomas Fritzsche, Thomas Hahn, Sven Heinemeyer,
55
Heidi Rzehak and Christian Schappacher
66
based on the Feynman rules of the MSSM by Arnd Kraft
7-
last modified 16 Jan 2014 by Christian Schappacher
7+
last modified 15 Jan 2015 by th
88

99
History:
1010
May 2001: MSSM.mod created by Thomas Hahn.
@@ -8573,11 +8573,15 @@ M$CouplingMatrices = {
85738573
USf[3, j3][s4, 2])))))/(CW^4*MW^4*SB^3*SW^3)))}},
85748574
C[S[1], V[2], V[1]] == {{0, ((I/2)*dZZA1*EL*MW*SBA)/(CW^2*SW)}},
85758575
C[S[2], V[2], V[1]] == {{0, ((I/2)*CBA*dZZA1*EL*MW)/(CW^2*SW)}},
8576-
C[S[5], V[1], -V[3]] == {{0, (I/2)*EL*MW*dZHiggs1[6, 5]}},
8577-
C[-S[5], V[1], V[3]] == {{0, (I/2)*EL*MW*Conjugate[dZHiggs1[6, 5]]}},
8578-
C[S[5], V[2], -V[3]] == {{0, ((-I/2)*EL*MW*SW*dZHiggs1[6, 5])/CW}},
8579-
C[-S[5], V[2], V[3]] == {{0, ((-I/2)*EL*MW*SW*Conjugate[dZHiggs1[6, 5]])/
8580-
CW}}, C[S[5], -S[6], V[1]] == {{0, I*EL*dZHiggs1[6, 5]}},
8576+
C[S[5], V[1], -V[3]] == {{0,
8577+
I/2*EL*MW*(2 CB dSB1 - 2 dCB1 SB + dZHiggs1[6, 5])}},
8578+
C[-S[5], V[1], V[3]] == {{0,
8579+
I/2*EL*MW*(2 CB dSB1 - 2 dCB1 SB + Conjugate[dZHiggs1[6, 5]])}},
8580+
C[S[5], V[2], -V[3]] == {{0,
8581+
-I/2*EL*MW*SW/CW*(2 CB dSB1 - 2 dCB1 SB + dZHiggs1[6, 5])}},
8582+
C[-S[5], V[2], V[3]] == {{0,
8583+
-I/2*EL*MW*SW/CW*(2 CB dSB1 - 2 dCB1 SB + Conjugate[dZHiggs1[6, 5]])}},
8584+
C[S[5], -S[6], V[1]] == {{0, I*EL*dZHiggs1[6, 5]}},
85818585
C[-S[5], S[6], V[1]] ==
85828586
{{0, (I/2)*EL*(Conjugate[dZHiggs1[6, 5]] + dZHiggs1[5, 6])}},
85838587
C[S[5], -S[6], V[2]] == {{0, ((-I/2)*(1 - 2*CW^2)*EL*dZHiggs1[6, 5])/

Models/MSSMCT.pdf

5.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)