ML WTOTEN: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TAGDEF|ML_FF_WTOTEN|[real]}}
{{TAGDEF|ML_FF_WTOTEN|[real]}}
{{DEF|ML_FF_WTOTEN|0.005|if {{TAG|ML_FF_IWEIGHT}}{{=}}1|1.0|otherwise}}
{{DEF|ML_FF_WTOTEN|0.005|if {{TAG|ML_FF_IWEIGHT}}{{=}}1|10.0|otherwise}}


Description: This tag sets the weight for the scaling of the total energy in the training data within the machine learning force field method.
Description: This tag sets the weight for the scaling of the total energy in the training data within the machine learning force field method.
----
----


If {{TAG|ML_FF_IWEIGHT}}=1 the weight has unit eV/atom and is used to divide the data by it. For {{TAG|ML_FF_IWEIGHT}}=2 and 3 the weights are unitless and multiplicative.
If {{TAG|ML_FF_IWEIGHT}}=1 the weight has a unit of eV/atom and is used to divide the data by it. For {{TAG|ML_FF_IWEIGHT}}=2 and 3 the weights are unitless and the data is multiplied by the weight.


== Related Tags and Sections ==
== Related Tags and Sections ==
Line 13: Line 13:
----
----


[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]][[Category:VASP6]]
[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]][[Category: Alpha]]

Revision as of 13:21, 13 November 2020

ML_FF_WTOTEN = [real] 

Default: ML_FF_WTOTEN = 0.005 if ML_FF_IWEIGHT=1
= 10.0 otherwise

Description: This tag sets the weight for the scaling of the total energy in the training data within the machine learning force field method.


If ML_FF_IWEIGHT=1 the weight has a unit of eV/atom and is used to divide the data by it. For ML_FF_IWEIGHT=2 and 3 the weights are unitless and the data is multiplied by the weight.

Related Tags and Sections

ML_FF_LMLFF, ML_FF_IWEIGHT,ML_FF_WTIFOR,ML_FF_WTSIF

Examples that use this tag