Before submitting this PR, please make sure you have:
[X] Opened an issue
[X] Referenced the relevant issue number(s) below
[X] Provided a description of the changes below
[X] Ensured all tests pass and added any necessary tests for new code
Fixes #217
Description
This is another attempt at rearranging the weak collision loop for more clarity. I was unable to measure any changes to the physical results with the more correct subtraction order, but making it clear that the weak collision aren't generating fictional energy is important to long-term maintainability.
Thank you for your contribution to rustBCA!
Before submitting this PR, please make sure you have:
Fixes #217
Description
This is another attempt at rearranging the weak collision loop for more clarity. I was unable to measure any changes to the physical results with the more correct subtraction order, but making it clear that the weak collision aren't generating fictional energy is important to long-term maintainability.
Tests
Cargo test has been run.