Replies: 2 comments 1 reply
-
Hi, PaVeLimitTo4 always works with As to the 1/0 error, I'd need an explicit example to understand what goes wrong here. |
Beta Was this translation helpful? Give feedback.
-
Hi, you need to set also
since the scalar products are Otherwise the amplitude after the reduction contains kinematic singularities that blow up when |
Beta Was this translation helpful? Give feedback.
-
Hi FeynCalc experts,
I'm trying to implement my old FenyCalc codes to version 9.3.1 of FeynCalc in Mathematica 10.2. I had no problems with the command Oneloop[] when I went from D dimension to 4 dimensions, so let's say that I have my amplitude ampt1
amp1a = Calc[ampt1] // FCE;
FCSetDiracGammaScheme["BMHV"] (because there are gamma5 in my amplitude)
amp2a = DiracTrace[amp1a] // DiracSimplify;
amp3a = TID[amp2a, k,ToPaVe -> True];
I used to replace D=4+2epsilon and expand around epsilon to obtain my 4 dimensions results. Unfortunately, I can't reproduce my old result now. I read #66 and tried with the option PaVeLimitTo4->True in the dv version but it isn't working as I obtain that my amplitude is of the form 1/0.
Thanks for your time and your help.
Beta Was this translation helpful? Give feedback.
All reactions