You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/examples/md.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,7 @@ md_type 1 //choose ensemble
37
37
md_dt 1 //time step
38
38
md_tfirst 700 //the first target temperature
39
39
md_restart 0 //whether restart md
40
-
md_qmass 1 //mass of themostat
41
-
md_dumpfred 10 //The period to dump MD information for monitoring and restarting MD
40
+
md_dumpfreq 10 //The period to dump MD information
42
41
```
43
42
44
43
These MD parameters means that ABACUS will use NVT ensemble with Nosé-hoover themostat; the time step is 1fs, and target temperature is 700K; start renew without restart file, set the mass of themostat as 1g/mol, and calculate the MSD and diffusion coefficent from first step.
@@ -47,10 +46,9 @@ Note: *Please turn off symmetry when do MD simulation.*
- md_tfirst : target temperature in md simulation(K), you should set parameter md_tlast and md_fixtemperature when you want to change temperature during md simulation.
49
+
- md_tfirst : target temperature in md simulation(K), you should set parameter md_tlast when you want to change temperature during md simulation.
51
50
- md_restart : 0, no need of restart ; 1, restart with restart file, you must repalce STRU file with STRU_MD before you run the restart task.
52
-
- md_qmass : mass of thermostat, set by experience, if you don’t know how to set, set it to 0 will have a number autosetted by ABACUS
53
-
- md_dumpfred : frequency for output consequence of md simulation
51
+
- md_dumpfreq : frequency for output consequence of md simulation
54
52
55
53
The STRU file is:
56
54
```
@@ -149,9 +147,9 @@ Gamma
149
147
```
150
148
151
149
Run the program, and see results in the output directory. The following files are about MD:
152
-
-md_pos_$num.cif optimized structure in direct coordinate
153
-
-MD_RESTART output the information of md for restart
154
-
-STRU_MD if you want to restart md, you must replace the STRU with this file.
150
+
-STRU_MD_$num: optimized structures in direct coordinate
151
+
-Restart_md.dat: output the information of md for restart
152
+
-If you want to restart md, you must replace the STRU with STRU_MD_$num.
155
153
156
154
MD information can be found in file running_md.log or in file MD_OUT
0 commit comments