ML NMDINT: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 14: Line 14:
----
----


[[Category:INCAR tag]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]]
[[Category:INCAR tag]][[Category:Machine-learned force fields]]

Revision as of 13:29, 8 April 2022

ML_NMDINT = [integer]
Default: ML_NMDINT = 10 

Description: Tag to control the minimum interval to get training samples in the machine learning force field method.


The usage of this tag in combination with the learning algorithms is described here: here

This tag defines a lower threshold for taking new configurations from the MD, so that as long as the upper threshold for the Bayesian error (e.g. ML_CDOUB times ML_CTIFOR) is not exceeded, at least ML_NMDINT MD steps are preformed using the MLFF (i.e. no first principles calculation is performed). This avoids that many nearly identical structures are added.

Related tags and articles

ML_LMLFF, ML_MCONF_NEW, ML_CDOUB, ML_CTIFOR, ML_MHIS

Examples that use this tag