OUTCAR: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The {{ | 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 {{ | *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:
- A summary of the used input parameters (e.g., INCAR tags), the starting structure (cf. POSCAR), the k-point mesh (cf. KPOINTS), and the pseudopotentials used (cf. POTCAR and choosing pseudopotentials).
- Information about the electronic steps, KS-eigenvalues.
- Stress tensors.
- Forces on the atoms.
- Local charges and magnetic moments.
- Dielectric properties
- The amount of output written onto the OUTCAR file can be chosen by modifying the NWRITE tag in the INCAR file.
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:
- the IBRION tag selects structure optimization -
IBRION = 1-3, molecular dynamics (MD) calculations -IBRION = 0, or phonon calculations -IBRION = 5-6. - ISIF selects for degrees of ionic and structural freedom in structural optimization and MD.
- ALGO is used to define the electronic minimization algorithm that is used or to select the many-body perturbation theory (MBPT) algorithm, e.g., the GW approximation, the random-phase approximation (RPA), the Bethe-Salpeter equation (BSE).
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
- Output and input files: INCAR, POSCAR, KPOINTS, POTCAR, OSZICAR, IBZKPT, CHGCAR, WAVECAR, vasprun.xml, vaspout.h5.
- Controlling output verbosity: NWRITE.
- Output-controlling tags: chemical shielding, electric field gradient, hyperfine coupling constant, dielectric function, Born effective charges and dielectric tensor (DFPT), Born effective charges (finite-differences), X-ray core-level binding energies, optics, density of states (DOS).