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
* Remove redundant includes in RT-TDDFT
* Refactor store_h_s_psi
* Refactor Hk and Sk with Tensor
* Refactor MPI utility functions
* Refactor gather and distribute Psi function
* Modify the output suffix of some text files from .dat to .txt
* Change dipole file name from SPIN*_DIPOLE to dipole_s*.txt
* Move the output functions in after_scf to ctrl_output_td
* Only calculate EDM in RT-TDDFT when the electronic step ends
* Fix MPI bug
* Fix LCAO macro bug
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3185,14 +3185,14 @@ These variables are used to control molecular dynamics calculations. For more in
3185
3185
3186
3186
-**Type**: Boolean
3187
3187
-**Description**: Control whether to restart molecular dynamics calculations and time-dependent density functional theory calculations.
3188
-
- True: ABACUS will read in `${read_file_dir}/Restart_md.dat` to determine the current step `${md_step}`, then read in the corresponding `STRU_MD_${md_step}` in the folder `OUT.$suffix/STRU/` automatically. For tddft, ABACUS will also read in `WFC_NAO_K${kpoint}` of the last step (You need to set out_wfc_lcao=1 and out_app_flag=0 to obtain this file).
3188
+
- True: ABACUS will read in `${read_file_dir}/Restart_md.txt` to determine the current step `${md_step}`, then read in the corresponding `STRU_MD_${md_step}` in the folder `OUT.$suffix/STRU/` automatically. For tddft, ABACUS will also read in `WFC_NAO_K${kpoint}` of the last step (You need to set out_wfc_lcao=1 and out_app_flag=0 to obtain this file).
3189
3189
- False: ABACUS will start molecular dynamics calculations normally from the first step.
3190
3190
-**Default**: False
3191
3191
3192
3192
### md_restartfreq
3193
3193
3194
3194
-**Type**: Integer
3195
-
-**Description**: The output frequency of `OUT.${suffix}/Restart_md.dat` and structural files in the directory `OUT.${suffix}/STRIU/`, which are used to restart molecular dynamics calculations, see [md_restart](#md_restart) in detail.
3195
+
-**Description**: The output frequency of `OUT.${suffix}/Restart_md.txt` and structural files in the directory `OUT.${suffix}/STRIU/`, which are used to restart molecular dynamics calculations, see [md_restart](#md_restart) in detail.
0 commit comments