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
@@ -3101,6 +3104,26 @@ These variables are relevant when using hybrid functionals with *[basis_type](#b
3101
3104
-**Description**: Whether to use the gamma point extrapolation method to calculate the Fock exchange operator. See [https://doi.org/10.1103/PhysRevB.79.205114](https://doi.org/10.1103/PhysRevB.79.205114) for details. Should be set to true most of the time.
3102
3105
-**Default**: True
3103
3106
3107
+
### ecutexx
3108
+
-**Type**: Real
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)*
3111
+
-**Unit**: Ry
3112
+
3113
+
### exx_thr_type
3114
+
-**Type**: String
3115
+
-**Description**: The type of threshold used to judge whether the outer loop has converged in the separate loop EXX calculation.
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.
-**Description**: The threshold for the change of exact exchange energy to judge convergence of the outer loop in the separate loop EXX calculation.
3124
+
-**Default**: 1e-5
3125
+
-**Unit**: Ry
3126
+
3104
3127
## Molecular dynamics
3105
3128
3106
3129
These variables are used to control molecular dynamics calculations. For more information, please refer to [md.md](../md.md#molecular-dynamics) in detail.
0 commit comments