Tkatchenko-Scheffler method: Difference between revisions

From VASP Wiki
No edit summary
Line 57: Line 57:
{{TAG|Tkatchenko-Scheffler method with iterative Hirshfeld partitioning}},
{{TAG|Tkatchenko-Scheffler method with iterative Hirshfeld partitioning}},
{{TAG|Self-consistent screening in Tkatchenko-Scheffler method}},
{{TAG|Self-consistent screening in Tkatchenko-Scheffler method}},
{{TAG|Many-body dispersion energy method}},
{{TAG|Many-body dispersion energy}},
{{TAG|dDsC dispersion correction}}
{{TAG|dDsC dispersion correction}}


== References ==
== References ==

Revision as of 15:36, 20 January 2017

The expression for dispersion energy within the method of Tkatchenko and Scheffler[1] (DFT-TS) is formally identical to that of the DFT-D2 method. The important difference is, however, that the dispersion coefficients and damping function are charge-density dependent. The DFT-TS method is therefore able to take into account variations in vdW contributions of atoms due to their local chemical environment. In this method, polarizability, dispersion coefficients, and atomic radii of an atom in a molecule or a solid are computed from their free-atomic values using the following relations:

The free-atomic quantities and are tabulated for all elements from the first six rows of the periodic table except of lanthanides. If a DFT-TS calculation is performed for the system containing the unsupported elements, the user must define corresponding values using the tags VDW_ALPHA, VDW_C6 and VDW_R0 (see below). The effective atomic volumes are determined using the Hirshfeld partitioning of the all-electron density:

where is the total electron density and is the spherically averaged electron density of the neutral free atomic species . The Hirshfeld weight is defined by free atomic densities as follows:

The combination rule to define the strength of the dipole-dipole dispersion interaction between unlike species is:

The parameter used in the damping function of the DFT-D2 method is obtained from the atom-in-molecule vdW radii as follows:

The DFT-TS calculation is invoked by setting IVDW=2|20. The following parameters can be optionally defined in INCAR:

  • VDW_RADIUS=50.0 cutoff radius (in ) for pair interactions
  • VDW_S6=1.00 global scaling factor
  • VDW_SR=0.94 scaling factor
  • VDW_D=20.0 damping parameter
  • VDW_ALPHA=[real array] free-atomic polarizabilities (atomic units) for each species defined in the POSCAR file
  • VDW_C6AU=[real array] free-atomic parameters (atomic units) for each species defined in the POSCAR file
  • VDW_C6=[real array] free-atomic parameters () for each species defined in the POSCAR file (this parameter overrides VDW_C6AU)
  • VDW_R0AU=[real array] free-atomic parameters (atomic units) for each species defined in the POSCAR file
  • VDW_R0=[real array] parameters (in ) for each species defined in the POSCAR file (this parameter overrides VDW_R0AU)
  • LVDW_EWALD=.FALSE. decides whether to compute the lattice summation in expression by means of Ewald's summation (LVDW_EWALD=.TRUE.) or not (tag available in VASP.5.3.4 and later)

Performance of PBE-TS method in optimization of various crystalline systems has been examined in reference [2].

IMPORTANT NOTES

  • This method requires the use of POTCAR files from the PAW dataset version 52 or later.
  • The input reference data for non-interacting atoms is available only for elements of the first six rows of the periodic table except of lanthanides. If the system contains other elements, the user must provide the free-atomic parameters for all atoms in the system via VDW_alpha, VDW_C6, VDW_R0 defined in the INCAR file.
  • The charge-density dependence of gradients is neglected.
  • The DFT-TS method is incompatible with the setting ADDGRID=.TRUE..
  • It is essential that a sufficiently dense FFT grid (controlled via NGFX(Y,Z)) is used in the DFT-TS calculation - we strongly recommend to use PREC=Accurate for this type of calculations (in any case, avoid using PREC=Low).
  • Defaults for the parameters controlling the damping function (VDW_S6, VDW_SR, VDW_D) are available only for the PBE functional. If a functional other than PBE is used, the value of VDW_SR must be specified in the INCAR file.
  • Ewald's summation in the calculation of (controlled via LVDW_EWALD) implemented according to reference [3] is available as of VASP.5.3.4.
  • Parameters VDW_C6AU and VDW_R0AU are available as of VASP.5.3.4.
  • Hirshfeld charges for all configurations generated in a calculation are written out in the OUTCAR file. The corresponding table is introduced by the expression Hirshfeld charges:.

Related Tags and Sections

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

References


Contents