Navigation :
InvertKSmethod
InvertKSmethod
Section Calculation Modes::Invert KS
Type integer
Default iterative
Selects whether the exact two-particle method or the iterative scheme
is used to invert the density to get the KS potential.
Options:
- two_particle:
Exact two-particle scheme.
- iterative:
Iterative scheme for $v_s$.
- iter_stella:
Iterative scheme for $v_s$ using Stella and Verstraete method.
- iter_godby:
Iterative scheme for $v_s$ using power method from Rex Godby.
Source information
electrons/xc_ks_inversion.F90 : 130
call parse_variable(namespace, 'InvertKSmethod', XC_INV_METHOD_ITER_STELLA, ks_inv%method)