ML EATOM REF

From VASP Wiki
Revision as of 13:25, 2 December 2020 by Karsai (talk | contribs)

ML_FF_EATOM = [real array]
Default: ML_FF_EATOM = 0.0 

Description: Reference total energies of isolated atoms used in the machine learning force field method.


This tag is only used if ML_FF_ISCALE_TOTEN_MB=1.

If ML_FF_EATOM is not provided in the INCAR file then 0.0 is assumed for all species in the system.

By default this tag is not used since all energies are scaled to the average of the training data (ML_FF_ISCALE_TOTEN_MB=2).

If this tag is used, each reference energy should be obtained from a VASP calculation of an isolated atoms in a sufficiently large simulation box. The reference is then simply taken from the Helmholtz free energy from the OSZICAR file (value following "1 F=" in that file).

The reference energies are simply set in one line as a list for each species, i.e. like the following

ML_FF_EATOM = E_1 E_2 E_3 ...

where E_1, E_2, E_2 etc. are the energies for species 1, 2, 3 etc. (corresponding to the order they occur in the POTCAR file).

The unit of the energies is eV/atom.

Related Tags and Sections

ML_FF_LMLFF, ML_FF_ISTART, ML_FF_IERR, ML_FF_ISCALE_TOTEN_MB

Examples that use this tag