Skip to content

Commit

Permalink
And with the momentum spread
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Feb 23, 2024
1 parent 5ec7fb3 commit 25a6d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coasting/002_try_to_simplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def track(self, particles):
num_particles = 10000
p = line.build_particles(
zeta=np.random.uniform(-circumference/2, circumference/2, num_particles),
delta=1e-2 + 0e-2*np.random.uniform(-1, 1, num_particles),
delta=3e-2*np.random.uniform(-1, 1, num_particles),
x_norm=0, y_norm=0
)

Expand Down

0 comments on commit 25a6d8d

Please sign in to comment.