Develop #14
@ -23,7 +23,7 @@
|
|||||||
#define PARTICLES 100
|
#define PARTICLES 100
|
||||||
#define N 40000
|
#define N 40000
|
||||||
#define CHARGE 1. // unit: e
|
#define CHARGE 1. // unit: e
|
||||||
#define MASS 40. // unit: amu
|
#define MASS 40.078 // unit: amu
|
||||||
|
|
||||||
// Particles used for testing
|
// Particles used for testing
|
||||||
Particle p1(CHARGE, MASS, vec_3d{20., 0., 20.},
|
Particle p1(CHARGE, MASS, vec_3d{20., 0., 20.},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user