We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0bce6 commit 20ff802Copy full SHA for 20ff802
examples/fodo_space_charge/analysis_fodo_2d_sc.py
@@ -80,7 +80,7 @@ def get_moments(beam):
80
)
81
82
atol = 0.0 # ignored
83
-rtol = 3.7 * num_particles**-0.5 # from random sampling of a smooth distribution
+rtol = 4.0 * num_particles**-0.5 # from random sampling of a smooth distribution
84
print(f" rtol={rtol} (ignored: atol~={atol})")
85
86
assert np.allclose(
0 commit comments