DFT-D3: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 3: Line 3:
:<math> E_{\mathrm{disp}} = -\frac{1}{2}  \sum_{i=1}^{N_{at}} \sum_{j=1}^{N_{at}} \sum_{\mathbf{L}}{}^\prime \left ( f_{d,6}(r_{ij,L})\,\frac{C_{6ij}}{r_{ij,{L}}^6} +f_{d,8}(r_{ij,L})\,\frac{C_{8ij}}{r_{ij,L}^8} \right ).</math>
:<math> E_{\mathrm{disp}} = -\frac{1}{2}  \sum_{i=1}^{N_{at}} \sum_{j=1}^{N_{at}} \sum_{\mathbf{L}}{}^\prime \left ( f_{d,6}(r_{ij,L})\,\frac{C_{6ij}}{r_{ij,{L}}^6} +f_{d,8}(r_{ij,L})\,\frac{C_{8ij}}{r_{ij,L}^8} \right ).</math>


Unlike in the method {{TAG|DFT-D2}}, the dispersion coefficients <math>C_{6ij}</math> are geometry-dependent as they are adjusted on the basis of local geometry (coordination number) around atoms <math>i</math> and <math>j</math>. In the zero-damping variant of the DFT-D3 method (DFT-D3(zero)), the damping function reads:
Unlike in the method {{TAG|DFT-D2}}, the dispersion coefficients <math>C_{6ij}</math> are geometry-dependent as they are adjusted on the basis of the local geometry (coordination number) around atoms <math>i</math> and <math>j</math>. In the zero-damping variant of the DFT-D3 method (DFT-D3(zero)), the damping function reads:


:<math>f_{d,n}(r_{ij}) = \frac{s_n}{1+6(r_{ij}/(s_{R,n}R_{0ij}))^{-\alpha_{n}}}</math>
:<math>f_{d,n}(r_{ij}) = \frac{s_n}{1+6(r_{ij}/(s_{R,n}R_{0ij}))^{-\alpha_{n}}}</math>


where <math>R_{0ij} = \sqrt{\frac{C_{8ij}}{C_{6ij}}}</math>, the parameters <math>\alpha_6</math>, <math>\alpha_8</math>, <math>s_{R,8}</math>, <math>s_{6}</math> are fixed at values of 14., 16., 1., and 1., respectively, and <math>s_{8}</math>, and <math>s_{R,6}</math> are adjustable parameters whose values depend on the choice of exchange-correlation functional. The DFT-D3(zero) method is invoked by setting {{TAG|IVDW}}=11. Optionally, the following parameters can be user-defined (the given values are the default values):
where <math>R_{0ij} = \sqrt{\frac{C_{8ij}}{C_{6ij}}}</math>, the parameters <math>\alpha_6</math>, <math>\alpha_8</math>, <math>s_{R,8}</math>, <math>s_{6}</math> are fixed at values of 14, 16, 1, and 1, respectively, while <math>s_{8}</math> and <math>s_{R,6}</math> are adjustable parameters whose values depend on the choice of the exchange-correlation functional. The DFT-D3(zero) method is invoked by setting {{TAG|IVDW}}=11. Optionally, the following parameters can be user-defined (the given values are the default values):


*{{TAG|VDW_RADIUS}}=50.2 cutoff radius (in <math>\AA</math>) for pair interactions considered in the equation of <math> E_{\mathrm{disp}}</math>
*{{TAG|VDW_RADIUS}}=50.2 cutoff radius (in <math>\AA</math>) for pair interactions considered in the equation of <math> E_{\mathrm{disp}}</math>

Revision as of 12:40, 19 July 2022

In the DFT-D3 method of Grimme et al.[1], the following expression for the vdW-dispersion energy-correction term is used:

Unlike in the method DFT-D2, the dispersion coefficients are geometry-dependent as they are adjusted on the basis of the local geometry (coordination number) around atoms and . In the zero-damping variant of the DFT-D3 method (DFT-D3(zero)), the damping function reads:

where , the parameters , , , are fixed at values of 14, 16, 1, and 1, respectively, while and are adjustable parameters whose values depend on the choice of the exchange-correlation functional. The DFT-D3(zero) method is invoked by setting IVDW=11. Optionally, the following parameters can be user-defined (the given values are the default values):

  • VDW_RADIUS=50.2 cutoff radius (in ) for pair interactions considered in the equation of
  • VDW_CNRADIUS=20.0 cutoff radius (in ) for the calculation of the coordination numbers
  • VDW_S8=[real] damping function parameter
  • VDW_SR=[real] damping function parameter

Alternatively, the Becke-Jonson (BJ) damping can be used in the DFT-D3 method[2]:

with and , , and being the adjustable parameters. This variant of DFT-D3 method (DFT-D3(BJ)) is invoked by setting IVDW=12. As before, the parameters VDW_RADIUS and VDW_CNRADIUS can be used to change default values for cutoff radii. The parameters of the damping function can be controlled using the following tags:


Mind: The default values for damping function parameters are available for the following functionals: PBE (GGA), RPBE (GGA), revPBE (GGA) and PBEsol (GGA). If another functional is used, the user must define these parameters via corresponding tags in the INCAR file. The up-to-date list of parametrized DFT functionals with recommended values of damping function parameters can be found

on the webpage http://www.thch.uni-bonn.de/tc/dftd3.

Mind: The D3 method has been implemented in VASP by Jonas Moellmann based on the dftd3 program written by Stefan Grimme, Stephan Ehrlich and Helge Krieg. If you make use of the DFT-D3 method, please cite reference [1]. When using DFT-D3(BJ) references [1] and [2] should be cited.


Related tags and articles

IVDW, IALGO, DFT-D2, Tkatchenko-Scheffler method, Tkatchenko-Scheffler method with iterative Hirshfeld partitioning, Self-consistent screening in Tkatchenko-Scheffler method, Many-body dispersion energy, dDsC dispersion correction

References