Skip to content

Commit 34f0f52

Browse files
Documents related
1 parent 7406b9f commit 34f0f52

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@
302302
- [Exact Exchange (PW)](#exact-exchange-pw)
303303
- [exxace](#exxace)
304304
- [exx\_gamma\_extrapolation](#exx_gamma_extrapolation)
305+
- [ecutexx](#ecutexx)
306+
- [exx_thr_type](#exx_thr_type)
307+
- [exx_ene_thr](#exx_ene_thr)
305308
- [Molecular Dynamics](#molecular-dynamics)
306309
- [md\_type](#md_type)
307310
- [md\_nstep](#md_nstep)
@@ -3101,6 +3104,25 @@ These variables are relevant when using hybrid functionals with *[basis_type](#b
31013104
- **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.
31023105
- **Default**: True
31033106

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.
3118+
- **Default**: density
3119+
3120+
### exx_ene_thr
3121+
- **Type**: Real
3122+
- **Availability**: *[exx_thr_type](#exx_thr_type)==energy
3123+
- **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+
31043126
## Molecular dynamics
31053127

31063128
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

Comments
 (0)