|
Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
|
The implementation of the PenningTrap class. More...
#include "utils.hpp"#include "PenningTrap.hpp"#include "constants.hpp"#include <algorithm>#include <stdexcept>#include <omp.h>Go to the source code of this file.
The implementation of the PenningTrap class.
Implement evolve_RK4
Implement evolve_forward_euler
Definition in file PenningTrap.cpp.