next up previous contents
Next: Amount of exact/DFT exchange Up: HF type calculations Previous: Introduction: HF functional   Contents

LHFCALC


 LHFCALC = .TRUE. or .FALSE.
Default: .FALSE.

The flag specifies, whether HF type calculations are performed. At the moment, it is recommended to select an all bands simultaneous algorithm, i.e. ALGO=Damped ( IALGO=53) or ALGO=All ( IALGO=58) in the INCAR file (see Sec. 6.42 6.43).

The blocked Davidson algorithm ALGO=Normal is, with certain caveat, also supported, whereas calculations for the other algorithms ( ALGO=Fast) are not properly supported (note: no warning is printed). The blocked Davidson algorithm ALGO=Normal is generally rather slow, and in many cases the Pulay mixer will be unable to determine the proper ground-state. We hence recommend to select the blocked Davidson algorithm only in combination with straight mixing or a Kerker like mixing. The following combination have been successfully applied for small and medium sized systems


 LHFCALC = .TRUE. ; ALGO = Normal ; IMIX = 1 ; AMIX = a
Decrease the parameter a until convergence is reached.

In most cases, however, it is recommended to use the damped algorithm with suitably chosen timestep. The following setup for the electronic optimization works reliably in most cases:


 LHFCALC = .TRUE. ; ALGO = Damped ; TIME = 0.5
If convergence is not obtained, it is recommended to reduce the timestep TIME.


next up previous contents
Next: Amount of exact/DFT exchange Up: HF type calculations Previous: Introduction: HF functional   Contents
Georg Kresse
2007-03-01