Jump to content

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

CONTCAR: Difference between revisions

From VASP Wiki
Schlipf (talk | contribs)
 
Line 16: Line 16:


== Related tags and articles ==
== Related tags and articles ==
{{FILE|POSCAR}}, [[:Category:Ionic minimization|structure relaxation]], {{TAG|XDATCAR}}, {{TAG|IBRION}}
{{FILE|POSCAR}}, [[:Category:Ionic minimization|structure relaxation]], [[structure optimization]], {{TAG|XDATCAR}}, {{TAG|IBRION}}


----
----


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

Latest revision as of 11:48, 18 October 2024

The CONTCAR file contains information about the structure, e.g., the ionic positions. It has a format that is compatible with the POSCAR file. The file is written after each ionic step and at the end of a completed calculation. It can thus be copied to the POSCAR file to restart a calculation.

Molecular dynamics

For molecular-dynamics (MD) runs (IBRION=0), the CONTCAR file contains the MD trajectories. In particular, the structure parameters, velocities, and predictor-corrector coordinates are needed as input to restart an MD simulation.

  • 1st block: Lattice parameters and ionic positions.
  • 2nd block: Initial velocities for atoms.
  • 3rd block: Predictor-corrector coordinates.

Structure relaxation

For structure relaxation, the CONTCAR file contains the positions of the last ionic step of the relaxation. If the relaxation run has not yet converged one should copy CONTCAR to POSCAR before continuing. For static calculations, the CONTCAR file contains the same information as the POSCAR file.

Related tags and articles

POSCAR, structure relaxation, structure optimization, XDATCAR, IBRION