-
Notifications
You must be signed in to change notification settings - Fork 3
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 Lorentz Boosts #45
Conversation
ffd060e
to
ca05028
Compare
@AntonReinhard Sorry, it ends up being a bit longer, but I think now it's ready for review 😅 |
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.
Mostly small suggestions, since I can't really comment on the physics involved 😉
I hope you checked that the maths environments render correctly in the documentation?
And as commented at the specific points too, I'd request not leaving larger TODOs in the code and instead opening issues.
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.
Thanks for the review. I addressed all comments with appropriate changes.
Co-authored-by: Anton Reinhard <anton.reinhard@proton.me>
952f113
to
deac722
Compare
Following the suggestion made here: QEDjl-project/QEDcore.jl#45 (comment) --------- Co-authored-by: Uwe Hernandez Acosta <u.hernandez@hzdr.de> Co-authored-by: Anton Reinhard <anton.reinhard@proton.me>
This adds Lorentz boosts in two variants:
BetaVector
), see here or here for details.Solves #18
TODOS