Name: hui Date: 10/24/19-05:57:56 AM Z
Dear developers,
I installed the FeynCalc on Ubuntu server 16.04, mathematica 11.1
using
Import[“https://raw.githubusercontent.com/FeynCalc/feyncalc/master/install.m”]
InstallFeynCalc[]
I am trying to run the example Ga-Ga.m in QED/OneLoop, after loading
FeynArts/Calc, some utilities cannot be loaded automatically.
(1) FCFAConvert[CreateFeynAmp[…],…,Contract-True]
gives error:
OptionValue::nodef: Unknown option Contract for FCFAConvert.
(2) FCCompareResults is not imported automatically, I need to
<<“FCCompareResults.m” manually
(3) PaVeUVPart not imported automatically as well
How can I load all *.m files within all sub-directories automatically
?
Is there any configuration or option I did not set correctly?
Thanks a lot.
Hui