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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3107,21 +3107,22 @@ These variables are relevant when using hybrid functionals with *[basis_type](#b
3107
3107
### ecutexx
3108
3108
-**Type**: Real
3109
3109
-**Description**: The energy cutoff for EXX (Fock) exchange operator in plane wave basis calculations. Reducing `ecutexx` below `ecutrho` may significantly accelerate EXX computations. This speed improvement comes with a reduced numerical accuracy in the exchange energy calculation.
3110
-
-**Default**: same as [ecutrho](#ecutrho)
3110
+
-**Default**: same as *[ecutrho](#ecutrho)*
3111
3111
-**Unit**: Ry
3112
3112
3113
3113
### exx_thr_type
3114
3114
-**Type**: String
3115
3115
-**Description**: The type of threshold used to judge whether the outer loop has converged in the separate loop EXX calculation.
3116
3116
- energy: use the change of exact exchange energy to judge convergence.
3117
-
- density: if the change of charge density difference between two successive outer loop iterations is seen as converged according to [scf_thr](#scf_thr), then the outer loop is seen as converged.
3118
-
-**Default**: density
3117
+
- density: if the change of charge density difference between two successive outer loop iterations is seen as converged according to *[scf_thr](#scf_thr)*, then the outer loop is seen as converged.
0 commit comments