Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

LVACPOTAV: Difference between revisions

From VASP Wiki
Svijay (talk | contribs)
No edit summary
Svijay (talk | contribs)
Vacuum region is likely too small: Remove large WARNING!
Line 23: Line 23:


==== Vacuum region is likely too small ====
==== Vacuum region is likely too small ====
  -----------------------------------------------------------------------------
|                                                                            |
|          W    W    AA    RRRRR  N    N  II  N    N  GGGG  !!!          |
|          W    W  A  A  R    R  NN  N  II  NN  N  G    G  !!!          |
|          W    W  A    A  R    R  N N  N  II  N N  N  G      !!!          |
|          W WW W  AAAAAA  RRRRR  N  N N  II  N  N N  G  GGG  !            |
|          WW  WW  A    A  R  R  N  NN  II  N  NN  G    G                |
|          W    W  A    A  R    R  N    N  II  N    N  GGGG  !!!          |
|                                                                            |
  |    Did not find any points to average over, which means that no vacuum    |
  |    Did not find any points to average over, which means that no vacuum    |
  |    field-free region was found. Please increase the size of  your cell    |
  |    field-free region was found. Please increase the size of  your cell    |
  |    in the dimension of the dipole correction to obtain accurate            |
  |    in the dimension of the dipole correction to obtain accurate            |
  |    workfunction values.                                                    |
  |    workfunction values.                                                    |
|                                                                            |
 
  -----------------------------------------------------------------------------
A possible solution to this problem is to increase the size of the vacuum dimension in your cell.
A possible solution to this problem is to increase the size of the vacuum dimension in your cell.


==== The minimum charge density in your cell may be too large ====
==== The minimum charge density in your cell may be too large ====
  -----------------------------------------------------------------------------
|                                                                            |
|          W    W    AA    RRRRR  N    N  II  N    N  GGGG  !!!          |
|          W    W  A  A  R    R  NN  N  II  NN  N  G    G  !!!          |
|          W    W  A    A  R    R  N N  N  II  N N  N  G      !!!          |
|          W WW W  AAAAAA  RRRRR  N  N N  II  N  N N  G  GGG  !            |
|          WW  WW  A    A  R  R  N  NN  II  N  NN  G    G                |
|          W    W  A    A  R    R  N    N  II  N    N  GGGG  !!!          |
|                                                                            |
  |    The minimum charge density times volume of the cell along the axis      |
  |    The minimum charge density times volume of the cell along the axis      |
  |    of the dipole correction is larger 1E-1, which could mean that your    |
  |    of the dipole correction is larger 1E-1, which could mean that your    |
Line 56: Line 37:
  |    along the dipole correction (vacuum dimension) or perhaps              |
  |    along the dipole correction (vacuum dimension) or perhaps              |
  |    increasing the precision of your calculation.                          |
  |    increasing the precision of your calculation.                          |
|                                                                            |
 
  -----------------------------------------------------------------------------
Possible solutions include:
Possible solutions include:



Revision as of 09:38, 5 February 2024

VACPOTAV = .TRUE. | .FALSE.

Default: VACPOTAV = .FALSE.

Description: Determine the vacuum potential by averaging the local potential over a field-free region

This tag switches on the computation of the vacuum potential; i.e. the average of the local potential in the vacuum region. It computes the average potential by iterating over regions of the 2D-averaged charge density (averaging done in the direction of IDIPOL) and tries to find a region in the cell where the charge density is nearly zero (corresponding to a field-free region in a cell without any compensating background charge). The potential is averaged over this region and is reported as the vacuum potential.

The vacuum potential is one of the quantities needed to compute the workfunction (see here for a step-by-step guide on how to compute the workfunction with VASP). The vacuum potentials are written to the OUTCAR file and can be accessed with the following bash command

grep upper OUTCAR

which will produce the vacuum potentials. Note that two vacuum potentials will be produced, one corresponding to the upper termination of the slab and one corresponding to the lower. Depending on the system you are studying, one might be more interesting than another.

Use in conjunction with the dipole correction

A typical use case for this tag is together with the dipole correction (including tags LDIPOL and IDIPOL). Switching on the dipole correction is crucial for determining the vacuum potential; without using it there will be no field free region for dipolar systems.

Warnings

In case VACPOTAV is not able to generate an accurate workfunction, the following warnings may be found in the OUTCAR file.

Vacuum region is likely too small

|     Did not find any points to average over, which means that no vacuum     |
|     field-free region was found. Please increase the size of  your cell     |
|     in the dimension of the dipole correction to obtain accurate            |
|     workfunction values.                                                    |

A possible solution to this problem is to increase the size of the vacuum dimension in your cell.

The minimum charge density in your cell may be too large

|     The minimum charge density times volume of the cell along the axis      |
|     of the dipole correction is larger 1E-1, which could mean that your     |
|     workfunction is not accurate as there is no field free region in        |
|     your cell. Please consider either increasing the size of your cell      |
|     along the dipole correction (vacuum dimension) or perhaps               |
|     increasing the precision of your calculation.                           |

Possible solutions include:

  • Making sure you have a large enough vacuum dimension
  • Increasing the precision of your calculation by changing EDIFF



Related tags and articles

DIPOL, LDIPOL, IDIPOL, VACPOTFLAT