Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
Loading...
Searching...
No Matches
constants.hpp
Go to the documentation of this file.
1
12#ifndef __CONST__
13#define __CONST__
14
17#define K_E 1.38935333 * 1e5
18
21#define T 9.64852558 * 1e1
22
25#define V 9.64852558 * 1e7
26
29#define CA_MASS 40.078
30
33#define CA_CHARGE 1.
34
35#endif