initial checkin for config.default (prepare new md.c to parse config files)
[physik/posic.git] / config.default
1 # default configuration for a molecular dynamics run
2
3 #
4 # molecular dynamic variables
5 #
6
7 # delta t in fs
8 DELTA_T         1.0
9
10 # temperature in kelvin
11 TEMP            298.0
12
13 # t/p control
14 BER_THERMO      1
15 BER_BARO        0
16
17 #
18 # lattice & atoms
19 #
20
21 # lattice/atom type
22 L_TYPE          DIAMOND         Si      C
23
24 # lattice constant in angstrom
25 L_CONSTANT      4.359
26
27 # lattice offset in lattice constants
28 L_OFFSET        0.125
29
30 # fixed atoms
31 FX      0       0
32 FY      0       0
33 FZ      0       0
34
35 # atoms coupled to heat bath
36 HX      0       0
37 HY      0       0
38 HZ      0       0
39
40 #
41 # simulation cell
42 #
43
44 # size in lattice constants
45 LC_COUNT_X      10
46 LC_COUNT_Y      10
47 LC_COUNT_Z      10
48
49 # periodic boundary conditions
50 PER_BOUND_X     1
51 PER_BOUND_Y     1
52 PER_BOUND_Z     1
53