InsertFields Syntax Error in FeynArts

  • Thread starter Thread starter Safinaz
  • Start date Start date
  • Tags Tags
    Error
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
Safinaz
Messages
255
Reaction score
8
Hi,

I try to operate FeynArts, I installed by

<< FeynArts`

Then I typed

$ tops := CreateTopologies[1, 1 -> 2, ExcludeTopologies -> Internal];

$ InsertFields[tops, V[2] -> {F[4, {3}], -F[4, {3}]}, Model ->{SM}];

Here it gave an error

InsertFields::syntax: The syntax of InsertFields is InsertFields[tops, in -> out, options].

Any help to solve this,

S
 
Physics news on Phys.org
Hmm, it worked for me. Its possible its not installed properly.

Make sure that you're not getting an error when you load it. I have both feynarts and Feyncalc installed so I load it like this:

$LoadFeynArts = True;
$LoadPhi = True;
<< HighEnergyPhysics`FeynCalc`;