Jump to content

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

OUTCAR: Difference between revisions

From VASP Wiki
Csheldon (talk | contribs)
No edit summary
Csheldon (talk | contribs)
 
Line 15: Line 15:
*{{TAG|ALGO}} is used to define the electronic minimization algorithm that is used or to select the [[:Category:Many-body perturbation theory|many-body perturbation theory]] (MBPT) algorithm, e.g., the [[:Category:GW|GW]] approximation, the [[RPA/ACFDT: Correlation energy in the Random Phase Approximation|random-phase approximation]] (RPA), the [[:Category:Bethe-Salpeter equations|Bethe-Salpeter equation]] (BSE).
*{{TAG|ALGO}} is used to define the electronic minimization algorithm that is used or to select the [[:Category:Many-body perturbation theory|many-body perturbation theory]] (MBPT) algorithm, e.g., the [[:Category:GW|GW]] approximation, the [[RPA/ACFDT: Correlation energy in the Random Phase Approximation|random-phase approximation]] (RPA), the [[:Category:Bethe-Salpeter equations|Bethe-Salpeter equation]] (BSE).


=== Specific tags ===
=== Property tags ===
There are also many tags for specific properties, such as [[:Category:Electron-phonon interactions|electron-phonon interactions]] (cf. the long list of <code>ELPH_</code> tags at the end of the category page), [[:Category:NMR|nuclear magnetic resonance]] (NMR) - e.g., chemical shielding ({{TAG|LCHIMAG}}), electric field gradient EFG ({{TAG|LEFG}}), etc.  
There are also many tags for specific properties, such as [[:Category:Electron-phonon interactions|electron-phonon interactions]] (cf. the long list of <code>ELPH_</code> tags at the end of the category page), [[:Category:NMR|nuclear magnetic resonance]] (NMR) - e.g., chemical shielding ({{TAG|LCHIMAG}}), electric field gradient EFG ({{TAG|LEFG}}), etc.  


There are several other output files which we summarize below, along with several common tags for  
There are several other output files which we summarize below, along with several common tags for


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

Latest revision as of 10:51, 11 June 2026

There are three main output files: OUTCAR in human-readable format, vasprun.xml in xml format, and vaspout.h5 in HDF5 format. The OUTCAR file gives detailed human-readable output of a VASP run with roughly the following format:

INCAR tags

Common tags

The output to the OUTCAR file is determined by INCAR tags. The output for these is documented on their respective tag or how-to pages. Some of the most common tags are:

Property tags

There are also many tags for specific properties, such as electron-phonon interactions (cf. the long list of ELPH_ tags at the end of the category page), nuclear magnetic resonance (NMR) - e.g., chemical shielding (LCHIMAG), electric field gradient EFG (LEFG), etc.

There are several other output files which we summarize below, along with several common tags for

Related tags and articles