mdrun iinit. untested + not working by now!
[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 ## ensemble control ##
26
27 eattrib 100.0 100.0
28
29 ## equi ctrl ##
30
31 equictrl 1.0 1.0
32
33 ## initial lattice ##
34
35 lattice diamond
36 #lattice zincblende
37 element1 silicon
38 #element2 carbon
39 fill lc 9 9 9
40
41 aattrib all h
42
43 ## initial simulation run ##
44
45 prerun 100
46 avgskip 0
47
48 ## more stages ##
49
50 # format:
51 # stage <action> <attr>
52 #
53 # actions:
54 #
55 # ins_atoms <#insertions> <#atoms> <element> \
56 #           <#atom-attrib> <position>
57 #
58 # continue <#runs>
59 #
60 # anneal <#annealing-steps> <delta_t>
61
62 stage ins_atoms 10 1 14 v h rand 0 0 0 11 11 11
63 stage ins_atoms 1 1 6 v h rand 0 0 0 5.429 5.429 5.429
64 stage continue 10000
65 stage anneal 723 -1.0
66
67 ## report / log / visualization / save files ##
68
69 elog 10
70 tlog 10
71 plog 10
72 vlog 10
73 save 100
74 visualize 100
75