KPOINTS OPT MODE: Difference between revisions

From VASP Wiki
(Create page)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:


Description: Selects which diagonalization algorithm to use for the optional k-points driver
Description: Selects which diagonalization algorithm to use for the optional k-points driver
 
{{Available|6.5.0}}
----
----


Line 10: Line 10:


== Tag options ==
== Tag options ==
;{{TAGO|KPOINTS_OPT_MODE|0}}
;{{TAG|KPOINTS_OPT_MODE|0}}
:The diagonalization of the Hamiltonian at the alternative k-points is skipped entirely
:The diagonalization of the Hamiltonian at the alternative k-points is skipped entirely
;{{TAGO|KPOINTS_OPT_MODE|1}}
;{{TAG|KPOINTS_OPT_MODE|1}}
:Uses the [[Blocked-Davidson algorithm]] (same as {{TAGO|ALGO|Normal}})
:Uses the [[Blocked-Davidson algorithm]] (same as {{TAG|ALGO|Normal}})
;{{TAGO|KPOINTS_OPT_MODE|2}}
;{{TAG|KPOINTS_OPT_MODE|2}}
:Performs an exact diagonalization (same as {{TAGO|ALGO|Exact}})
:Performs an exact diagonalization (same as {{TAG|ALGO|Exact}})


==Related tags and articles==
==Related tags and articles==

Latest revision as of 08:09, 24 October 2025

KPOINTS_OPT_MODE = 0 | 1 | 2
Default: KPOINTS_OPT_MODE = 1 

Description: Selects which diagonalization algorithm to use for the optional k-points driver

Mind: Available as of VASP 6.5.0

Sometimes, the electronic Kohn-Sham orbitals are required on an alternative k-point mesh, for example via KPOINTS_OPT or KPOINTS_ELPH. In this case, the tag KPOINTS_OPT_MODE selects which diagonalization algorithm should be used to obtain these eigenvalues.

Tag options

KPOINTS_OPT_MODE = 0
The diagonalization of the Hamiltonian at the alternative k-points is skipped entirely
KPOINTS_OPT_MODE = 1
Uses the Blocked-Davidson algorithm (same as ALGO = Normal)
KPOINTS_OPT_MODE = 2
Performs an exact diagonalization (same as ALGO = Exact)

Related tags and articles