Name: Vladyslav Shtabovenko Date: 02/06/15-11:04:26 AM Z
Hi,
follow the steps in
https://github.com/FeynCalc/feyncalc/wiki/FeynArts#patching_fa
and make sure that $FeynArtsDirectory points to the directory where you put FeynArts.
Cheers,
Vladyslav
Am 6. Februar 2015 10:23:35 MEZ, schrieb Teddy
<[noreply_at_HIDDEN-E-MAIL]>:
>When using FeynCalc in Mathematica 9, there are lots warnings when
>loading the package
> something like this:
>
>NonCommutative::shdw: Symbol NonCommutative appears in multiple
>contexts
{FeynArts`,HighEnergyPhysics`FeynCalc`NonCommutative`};
>definitions in context FeynArts` may shadow or be shadowed by
other
>definitions.
>
>Does these warning matter?
>
>And for the input:
>
>q1/:MakeBoxes[q1,TraditionalForm]:=InterpretationBox[SubscriptBox[q,1],q1];
>
>the output would always have a prefix Global` and it will appear
>anytime I use the variable q1
>
>How to solve this?