ML LMAX2: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 4: Line 4:
Description: This tag specifies the maximum angular momentum quantum number <math>L_\max</math> of spherical harmonics used to expand atomic distributions within the machine learning force field method (see [[Machine learning force field: Theory#Descriptors|this section]]).
Description: This tag specifies the maximum angular momentum quantum number <math>L_\max</math> of spherical harmonics used to expand atomic distributions within the machine learning force field method (see [[Machine learning force field: Theory#Descriptors|this section]]).
----
----
To construct an atomic environment descriptor the atomic probability density
<math>
\rho_{i}\left(\mathbf{r}\right) = \sum\limits_{j=1}^{N_{\mathrm{a}}} f_{\mathrm{cut}}\left(r_{ij}\right) g\left(\mathbf{r}-\mathbf{r}_{ij}\right),
</math>
where <math>g\left(\mathbf{r}\right)</math> is an approximation of the delta function, is expanded in terms of radial basis functions <math>\chi_{nl}(r)</math> and spherical harmonics <math>Y_{lm}\left(\hat{\mathbf{r}}\right)</math> (see [[Machine learning force field: Theory#Basis set expansion|this section]] for more details):
<math>
\rho_{i} \left( \mathbf{r} \right) = \sum\limits_{l=1}^{L_{\mathrm{max}}} \sum\limits_{m=-l}^{l} \sum\limits_{n=1}^{N^{l}_{ \mathrm{R}}} c_{nlm}^{i}\chi_{nl} \left( r \right) Y_{lm} \left( \hat{\mathbf{r}} \right),
</math>
The tag {{TAG|ML_LMAX2}} specifies the maximum angular momentum quantum number <math>L_\max</math> of spherical harmonics used in this expansion.
{{NB|mind|This tag is only relevant for the angular descriptor <math>\rho^{(3)}_i(r)</math>. The corresponding number of expansion coefficients <math>p_{n\nu l}^{i}</math> scales '''linearly''' with <math>L_\max</math> and is also depending on {{TAG|ML_MRB2}} and the number of elements present.}}
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 Sections ==

Revision as of 13:47, 13 October 2021

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 (see this section).


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 Sections

ML_LMLFF, ML_MRB1, ML_MRB2, ML_LAFILT2, ML_IAFILT2, ML_AFILT2

Examples that use this tag