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
@@ -1662,19 +1662,19 @@ These variables are used to control the molecular dynamics calculations.
1662
1662
-**Description**: number of thermostats coupled with the barostat in the Nose Hoover Chain method.
1663
1663
-**Default**: 1
1664
1664
1665
-
### out_force
1665
+
### dump_force
1666
1666
1667
1667
-**Type**: Boolean
1668
1668
-**Description**: Output atomic forces into the file `MD_dump` or not. If `true`, forces will be written, otherwise forces will not be written.
1669
1669
-**Default**: false
1670
1670
1671
-
### out_vel
1671
+
### dump_vel
1672
1672
1673
1673
-**Type**: Boolean
1674
1674
-**Description**: Output atomic velocities into the file `MD_dump` or not. If `true`, velocities will be written, otherwise velocities will not be written.
1675
1675
-**Default**: false
1676
1676
1677
-
### out_virial
1677
+
### dump_virial
1678
1678
1679
1679
-**Type**: Boolean
1680
1680
-**Description**: Output lattice virial into the file `MD_dump` or not. If `true`, lattice virial will be written, otherwise lattice virial will not be written.
Copy file name to clipboardExpand all lines: docs/advanced/md.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Furthermore, ABACUS also provides a [list of keywords](./input_files/input-main.
30
30
To employ CMD calculations, `esolver_type` should be set to be `lj` or `dp`.
31
31
If DP model is selected, the filename of DP model is specified by keyword `pot_file`.
32
32
33
-
The MD output information will be written into the file `MD_dump`, in which the atomic forces, atomic velocities, and lattice virial are controlled by keyword `out_force`, `out_vel`, and `out_virial`, respectively.
33
+
The MD output information will be written into the file `MD_dump`, in which the atomic forces, atomic velocities, and lattice virial are controlled by keyword `dump_force`, `dump_vel`, and `dump_virial`, respectively.
34
34
35
35
[Examples](https://github.com/deepmodeling/abacus-develop/tree/develop/examples/md/lcao_gammaonly_Sn64) of MD simulations are also provided.
36
36
There are eight INPUT files corresponding to eight different MD evolution methods in the directory.
0 commit comments