Coryab/implement penning trap simulate #6
@ -32,7 +32,7 @@ def animate():
|
||||
fig = plt.figure()
|
||||
ax = fig.add_subplot(projection="3d")
|
||||
|
||||
arr = get_data([f"output/simulate_100_particles/p{i}.txt" for i in range(100)])
|
||||
arr = get_data([f"output/simulate_100_particles/particle_{i}.txt" for i in range(100)])
|
||||
|
||||
arr = arr[:, :, ::10]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user