-
Notifications
You must be signed in to change notification settings - Fork 1
/
myconfig.hpp
63 lines (54 loc) · 1.13 KB
/
myconfig.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* Generic features */
#define EXTERNAL_FORCES
#define MASS
#define EXCLUSIONS
#define BOND_CONSTRAINT
#define THERMOSTAT_PER_PARTICLE
#define COLLISION_DETECTION
#define NPT
#define ENGINE
#define PARTICLE_ANISOTROPY
/* Rotation */
#define ROTATION
#define ROTATIONAL_INERTIA
/* Electrostatics */
#define ELECTROSTATICS
#define MMM1D_GPU
#define MMM1D_MACHINE_PREC
/* Magnetostatics */
#define DIPOLES
/* Virtual sites features */
#define VIRTUAL_SITES
#define VIRTUAL_SITES_RELATIVE
#define VIRTUAL_SITES_INERTIALESS_TRACERS
/* DPD features */
#define DPD
/* Lattice-Boltzmann features */
#define LB_BOUNDARIES
#define LB_BOUNDARIES_GPU
#define LB_ELECTROHYDRODYNAMICS
#define ELECTROKINETICS
#define EK_BOUNDARIES
#define EK_DEBUG
/* Interaction features */
#define TABULATED
#define LENNARD_JONES
#define WCA
#define LENNARD_JONES_GENERIC
#define LJCOS
#define LJCOS2
#define LJGEN_SOFTCORE
#define SMOOTH_STEP
#define HERTZIAN
#define GAUSSIAN
#define BMHTF_NACL
#define MORSE
#define BUCKINGHAM
#define SOFT_SPHERE
#define HAT
#define GAY_BERNE
#define THOLE
/* ScaFaCoS */
//#define SCAFACOS_DIPOLES
/* Debugging */
#define ADDITIONAL_CHECKS