Output: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Input and Output}}
{{Template:Input and Output - Tutorial}}


VASP gives several different output files, depending on which task is performed. The most important files that are produced in (almost) every calculation are described in the following:  
VASP gives several different output files, depending on which task is performed. The most important files that are produced in (almost) every calculation are described in the following:  


== {{TAG|OUTCAR}} ==
== {{FILE|OUTCAR}} ==
*The {{TAG|OUTCAR}} file gives detailed output of a VASP run, including:
The {{FILE|OUTCAR}} file gives detailed output of a VASP run, including:
**A summary of the used input parameters.
*A summary of the used input parameters.
**Information about the electronic steps: <math> E_{\mathrm{Fermi}}</math>, KS-eigenvalues.
*Information about the electronic steps: <math> E_{\mathrm{Fermi}}</math>, KS-eigenvalues.
**Stress tensors.
*Stress tensors.
**Forces on the atoms.
*Forces on the atoms.
**Local charges and magnetic moments.
*Local charges and magnetic moments.
**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.


== {{TAG|OSZICAR}}, job.stdout ==
The amount of output written onto the {{FILE|OUTCAR}} file can be chosen by modifying the {{TAG|NWRITE}} tag in the {{FILE|INCAR}} file.
*The {{TAG|OSZICAR}} file gives a short summary of the results:
**Chosen scf algorithm.
**Convergence of the total energy, charge- and spin densities.
**Free energies.
**Magnetic moments of the cell.


== {{TAG|CONTCAR}} ==
== {{FILE|OSZICAR}} and stdout ==
*The {{TAG|CONTCAR}} file gives the updated geometry data at the end of a run:
The {{FILE|OSZICAR}} file gives a short summary of the results:
**Lattice parameter.
*Chosen SCF algorithm.
**Bravais matrix.
*Convergence of the total energy, charge- and spin densities.  
**Ionic positions.
*Free energies.
**(Optionally velocities).
*Magnetic moments of the cell.
*The format of the {{TAG|CONTCAR}} file is the same as of the {{TAG|POSCAR}} file, hence it can be used directly for continuation runs after having been copied to the {{TAG|POSCAR}} file.


== {{TAG|XDATCAR}} ==
== {{FILE|CONTCAR}} ==
*The {{TAG|XDATCAR}} file contains updated ionic positions of each ionic step.
The {{FILE|CONTCAR}} file gives the updated geometry data at the end of a run:
*Lattice parameter.
*Bravais matrix.
*Ionic positions.
*(Optionally velocities).


== {{TAG|DOSCAR}} ==
The format of the {{FILE|CONTCAR}} file is the same as of the {{FILE|POSCAR}} file, hence it can be used directly for continuation runs after having been copied to the {{FILE|POSCAR}} file.
*The {{TAG|DOSCAR}} file contains the total and integrated DOS and optionally the local partial DOS.


== {{TAG|CHGCAR}} ==
== {{FILE|XDATCAR}} ==
*The {{TAG|CHGCAR}} file contains the charges <math>\rho * V</math>.
The {{FILE|XDATCAR}} file contains updated ionic positions of each ionic step.


== {{TAG|WAVECAR}} ==
== {{FILE|DOSCAR}} ==
*The {{TAG|WAVECAR}} file contains the wave function coefficients. This file can be used to continue from a previous rung.
The {{FILE|DOSCAR}} file contains the total and integrated DOS and optionally the local partial DOS.
 
== {{FILE|CHGCAR}} ==
The {{FILE|CHGCAR}} file contains the charges <math>\rho * V</math>.
 
== {{FILE|WAVECAR}} ==
The {{FILE|WAVECAR}} file contains the wave function coefficients.
This file can be used to continue from a previous run.
 
{{Template:Input and Output}}


----
Back to the [[The_VASP_Manual|main page]].
[[:Category:Tutorials |To the list of tutorials]] or to the [[The_VASP_Manual|main page]]


[[Category:Examples]]
[[Category:Output Files]]

Latest revision as of 18:19, 24 June 2019

VASP gives several different output files, depending on which task is performed. The most important files that are produced in (almost) every calculation are described in the following:

OUTCAR

The OUTCAR file gives detailed output of a VASP run, including:

  • A summary of the used input parameters.
  • 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.

OSZICAR and stdout

The OSZICAR file gives a short summary of the results:

  • Chosen SCF algorithm.
  • Convergence of the total energy, charge- and spin densities.
  • Free energies.
  • Magnetic moments of the cell.

CONTCAR

The CONTCAR file gives the updated geometry data at the end of a run:

  • Lattice parameter.
  • Bravais matrix.
  • Ionic positions.
  • (Optionally velocities).

The format of the CONTCAR file is the same as of the POSCAR file, hence it can be used directly for continuation runs after having been copied to the POSCAR file.

XDATCAR

The XDATCAR file contains updated ionic positions of each ionic step.

DOSCAR

The DOSCAR file contains the total and integrated DOS and optionally the local partial DOS.

CHGCAR

The CHGCAR file contains the charges .

WAVECAR

The WAVECAR file contains the wave function coefficients. This file can be used to continue from a previous run.

Back to the main page.