-
Notifications
You must be signed in to change notification settings - Fork 5
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
[WIP] Beautification and docs #127
Conversation
szabo137
commented
Sep 30, 2024
•
edited
Loading
edited
- Fix jldoctests
- finish API reference
- Write tutorial for PSP
- Write tutorial for stateful particles
- Write tutorial for Lorentz vectors
- Write tutorial for particle interface
- Write tutorial for processes
Looking at the documentation of the propagator, it seems outdated. It says the mass of the particle is assumed to be zero if it is not given, but |
Since there is not much to say about models (at least not currently), I removed the respective (blank) tutorial page. Similarly, I removed the respective pages for Dirac tensors, because there is not really an interface to talk about. I suggest explaining the Dirac algebra in QEDcore, where it is fully implemented. From my side, I think this reached a state, where we can consider merging it. |
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.
Just one small broken link
c05a2b1
to
8a291c8
Compare
In the same spirit as the respective [QEDbase PR](QEDjl-project/QEDbase.jl#127), this adds some documentation, orders the functions into a (hopefully more useful) library category, and adds some manuals for the main features with usage examples. - [x] Once the QEDbase PR is merged, the @extref in particles.jl has to be enabled. The vectors manual is currently more of a place holder because I don't know enough about them to write a good manual. I would refer this task to @szabo137 or @steindev . The phase space definition manual is also a placeholder, because it will be reworked soon anyway (see #50).