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
17
Particle::Particle
(
double
q,
double
m,
18
arma::vec::fixed<3> r_vec,
19
arma::vec::fixed<3> v_vec)
20
{
21
22
}
Particle.hpp
A class that holds the properties of a particle.
Particle::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
src
Particle.cpp
Generated by
1.9.6