Jump to content

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

CONTCAR disp-N: Difference between revisions

From VASP Wiki
Csheldon (talk | contribs)
Created page with "The {{TAG|CONTCAR_disp-N}} file is an output file of a split finite differences calculation that contains the structural information of the ''N''th displacement. {{Available|6.6.0}} This file has the same format as the {{FILE|CONTCAR}} or {{FILE|POSCAR}} file. It is typically generated alongside the {{FILE|vaspcheckfd.hdf5}} file by setting {{TAG|CHECKPOINT|PREPARE}}. T..."
 
Csheldon (talk | contribs)
No edit summary
Line 3: Line 3:


This file has the same format as the {{FILE|CONTCAR}} or {{FILE|POSCAR}} file.
This file has the same format as the {{FILE|CONTCAR}} or {{FILE|POSCAR}} file.
It is typically generated alongside the {{FILE|vaspcheckfd.hdf5}} file by setting {{TAG|CHECKPOINT|PREPARE}}.
It is typically generated alongside the {{FILE|vaspcheckfd.hdf5}} file by setting {{TAG|CHECKPOINT_FD|PREPARE}}.
The {{FILE|CONTCAR_disp-N}} file can be renamed and used as the {{FILE|POSCAR}} input for a subsequent displacement calculation, e.g., {{TAG|CHECKPOINT|SINGLE}}.
The {{FILE|CONTCAR_disp-N}} file can be renamed and used as the {{FILE|POSCAR}} input for a subsequent displacement calculation, e.g., {{TAG|CHECKPOINT_FD|SINGLE}}.


== Related tags and articles ==
== Related tags and articles ==
Line 10: Line 10:
* {{TAG | POSCAR}}
* {{TAG | POSCAR}}
* {{FILE | vaspcheckfd.h5}}
* {{FILE | vaspcheckfd.h5}}
* {{TAG | CHECKPOINT}}
* {{TAG | CHECKPOINT_FD}}
* [[Construction:Restarting finite differences calculations]]
* [[Construction:Restarting finite differences calculations]]



Revision as of 13:39, 11 February 2026

The CONTCAR_disp-N file is an output file of a split finite differences calculation that contains the structural information of the Nth displacement.

This file has the same format as the CONTCAR or POSCAR file. It is typically generated alongside the vaspcheckfd.hdf5 file by setting CHECKPOINT_FD = PREPARE. The CONTCAR_disp-N file can be renamed and used as the POSCAR input for a subsequent displacement calculation, e.g., CHECKPOINT_FD = SINGLE.

Related tags and articles