Skip to content

Commit 93a659f

Browse files
Update WallGo Model files with new path for WallGoMatrix (#343)
* Update loading of WallGoMatrix for IDM * Update of QCD matrix elements .m file for the xSM * Update of SM .m file wallgomatrix loading * Update of yukawa matrix element file
1 parent 6561647 commit 93a659f

File tree

4 files changed

+19
-18
lines changed
  • Models

4 files changed

+19
-18
lines changed

Models/InertDoubletModel/MatrixElements/idm.m

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
SetDirectory[DirectoryName[$InputFileName]]
99
];
1010
(*Put this if you want to create multiple model-files with the same kernel*)
11-
$GroupMathMultipleModels=True;
12-
$LoadGroupMath=True;
11+
WallGo`WallGoMatrix`$GroupMathMultipleModels=True;
12+
WallGo`WallGoMatrix`$LoadGroupMath=True;
1313
Check[
14-
Get["WallGoMatrix`"],
15-
Message[Get::noopen, "WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
14+
Get["WallGo`WallGoMatrix`"],
15+
Message[Get::noopen, "WallGo`WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
1616
Abort[];
1717
]
1818

@@ -185,3 +185,6 @@
185185
{TruncateAtLeadingLog->True,
186186
Replacements->{lam1H->0,lam2H->0,lam4H->0,lam5H->0},
187187
Format->{"json","txt"}}];
188+
189+
190+

Models/SingletStandardModel_Z2/MatrixElements/qcd.m

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
SetDirectory[DirectoryName[$InputFileName]]
99
];
1010
(*Put this if you want to create multiple model-files with the same kernel*)
11-
$GroupMathMultipleModels=True;
12-
$LoadGroupMath=True;
11+
WallGo`WallGoMatrix`$GroupMathMultipleModels=True;
12+
WallGo`WallGoMatrix`$LoadGroupMath=True;
1313
Check[
14-
Get["WallGoMatrix`"],
15-
Message[Get::noopen, "WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
14+
Get["WallGo`WallGoMatrix`"],
15+
Message[Get::noopen, "WallGo`WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
1616
Abort[];
1717
]
1818

Models/StandardModel/MatrixElements/electroWeak.m

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
SetDirectory[DirectoryName[$InputFileName]]
99
];
1010
(*Put this if you want to create multiple model-files with the same kernel*)
11-
$GroupMathMultipleModels=True;
12-
$LoadGroupMath=True;
11+
WallGo`WallGoMatrix`$GroupMathMultipleModels=True;
12+
WallGo`WallGoMatrix`$LoadGroupMath=True;
1313
Check[
14-
Get["WallGoMatrix`"],
15-
Message[Get::noopen, "WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
14+
Get["WallGo`WallGoMatrix`"],
15+
Message[Get::noopen, "WallGo`WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
1616
Abort[];
1717
]
1818

@@ -133,5 +133,3 @@
133133
ParticleList,
134134
LightParticleList,
135135
{TruncateAtLeadingLog->True,Replacements->{yt->0},Format->{"json","txt"}}];
136-
137-

Models/Yukawa/MatrixElements/yukawa.m

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
SetDirectory[DirectoryName[$InputFileName]]
99
];
1010
(*Put this if you want to create multiple model-files with the same kernel*)
11-
$GroupMathMultipleModels=True;
12-
$LoadGroupMath=True;
11+
WallGo`WallGoMatrix`$GroupMathMultipleModels=True;
12+
WallGo`WallGoMatrix`$LoadGroupMath=True;
1313
Check[
14-
Get["WallGoMatrix`"],
15-
Message[Get::noopen, "WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
14+
Get["WallGo`WallGoMatrix`"],
15+
Message[Get::noopen, "WallGo`WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
1616
Abort[];
1717
]
1818

0 commit comments

Comments
 (0)