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: docs/advanced/input_files/input-main.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@
37
37
-[ndx, ndy, ndz](#ndx-ndy-ndz)
38
38
-[pw\_seed](#pw_seed)
39
39
-[pw\_diag\_thr](#pw_diag_thr)
40
+
-[diago\_smooth\_ethr](#diago_smooth_ethr)
40
41
-[pw\_diag\_nmax](#pw_diag_nmax)
41
42
-[pw\_diag\_ndim](#pw_diag_ndim)
42
43
-[erf\_ecut](#erf_ecut)
@@ -777,6 +778,12 @@ These variables are used to control the plane wave related parameters.
777
778
-**Description**: Only used when you use `ks_solver = cg/dav/dav_subspace/bpcg`. It indicates the threshold for the first electronic iteration, from the second iteration the pw_diag_thr will be updated automatically. **For nscf calculations with planewave basis set, pw_diag_thr should be <= 1e-3.**
778
779
-**Default**: 0.01
779
780
781
+
### diago_smooth_ethr
782
+
783
+
-**Type**: bool
784
+
-**Description**: If `TRUE`, the smooth threshold strategy, which applies a larger threshold (10e-5) for the empty states, will be implemented in the diagonalization methods. (This strategy should not affect total energy, forces, and other ground-state properties, but computational efficiency will be improved.) If `FALSE`, the smooth threshold strategy will not be applied.
0 commit comments