Coryab/implement penning trap simulate #6

Merged
coryab merged 16 commits from coryab/implement-PenningTrap-simulate into develop 2023-10-14 01:13:37 +00:00
Showing only changes of commit bb0bd8f6a0 - Show all commits

View File

@ -32,7 +32,7 @@ def animate():
fig = plt.figure() fig = plt.figure()
ax = fig.add_subplot(projection="3d") 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] arr = arr[:, :, ::10]