LKPOINTS OPT: Difference between revisions

From VASP Wiki
(Created page with "{{TAGDEF|LKPOINTS_OPT|.TRUE.{{!}} .FALSE.}} {{DEF|LKPOINTS_OPT|.TRUE.|if {{FILE|KPOINTS_OPT}} file is present.}} Description: {{TAG| LKPOINTS_OPT}} controlls whether VASP rea...")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:LKPOINTS_OPT}}
{{TAGDEF|LKPOINTS_OPT|.TRUE.{{!}} .FALSE.}}
{{TAGDEF|LKPOINTS_OPT|.TRUE.{{!}} .FALSE.}}
{{DEF|LKPOINTS_OPT|.TRUE.|if {{FILE|KPOINTS_OPT}} file is present.}}
{{DEF|LKPOINTS_OPT|.TRUE.|if {{FILE|KPOINTS_OPT}} file is present.}}
Line 8: Line 9:


== Related tags and articles==
== Related tags and articles==
{{FILE|KPOINTS_OPT}}
{{FILE|KPOINTS_OPT}}, {{FILE|PROCAR_OPT}}


{{sc|LKPOINTS_OPT|Examples|Examples that use this tag}}
{{sc|LKPOINTS_OPT|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]]
[[Category:VASP]][[Category:INCAR tag]]

Latest revision as of 15:18, 18 October 2023

LKPOINTS_OPT = .TRUE.| .FALSE. 

Default: LKPOINTS_OPT = .TRUE. if KPOINTS_OPT file is present.

Description: LKPOINTS_OPT controlls whether VASP reads the KPOINTS_OPT file.


To avoid reading the KPOINTS_OPT file without removing it from the working directory, the LKPOINTS_OPT tag can be set to .FALSE. in the INCAR file.

Related tags and articles

KPOINTS_OPT, PROCAR_OPT

Examples that use this tag