|
Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
|
Sweep of the frequencies from 1.1 to 1.7 using a small time step. More...
#include <cmath>#include <complex>#include <fstream>#include <omp.h>#include <string>#include <vector>#include "PenningTrap.hpp"#include "constants.hpp"#include "utils.hpp"Go to the source code of this file.
Macros | |
| #define | PARTICLES 100 |
| #define | N 40000 |
Functions | |
| void | potential_resonance_narrow_sweep () |
| Simulate 100 particles over 500 \( \mu s \) using a time dependent potential. | |
| void | potential_resonance_narrow_sweep_interaction () |
| Simulate 100 particles over 500 \( \mu s \) using a time dependent potential. | |
| int | main () |
Sweep of the frequencies from 1.1 to 1.7 using a small time step.
Definition in file frequency_narrow_sweeps_long.cpp.
| #define N 40000 |
Definition at line 25 of file frequency_narrow_sweeps_long.cpp.
| #define PARTICLES 100 |
Definition at line 24 of file frequency_narrow_sweeps_long.cpp.
| int main | ( | ) |
Definition at line 139 of file frequency_narrow_sweeps_long.cpp.
| void potential_resonance_narrow_sweep | ( | ) |
Simulate 100 particles over 500 \( \mu s \) using a time dependent potential.
The simulation sweeps over different frequencies in [1., 1.7] MHz.
Definition at line 34 of file frequency_narrow_sweeps_long.cpp.
| void potential_resonance_narrow_sweep_interaction | ( | ) |
Simulate 100 particles over 500 \( \mu s \) using a time dependent potential.
The simulation sweeps over different frequencies in [1., 1.7] MHz.
Definition at line 91 of file frequency_narrow_sweeps_long.cpp.