PROOUT

From VASP Wiki
Revision as of 11:27, 29 November 2021 by Miranda.henrique (talk | contribs)

This file is written when LORBIT=5 and RWIGS tags are set in the INCAR file and contains the projection of the Bloch wavefunctions onto which can be written as

with the two terms on the right-hand side being called soft and augmentation part respectively and S the overlap matrix

The angular part of the functions is described by spherical harmonics and the radial part by a linear combination of spherical bessel functions parametrized to be non-zero within a radius determined by RWIGS

It so happens that the functions have a similar structure to which simplifies the computations above.

For the case of spin-polarized ISPIN=2 or noncollinear calculations LNONCOLLINEAR=.TRUE., two files are produced PROOUT.1 and PROOUT.2 referring to the up and down part of the spinor of the orbital.

Warning: This file is not correctly written when LNONCOLLINEAR = .TRUE. for versions of VASP <= 6.2.1

The PROOUT file is similar in information to the PROCAR file but the following differences exist:

  • The PROOUT file writes the real and imaginary parts of and the real part of the augmentation part .
  • The PROCAR file contains the information on the square, , whereas the PROOUT file describes .
  • The arrangement of the output is very different in both files.

Depending on the intended application users might find it more practical to use the information contained in the PROJCAR and LOCPROJ files controlled by the LOCPROJ tag.

Format

  • line 1: PROOUT
  • line 2: Number of kpoints, bands and ions
  • line 3: Twice the number of types followed by the number of ions for each type
  • line 4: The Fermi weights for each kpoint (inner loop) and band (outer loop)
  • line 5 ...: Real and imaginary part of for every lm-quantum number (inner loop), band, ion per type, kpoint and ion-type (outer loop)
  • below : augmentation part
  • last line: real part of for every lm-quantum number (inner loop), ion per type, ion-type, band and k point (outer loop)

This information makes it possible to construct e.g. partial DOS projected onto bonding and anti-bonding molecular orbitals or the so-called coop (crystal overlap population function).

Related Tags and Sections

LORBIT LOCPROJ PROJCAR