Skip to content

Commit 7b60cd8

Browse files
committed
doc: delete useless parameters and update doc of MD
1 parent 44972e0 commit 7b60cd8

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

doc/examples/md.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ md_type 1 //choose ensemble
3737
md_dt 1 //time step
3838
md_tfirst 700 //the first target temperature
3939
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
4241
```
4342

4443
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.*
4746

4847
- md_type : -1, FIRE; 0, NVE; 1, NHC; 2, LGV; 3, ADS; 4, MSST
4948
- md_dt : time step in md simulation (fs)
50-
- 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.
5150
- 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
5452

5553
The STRU file is:
5654
```
@@ -149,9 +147,9 @@ Gamma
149147
```
150148

151149
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.
155153

156154
MD information can be found in file running_md.log or in file MD_OUT
157155

doc/examples/tddft.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,9 @@ dr2 1.0e-6
2828
md_type 0
2929
md_dt 0.01
3030
md_tfirst 30
31-
md_mdoutpath mdtest
3231
md_restart 0
33-
md_fixtemperature 20000
34-
md_nresn 3
35-
md_nyosh 3
36-
md_qmass 0
3732
md_tlast 30
38-
md_dumpfred 1
39-
md_domsd 0
40-
md_domsdatom 0
41-
md_outputstressperiod 0
33+
md_dumpfreq 1
4234
tddft 1
4335
set_vel 1
4436
ocp 1

0 commit comments

Comments
 (0)