fixed compile errors, no testing yet!
[physik/posic.git] / config.default
1 #
2 # mdrun configuration file
3 #
4
5 ## potential ##
6
7 potential albe
8 cutoff 2.96
9
10 ## integration algorithm ##
11
12 intalgo verlet
13 timestep 1.0
14
15 ## simulation volume ##
16
17 volume 
18 pbc 1 1 1
19
20 ## temperature / pressure ##
21
22 temperature 450.0
23 pressure 0.0
24
25 ## initial lattice ##
26
27 lattice diamond
28 #lattice zincblende
29 element1 silicon
30 #element2 carbon
31 fill lc 9 9 9
32
33 ## atom attributes ##
34
35 aattr t h123
36
37 ## initial simulation run ##
38
39 prerun 100
40 avgskip 0
41
42 ## system attributes, eg ensemble ctrl, equi ctrl, relaxation steps ##
43
44 sattr pctrl 100.0 tctrl 100.0 prelax 1.0 trelax 1.0 rsteps 100 avgrst 1
45
46 ## more stages ##
47
48 stage ins_atoms 10 1 14 0 vh123 rand -5.5 -5.5 -5.5 5.5 5.5 5.5
49 stage ins_atoms 1 1 6 1 vh123 rand 0 0 0 5.429 5.429 5.429
50 stage continue 10000
51 #stage anneal 723 -1.0
52
53 ## report / log / visualization / save files ##
54
55 elog 10
56 tlog 10
57 plog 10
58 vlog 10
59 save 100
60 visualize 100
61