ML_LMAX2

From VASP Wiki
(Redirected from ML FF LMAX2 MB)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ML_LMAX2 = [integer] 

Default: ML_LMAX2 = 3 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 (however the calculation of the spherical harmonics scales quadratically) 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=3 is perfectly safe for most applications. If you need to improve the accuracy, you might also try to increase it to ML_LMAX2=4. 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