-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add fermion exchange logic and tests for bhabha scattering #37
Add fermion exchange logic and tests for bhabha scattering #37
Conversation
7a001d7
to
0768837
Compare
0768837
to
954f979
Compare
Okay I found that this does work for n=1 and n=2 fermion lines, but stops working beyond that, as I feared/expected. |
I implemented a new algorithm where the VirtualParticles now also carry information about the remaining open cycles of their subdiagrams. Negation then happens on |
5dbca81
to
46a5753
Compare
Currently only tested for n-Photon Compton processes (where it changes nothing) and Bhabha scattering (e- e+ -> e- e+).
Fixes #27