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

Plot the phase space for 2 particles in the x and z direction, with and without particle interactions. More...

Go to the source code of this file.

Functions

def plot_phase_space.main ()
 

Variables

dict plot_phase_space.params
 

Detailed Description

Plot the phase space for 2 particles in the x and z direction, with and without particle interactions.

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

Definition in file plot_phase_space.py.

Function Documentation

◆ main()

def plot_phase_space.main ( )

Definition at line 31 of file plot_phase_space.py.

Variable Documentation

◆ params

dict plot_phase_space.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_phase_space.py.