-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
component: testsexamples, tests and benchmarksexamples, tests and benchmarksenhancementNew feature or requestNew feature or request
Milestone
Description
We should check if our beam particles actually moved, instead of only checking 2nd moments.
We often check stationary and periodic solutions. If we only check the 2nd moments, we will not notice if particles did not move at all. For instance, in the development of #214 we accidentally did a zero-element simulation which passed all tests and only failed during plotting.
Thus, we should check:
- the expected phase change on
pt
(and/orpz
) of the reference particle - the expected average position of the particle beam.
cc @cemitch99 @n01r and me
Metadata
Metadata
Assignees
Labels
component: testsexamples, tests and benchmarksexamples, tests and benchmarksenhancementNew feature or requestNew feature or request