Wednesday, 26 September 2018

Getting good convergence in density functional theory codes

Sometimes, getting converged solution to the desired molecule or crystal is painstaking. The solution lies in selecting

  1. proper initial guess
  2. selection of scf algorithm

for the particular calculation. The commenly used intial guess in gaussian basis set based codes are SAD, CORE, GWH, READ.

In VASP code, the available initial guess is SAD and another one is to READ from CHGCAR file (if available). Another one is reading from the initial wave fuctiontions. In VASP, ICCHARG tag determines the intial guess. It can take values 0 | 1 | 2 |.


No comments:

Post a Comment

Reason for the Maximum index for Augmentation-charges (SET IRDMAX)" error in OUTCAR file: VASP Calculation.

 "The Maximum index for Augmentation-charges (SET IRDMAX)" error is most-likely due to parallelization issues.  To check this, try...