-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove DRalgo and factor code to only contain model generation from DRalgo #19
Conversation
…x issue in SymmetryBreakingScalar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a few comments and questions, but this is a major improvement on main. Great work.
The original |
README update and a release workflow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think everything crucial has been done now, so we are ready to merge to main (and then make the repo public).
this is based on PR #5 but immediately gets rid of DRalgo stuff.
Fixes:
-Fixed typos and bugs
-Added generation of full matrix-elements, even those strictly beyond leading log
-Particle masses are included in all propagators, including s-channel ones
-Added export/import to json
-More compact expressions for all scattering channels
-Removed an overall factor of 1/2 -->Make sure to add this in the *.cpp files
-Added support for scalar particles
-Added t<->u flips to preserve crossing symmetry
-Added crossing-symmetry relations in order to use less channels
-Added full SM example file together with the results in an accompanying .json file.
-Added generation of matrixelements via Feyncalc (+generation of the model files with Feynrules)
--------------------------To add to this PR--------------------
-More test files
-Could be good to add more Feyncal examples while we are at it
-Updated examples with the new syntax