Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
Loading...
Searching...
No Matches
plot_2_particles.py File Reference

Plot 2 particles with and without particle interactions in the xy-plane. More...

Go to the source code of this file.

Functions

def plot_2_particles.main ()
 

Variables

dict plot_2_particles.params
 

Detailed Description

Plot 2 particles with and without particle interactions in the xy-plane.

Author
Cory Alexander Balaton (coryab)
Janita Ovidie Sandtrøen Willumsen (janitaws)
Version
1.0
Bug:
No known bugs

Definition in file plot_2_particles.py.

Function Documentation

◆ main()

def plot_2_particles.main ( )

Definition at line 30 of file plot_2_particles.py.

Variable Documentation

◆ params

dict plot_2_particles.params
Initial value:
1= {
2 "font.family": "Serif",
3 "font.serif": "Roman",
4 "text.usetex": True,
5 "axes.titlesize": "large",
6 "axes.labelsize": "large",
7 "xtick.labelsize": "large",
8 "ytick.labelsize": "large",
9 "legend.fontsize": "medium"
10}

Definition at line 18 of file plot_2_particles.py.