ESF SPLINES: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 17: Line 17:
The default settings of {{TAG|ESF_NINTER}} and {{TAG|ESF_CONV}} typically yield similar k-point convergence compared to the k-p perturbation theory approach, where the limit
The default settings of {{TAG|ESF_NINTER}} and {{TAG|ESF_CONV}} typically yield similar k-point convergence compared to the k-p perturbation theory approach, where the limit
<math>
<math>
\lim_{\bf q\to 0} \tilde\chi^0_{{\bf G G}'}({\bf q},i\omega) \cdot {\bf V}_{\bf G G'}({\bf q})
\lim_{\bf q\to 0} \tilde\chi^0_{{\bf G G}'}({\bf q},{\rm i}\omega) \cdot {\bf V}_{\bf G G'}({\bf q})
</math>
</math>
is stored to {{FILE|WAVECAR}} in a preceding DFT calculation using {{TAG|LOPTICS}}=T.  
is stored to {{FILE|WAVECAR}} in a preceding DFT calculation using {{TAG|LOPTICS}}=T.  

Revision as of 07:51, 11 June 2024

ESF_SPLINES = .FALSE. | .TRUE.
Default: ESF_SPLINES = .FALSE. 

Description: ESF_SPLINES selects k-point interpolation in ACFDT(R) calculations using tri-cubic splines.


Interpolates the electronic structure factor in ACFDT/RPA calculations using tri-cubic splines to accelerate k-point convergence of the RPA correlation energy. This feature follows the same idea as in coupled cluster calculations.[1]

To this end, the electronic structure factor in the RPA

is evaluated on the k-point grid defined in KPOINTS and the correlation energy (as its trace) is stored.[2] To obtain the correlation energy on a finer k-point grid, more q-points are added using tri-cubic spline interpolation and the resulting energy is compared to the previous correlation energy. This procedure is repeated ESF_NINTER times until the difference in energy between the interpolation steps is less than ESF_CONV. The default settings of ESF_NINTER and ESF_CONV typically yield similar k-point convergence compared to the k-p perturbation theory approach, where the limit is stored to WAVECAR in a preceding DFT calculation using LOPTICS=T.

Tip: This method works for metals and insulators.
Warning: Remove WAVEDER before running the job and avoid setting LOPTICS.

Related tags and articles

ESF_CONV, ESF_NINTER, LOPTICS

Examples that use this tag