Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
Loading...
Searching...
No Matches
Particle.cpp
Go to the documentation of this file.
1
15#include "Particle.hpp"
16
17Particle::Particle(double q, double m,
18 arma::vec::fixed<3> r_vec,
19 arma::vec::fixed<3> v_vec)
20{
21
22}
A class that holds the properties of a particle.
Particle(double q, double m, arma::vec::fixed< 3 > r_vec, arma::vec::fixed< 3 > v_vec)
Initialize the particle.
Definition: Particle.cpp:17