phiH calculation should use initial electron momentum, not final
Open
- Dominant language
- C++
- Stars
- 3
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
The scattered electron momentum is currently being used in phiH calculations; it should be the initial beam electron momentum. Note: this does not make any difference, since
```
q x l / |q x l| == q x l' / |q x l'|
```
but it's better to be consistent with Trento conventions as much as possible.
NOTE: this should be fixed in #192 too
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.