ML LMAX2: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:ML_LMAX2}}
{{TAGDEF|ML_LMAX2|[integer]}}
{{TAGDEF|ML_LMAX2|[integer]}}
{{DEF|ML_LMAX2|4|for {{TAG|ML_LAFILT2}} {{=}} .TRUE.|6|else}}
{{DEF|ML_LMAX2|4|for {{TAG|ML_LAFILT2}} {{=}} .TRUE.|6|else}}
Line 21: Line 22:
By default an angular filtering (see {{TAG|ML_LAFILT2}} and {{TAG|ML_IAFILT2}}) with a filtering parameter of {{TAG|ML_AFILT2}}=0.002 is used where a value of {{TAG|ML_LMAX2}}=4 is perfectly safe for most applications. If the angular filter is switched off we recommend to use a value of {{TAG|ML_LMAX2}}=6 (this is then the default value).
By default an angular filtering (see {{TAG|ML_LAFILT2}} and {{TAG|ML_IAFILT2}}) with a filtering parameter of {{TAG|ML_AFILT2}}=0.002 is used where a value of {{TAG|ML_LMAX2}}=4 is perfectly safe for most applications. If the angular filter is switched off we recommend to use a value of {{TAG|ML_LMAX2}}=6 (this is then the default value).


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|ML_LMLFF}}, {{TAG|ML_MRB1}}, {{TAG|ML_MRB2}}, {{TAG|ML_LAFILT2}}, {{TAG|ML_IAFILT2}}, {{TAG|ML_AFILT2}}
{{TAG|ML_LMLFF}}, {{TAG|ML_MRB1}}, {{TAG|ML_MRB2}}, {{TAG|ML_LAFILT2}}, {{TAG|ML_IAFILT2}}, {{TAG|ML_AFILT2}}


Line 27: Line 28:
----
----


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

Revision as of 07:32, 7 April 2022

ML_LMAX2 = [integer] 

Default: ML_LMAX2 = 4 for ML_LAFILT2 = .TRUE.
= 6 else

Description: This tag specifies the maximum angular momentum quantum number of spherical harmonics used to expand atomic distributions within the machine learning force field method.


To construct an atomic environment descriptor the atomic probability density

where is an approximation of the delta function, is expanded in terms of radial basis functions and spherical harmonics (see this section for more details):

The tag ML_LMAX2 specifies the maximum angular momentum quantum number of spherical harmonics used in this expansion.

Mind: This tag is only relevant for the angular descriptor . The corresponding number of expansion coefficients scales linearly with and is also depending on ML_MRB2 and the number of elements present.

By default an angular filtering (see ML_LAFILT2 and ML_IAFILT2) with a filtering parameter of ML_AFILT2=0.002 is used where a value of ML_LMAX2=4 is perfectly safe for most applications. If the angular filter is switched off we recommend to use a value of ML_LMAX2=6 (this is then the default value).

Related tags and articles

ML_LMLFF, ML_MRB1, ML_MRB2, ML_LAFILT2, ML_IAFILT2, ML_AFILT2

Examples that use this tag