Page 1 of 1

"subArgs" needs to be pre-defined in PreSARAH_package.m

Posted: 14. Dec 2018, 06:56
by User001
Dear Florian,

It seems to me that "subArgs" should be pre-defined in PreSARAH_package.m to make it works for massive Z boson.

Otherwise the later "/. subArgs" will result in failure of replacement.

(* pre-definition for Z-boson *)
subArgs={};
(* pre-definition for Z-boson *)

If[subMasslessBoson=!={},
...
subArgs=subMasslessBosonsArgs/. {ARG1->arg1,ARG2->arg2,ARG3->arg3} //. subfinal;
];


Best regards
Peiwen

——————————————————
Peiwen Wu (吴 培文)
Research Fellow
Korea Institute for Advanced Study (KIAS)
Email (KIAS): pwwu@kias.re.kr
Email (Personal): peiwen.wu123@gmail.com
——————————————————

Re: "subArgs" needs to be pre-defined in PreSARAH_package.m

Posted: 2. Jan 2019, 20:09
by FStaub
Thanks, I'll have a look