PLUGINS/LOCAL POTENTIAL

From VASP Wiki
Revision as of 07:22, 11 June 2024 by Svijay (talk | contribs)

PLUGINS/LOCAL_POTENTIAL = .TRUE. | .FALSE. 

Description: PLUGINS/LOCAL_POTENTIAL calls the Python plugin for the local potential interface for each SCF step


When PLUGINS/LOCAL_POTENTIAL=.TRUE., VASP calls the local_potential Python function. See here for details on how to setup your Python script such that VASP can recognize it.

The primary use-case of this tag is to add to the local potential and the total energy of a VASP calculation through a Python plugin.

Expected Inputs

The local_potential Python function expects the following inputs,

   def local_potential(constants, additions):

where constants and additions and Python dataclasses.



Mind: Pay attention to common pitfall and the interplay with MYOTHER.


If there are many tag options, making each option a heading may pay off. This way, the table of contents provides a good overview. However, for three options, the list below suffices.

Deprecated: This functionality is not supported in VASP version > 5.4.4.
A concise description of this algorithm. A long description deserves an overview article.
A concise description of this algorithm. A long description deserves an overview article.
Warning: Do not combine with ...
You do not need to use a NB template everywhere, and it can be used anywhere before, after, and in between paragraphs.
Tip: Do not combine with ...

Second section

Give details about an issue that can arise here and offer some advice. The paragraph started with an indent. Add your references on Template:Cite and cite using a command like this[1].

where Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Related tags and articles

MYOTHER, MYTHIRD

Examples that use this tag

References


Contents