Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix relative negation of terms for exchangable fermions #27

Open
AntonReinhard opened this issue Sep 14, 2024 · 0 comments · May be fixed by #37
Open

Fix relative negation of terms for exchangable fermions #27

AntonReinhard opened this issue Sep 14, 2024 · 0 comments · May be fixed by #37

Comments

@AntonReinhard
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant