You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Particle Enums: Use Consistently and Rename (#351)
* Particle Enums: Use Consistently and Rename
- rename: `m_qm` to `qm` because it is charge over mass, not its inverse
- rename AoS to use s-based description by default: `z`->`t`
- Rename `AddNParticles` parameter, since we add particles for fixed `s`
- Use enums consistently whe we access `.pos` arguments, instead of `0-2`
* Change pt, too
Co-authored-by: Chad Mitchell <[email protected]>
* Transforms: Clarify In and Out
* Fancy Alias for Fixed t
* Spaces
* ToFixedT: Use Name f-suffix as in ToFixedS
* More Spaces
* Docs: Mention s-based first
Mention s-based interpretation first, because its the most commonly
used throughout the code base.
* Comments
* Use New Alias Once More
* Coord Trafo: Use Aliases for Final Values
---------
Co-authored-by: Chad Mitchell <[email protected]>
0 commit comments