PRJCAR: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 13: Line 13:
</math>
</math>


:where ''n'' is the band index, '''k''' labels the <tt>NKPTS</tt> points in the IBZ of the structure defined by the {{FILE|POSCAR}} file, &sigma; is the spin index, and '''k&prime;''' refers to the <tt>NKPTS_PRIME</tt> points in the IBZ of {{FILE|POSCAR.prime}} (see the section of {{TAG|LKPROJ}}).
:where ''n'' is the band index, '''k''' labels the <tt>NKPTS</tt> points in the IBZ of the structure defined by the {{FILE|POSCAR}} file, &sigma; is the spin index, and '''k&prime;''' refers to the <tt>NKPTS_PRIME</tt> points in the IBZ of {{FILE|POSCAR.prim}} (see the section of {{TAG|LKPROJ}}).
:For each band ''n'' at '''k'''&sigma; the body of the {{FILE|PRJCAR}} file contains a row with <tt>NKPTS_PRIME</tt> entries, one for each point '''k&prime;'''.
:For each band ''n'' at '''k'''&sigma; the body of the {{FILE|PRJCAR}} lists the index ''n'' and eigenenergy &epsilon;<sub>n'''k'''&sigma;</sub>, followed by one or more rows with a total of <tt>NKPTS_PRIME</tt> entries K<sub>n'''k'''&sigma;'''k&prime;'''</sub>, one for each point '''k&prime;'''.


== Related Tags and Sections ==
{{TAG|LKPROJ}}


----
----
[[The_VASP_Manual|Contents]]


[[Category:VASP]][[Category:Files]]
[[Category:Files]]

Latest revision as of 08:26, 20 October 2023

The PRJCAR file stores the output of the k-point projection scheme (for LKPROJ=.TRUE.).


It has the following format:

  • The header section lists the basis vectors of the reciprocal space belonging to the structure defined in the POSCAR.prim file, and a list of the set of points {k′}, the projection scheme has found in the irreducible part of the Brillouin (IBZ) zone of the aforementioned reciprocal space cell (see the section on LKPROJ).
  • The body of the PRJCAR file lists:
where n is the band index, k labels the NKPTS points in the IBZ of the structure defined by the POSCAR file, σ is the spin index, and k′ refers to the NKPTS_PRIME points in the IBZ of POSCAR.prim (see the section of LKPROJ).
For each band n at kσ the body of the PRJCAR lists the index n and eigenenergy εnkσ, followed by one or more rows with a total of NKPTS_PRIME entries Knkσk′, one for each point k′.

Related Tags and Sections

LKPROJ