LPOSNICS: Difference between revisions

From VASP Wiki
(Created page with "{{TAGDEF|LPOSNICS|.TRUE. {{!}} .FALSE.|.FALSE.}} Description: {{TAG|LPOSNICS}}=.TRUE. enforces that the positions defined in {{FILE|POSNICS}} will be read and the NICS calculated at them. ---- == Related tags and articles == {{FILE|LCHIMAG}}, {{TAG|NUCIND}}, {{TAG|POSNICS}} <!-- Category:INCAR tagCategory:NMR -->")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TAGDEF|LPOSNICS|.TRUE. {{!}} .FALSE.|.FALSE.}}
{{DISPLAYTITLE:LPOSNICS}}
{{TAGDEF|LPOSNICS|.TRUE.{{!}} .FALSE.}}
{{DEF|LPOSNICS|.TRUE.|if {{FILE|POSNICS}} file is present.}}


Description: {{TAG|LPOSNICS}}=.TRUE. enforces that the positions defined in {{FILE|POSNICS}} will be read and the NICS calculated at them.
Description: {{TAG|LPOSNICS}} controls if VASP reads the {{FILE|POSNICS}} file.
{{Available|6.6.0}}
----
----
To avoid reading the {{FILE|POSNICS}} file without removing it from the working directory, the {{TAG|LPOSNICS}} tag can be set to <code>.FALSE.</code> in the {{FILE|INCAR}} file.


== Related tags and articles ==
== Related tags and articles ==
{{FILE|LCHIMAG}},
{{FILE|LCHIMAG}},
{{TAG|NUCIND}},
{{TAG|NUCIND}},
{{TAG|POSNICS}}
{{TAG|POSNICS}},
[https://www.vasp.at/tutorials/latest/nmr/part3/#NMR-e09 tutorial]


<!-- [[Category:INCAR tag]][[Category:NMR]] -->
[[Category:INCAR tag]][[Category:NMR]]

Latest revision as of 13:49, 10 March 2026

LPOSNICS = .TRUE.| .FALSE. 

Default: LPOSNICS = .TRUE. if POSNICS file is present.

Description: LPOSNICS controls if VASP reads the POSNICS file.

Mind: Available as of VASP 6.6.0

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

Related tags and articles

LCHIMAG, NUCIND, POSNICS, tutorial