LKPROJ: Difference between revisions
No edit summary |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 24: | Line 24: | ||
and writes this information onto the {{FILE|PRJCAR}} and {{FILE|vasprun.xml}} files. | and writes this information onto the {{FILE|PRJCAR}} and {{FILE|vasprun.xml}} files. | ||
K<sub>n'''k'''σ'''k′'''</sub> provides a measure of how strongly the orbital | K<sub>n'''k'''σ'''k′'''</sub> provides a measure of how strongly the orbital <math>\Psi</math><sub>n'''k'''σ</sub> contributes at the point '''k′''' in the reciprocal space of structure {{FILE|POSCAR.prim}}. | ||
One may, for instance, use this scheme to project the orbitals of a supercell onto the reciprocal space of a generating primitive cell. | One may, for instance, use this scheme to project the orbitals of a supercell onto the reciprocal space of a generating primitive cell. | ||
{{NB|warning| At the moment the '''k'''-point projection only works with {{TAG|NPAR}}{{=}}1.}} | |||
{{NB|mind| Available as of VASP version 6.0.0.}} | |||
== Related tags and articles == | |||
== Related | |||
{{FILE|PRJCAR}} | {{FILE|PRJCAR}} | ||
{{sc|LKPROJ|Examples|Examples that use this tag}} | {{sc|LKPROJ|Examples|Examples that use this tag}} | ||
[[Category:INCAR]] | [[Category:INCAR tag]][[Category:Crystal momentum]] |
Latest revision as of 11:35, 21 October 2024
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 a generating primitive cell.
Warning: At the moment the k-point projection only works with NPAR=1. |
Mind: Available as of VASP version 6.0.0. |