|
Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
|
| ▼ include | |
| constants.hpp | Library of constants |
| Particle.hpp | A class that holds the properties of a particle |
| PenningTrap.hpp | A class for simulating a Penning trap |
| typedefs.hpp | Useful typedefs for cleaner code |
| utils.hpp | Function prototypes and macros that are useful |
| ▼ src | |
| frequency_narrow_sweeps_long.cpp | Sweep of the frequencies from 1.1 to 1.7 using a small time step |
| main.cpp | The main program for this project |
| Particle.cpp | The implementation of the Particle class |
| PenningTrap.cpp | The implementation of the PenningTrap class |
| test_suite.cpp | The test suite for the project |
| utils.cpp | Implementation of the utils |