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
Schlipf (talk | contribs)
No edit summary
Csheldon (talk | contribs)
No edit summary
Line 1: Line 1:
The {{TAG|OUTCAR}} file gives detailed output of a VASP run, including:
There are three main output files: {{FILE|OUTCAR}} in human-readable format, {{FILE|vasprun.xml}} in xml format, and {{FILE|vaspout.h5}} in HDF5 format. The {{FILE|OUTCAR}} file gives detailed human-readable output of a VASP run with roughly the following format:
*A summary of the used input parameters.
*A summary of the used input parameters (e.g., {{FILE|INCAR}} tags), the starting structure (cf. {{FILE|POSCAR}}), the k-point mesh (cf. {{FILE|KPOINTS}}), and the pseudopotentials used (cf. {{FILE|POTCAR}} and [[choosing pseudopotentials]]).
*Information about the electronic steps, KS-eigenvalues.
*Information about the [[Setting up an electronic minimization|electronic steps]], KS-eigenvalues.
*Stress tensors.
*Stress tensors.
*Forces on the atoms.
*[[:Category:Forces|Forces]] on the atoms.
*Local charges and magnetic moments.
*Local charges and [[:Category:Magnetism|magnetic moments]].
*Dielectric properties
*[[:Category:Dielectric properties|Dielectric properties]]
*The amount of output written onto the {{TAG|OUTCAR}} file can be chosen by modifying the {{TAG|NWRITE}} tag in the {{TAG|INCAR}} file.
*The amount of output written onto the {{FILE|OUTCAR}} file can be chosen by modifying the {{TAG|NWRITE}} tag in the {{TAG|INCAR}} file.


----
== INCAR tags ==
=== Common tags ===
The output to the {{TAG|OUTCAR}} file is determined by {{FILE|INCAR}} tags. The output for these is documented on their respective tag or how-to pages. Some of the most common tags are:
*the {{TAG|IBRION}} tag selects [[structure optimization]] - {{TAG|IBRION|1-3}}, [[:Category:Molecular dynamics|molecular dynamics (MD)]] calculations - {{TAG|IBRION|0}}, or [[:Category:Phonons|phonon]] calculations - {{TAG|IBRION|5-6}}.
*{{TAG|ISIF}} selects for degrees of ionic and structural freedom in structural optimization and MD.
*{{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 ===
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
 
== Related tags and articles ==
* Output and input files: {{FILE|INCAR}}, {{FILE|POSCAR}}, {{FILE|KPOINTS}}, {{FILE|POTCAR}}, {{FILE|OSZICAR}}, {{FILE|IBZKPT}}, {{FILE|CHGCAR}}, {{FILE|WAVECAR}}, {{FILE|vasprun.xml}}, {{FILE|vaspout.h5}}.
* Controlling output verbosity: {{TAG|NWRITE}}.
* Output-controlling tags: [[LCHIMAG|chemical shielding]], [[LEFG|electric field gradient]], [[LHYPERFINE|hyperfine coupling constant]], [[LOPTICS|dielectric function]], [[LEPSILON|Born effective charges and dielectric tensor (DFPT)]], [[LCALCEPS|Born effective charges (finite-differences)]], [[ICORELEVEL|X-ray core-level binding energies]], [[ALGO|optics]], [[LORBIT|density of states (DOS)]].


[[Category:Files]] [[Category:Output files]]
[[Category:Files]] [[Category:Output files]]

Revision as of 10:35, 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:

Specific 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