IVDW: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 9: Line 9:
<math>E_{\mathrm{disp}}</math> can be calculated using one of the available approximate methods listed below.
<math>E_{\mathrm{disp}}</math> can be calculated using one of the available approximate methods listed below.


*{{TAG|IVDW}}=0 : no correction
*{{TAG|IVDW}}=0 : no dispersion correction (default)
*{{TAG|IVDW}}=1|10 : {{TAG|DFT-D2}} method of Grimme (available as of VASP.5.2.11)
*{{TAG|IVDW}}=1|10 : {{TAG|DFT-D2}} method of Grimme (available as of VASP.5.2.11)
*{{TAG|IVDW}}=11 : zero damping {{TAG|DFT-D3}} method of Grimme (available as of VASP.5.3.4)
*{{TAG|IVDW}}=11 : {{TAG|DFT-D3}} method of Grimme with zero-damping function (available as of VASP.5.3.4)
*{{TAG|IVDW}}=12 : {{TAG|DFT-D3}} method with Becke-Jonson damping (available as of VASP.5.3.4)
*{{TAG|IVDW}}=12 : {{TAG|DFT-D3}} method with Becke-Johnson damping function (available as of VASP.5.3.4)
*{{TAG|IVDW}}=13 : DFT-D4 method (available as of VASP.6.2 as [[Installing_VASP.6.X.X#For_DFTD4_.28optional.29|external package]]).
*{{TAG|IVDW}}=13 : DFT-D4 method (available as of VASP.6.2 as [[Installing_VASP.6.X.X#For_DFTD4_.28optional.29|external package]]).
*{{TAG|IVDW}}=2|20 : {{TAG|Tkatchenko-Scheffler method}} (available as of VASP.5.3.3)
*{{TAG|IVDW}}=2|20 : {{TAG|Tkatchenko-Scheffler method}} (available as of VASP.5.3.3)
Line 19: Line 19:
*{{TAG|IVDW}}=4 : {{TAG|dDsC dispersion correction}} method (available as of VASP.5.4.1)
*{{TAG|IVDW}}=4 : {{TAG|dDsC dispersion correction}} method (available as of VASP.5.4.1)


With all methods listed above, a dispersion correction is added to the total energy, potential, interatomic forces, and stress tensor, such that lattice relaxations, molecular dynamics, and vibrational analysis (via finite differences) can be performed. Note, however, that these correction schemes are currently not available for calculations based on density functional perturbation theory.
With all methods listed above, a dispersion correction is added to the total energy, potential, interatomic forces and stress tensor, such that lattice relaxations, molecular dynamics, and vibrational analysis (via finite differences) can be performed. Note, however, that these correction schemes are currently not available for calculations based on density functional perturbation theory.


'''N.B.''': The parameter {{TAG|LVDW}} used in previous versions of VASP
'''N.B.''': The parameter {{TAG|LVDW}} used in previous versions of VASP (5.2.11 and later) to activate the {{TAG|DFT-D2}} method is now obsolete. If {{TAG|LVDW}}=''.TRUE.'' is defined, {{TAG|IVDW}} is automatically set to 1 (unless {{TAG|IVDW}} is specified in {{FILE|INCAR}}).
(5.2.11 and later) to activate {{TAG|DFT-D2}} method is now obsolete. If {{TAG|LVDW}}=''.TRUE.'' is defined,
{{TAG|IVDW}} is automatically set to 1 (unless {{TAG|IVDW}} is specified in {{FILE|INCAR}}).


== Related tags and articles ==
== Related tags and articles ==

Revision as of 09:09, 19 July 2022

IVDW = 0 | 1 | 10 | 11 | 12 | 2 | 20 | 21 | 202 | 4
Default: IVDW = 0 (no correction) 

Description: IVDW specifies a vdW (dispersion) correction.


For fundamental reasons, the semilocal and hybrid exchange-correlation functionals are unable to describe properly vdW interactions resulting from dynamical correlations between fluctuating charge distributions (called London dispersion forces). A pragmatic way to work around this problem and to get more reliable results for vdW systems is to add a dispersion correction term, , to the conventional Kohn-Sham DFT energy :

can be calculated using one of the available approximate methods listed below.

With all methods listed above, a dispersion correction is added to the total energy, potential, interatomic forces and stress tensor, such that lattice relaxations, molecular dynamics, and vibrational analysis (via finite differences) can be performed. Note, however, that these correction schemes are currently not available for calculations based on density functional perturbation theory.

N.B.: The parameter LVDW used in previous versions of VASP (5.2.11 and later) to activate the DFT-D2 method is now obsolete. If LVDW=.TRUE. is defined, IVDW is automatically set to 1 (unless IVDW is specified in INCAR).

Related tags and articles

LVDW, DFT-D2, DFT-D3, Tkatchenko-Scheffler method, Tkatchenko-Scheffler method with iterative Hirshfeld partitioning, Many-body dispersion energy, dDsC dispersion correction

See also the alternative vdW-DF functionals: LUSE_VDW, Nonlocal vdW-DF functionals.

Examples that use this tag