LKPROJ: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 22: Line 22:
\langle \mathbf{k}+\mathbf{G} | \Psi_{n\mathbf{k}\sigma}\rangle |^2
\langle \mathbf{k}+\mathbf{G} | \Psi_{n\mathbf{k}\sigma}\rangle |^2
</math>
</math>
and writes this information onto the {{FILE|vasprun.xml}} file.
and writes this information onto the {{FILE|PRJCAR}} and {{FILE|vasprun.xml}} files.


K<sub>n'''k'''&sigma;'''k&prime;'''</sub> provides a measure of how strongly the orbital &Psi;<sub>n'''k'''&sigma;</sub> contributes at the point '''k&prime;''' in the reciprocal space of structure {{FILE|POSCAR.prim}}.
K<sub>n'''k'''&sigma;'''k&prime;'''</sub> provides a measure of how strongly the orbital &Psi;<sub>n'''k'''&sigma;</sub> contributes at the point '''k&prime;''' in the reciprocal space of structure {{FILE|POSCAR.prim}}.


One may, for instance, use this scheme to project the  
One may, for instance, use this scheme to project the orbitals of a supercell onto the reciprocal space of the generating primitive cell.


== Related Tags and Sections ==
== Related Tags and Sections ==
{{TAG|KPROJ_THRESHOLD}}
{{TAG|KPROJ_THRESHOLD}},
{{FILE|PRJCAR}}


----
----

Revision as of 14:59, 3 December 2012

LKPROJ = .TRUE. | .FALSE.
Default: LKPROJ = .FALSE. 

Description: switches on the k-point projection scheme.


For LKPROJ=.TRUE., VASP will project the orbitals onto the reciprocal space of an alternative unit cell. This unit cell has to be supplied in the file POSCAR.prim, in the usual POSCAR format.

As a first step, the k-projection scheme determines the set {k′}, of k-points in the irreducible part of the first Brillouin zone of the structure given in POSCAR.prim, for which

where G and G′ are reciprocal space vectors in the reciprocal spaces of the structures specified in POSCAR and POSCAR.prim, respectively. As usual, the set of points {k} is specified in the KPOINTS file. The set {k′} is written to the OUTCAR file. Look at the part of the OUTCAR following NKPTS_PRIM.

Once the set {k′} has been determined VASP will compute the following

and writes this information onto the PRJCAR and vasprun.xml files.

Knkσk′ provides a measure of how strongly the orbital Ψnkσ contributes at the point k′ in the reciprocal space of structure POSCAR.prim.

One may, for instance, use this scheme to project the orbitals of a supercell onto the reciprocal space of the generating primitive cell.

Related Tags and Sections

KPROJ_THRESHOLD, PRJCAR


Contents