You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every diagram is being added together. However, the Feynman rules say that diagrams that can be transformed into one another by exchanging two fermions with one another have to have a relative negation.
In the code, this can be accomplished by inserting minus signs in the CollectPairs and CollectTriples tasks where necessary, i.e., where the Caley distance of the fermion permutations to the identity permutation of the different subdiagrams is uneven.
The text was updated successfully, but these errors were encountered:
Currently, every diagram is being added together. However, the Feynman rules say that diagrams that can be transformed into one another by exchanging two fermions with one another have to have a relative negation.
In the code, this can be accomplished by inserting minus signs in the
CollectPairs
andCollectTriples
tasks where necessary, i.e., where the Caley distance of the fermion permutations to the identity permutation of the different subdiagrams is uneven.The text was updated successfully, but these errors were encountered: