|
Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
|
The main program for this project. More...
#include <filesystem>#include <fstream>#include <string>#include <omp.h>#include <sys/stat.h>#include "PenningTrap.hpp"Go to the source code of this file.
Macros | |
| #define | PARTICLES 100 |
| #define | N 10000 |
| #define | CHARGE 1. |
| #define | MASS 40. |
Functions | |
| void | euler_100_particles () |
| int | main () |