ML MRB2: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
</math> | </math> | ||
and <math>g\left(\mathbf{r}\right)</math> is an approximation of the delta function. In practice, the continuous function above is transformed into a discrete set of numbers <math>p_{n\nu l}^{i}</math> by expanding it into a set of radial basis functions <math>\chi_{nl}(r)</math> and Legendre polynomials <math>P_{l}</math> (see [[Machine learning force field: Theory#Basis set expansion|this section]] for more details): | and <math>g\left(\mathbf{r}\right)</math> is an approximation of the delta function. In practice, the continuous function above is transformed into a discrete set of numbers <math>p_{n\nu l}^{i}</math> by expanding it into a set of radial basis functions <math>\chi_{nl}(r)</math> and Legendre polynomials <math>P_{l}\left(\mathrm{cos}\theta\right)</math> (see [[Machine learning force field: Theory#Basis set expansion|this section]] for more details): | ||
<math> | <math> | ||
Line 17: | Line 17: | ||
The tag {{TAG|ML_MRB2}} sets the number <math>N_\text{R}^l</math> of radial basis functions to use in this expansion. The same number is used for all <math>l</math>. | The tag {{TAG|ML_MRB2}} sets the number <math>N_\text{R}^l</math> of radial basis functions to use in this expansion. The same number is used for all <math>l</math>. | ||
{{NB|mind|The number of angular descriptor expansion coefficients <math>p_{n\nu l}^{i}</math> scales '''quadratically''' with <math>N_\text{R}^l</math> set by this tag. It also depends on {{TAG|ML_LMAX2}} and the number of elements.}} | |||
== Related Tags and Sections == | == Related Tags and Sections == |
Revision as of 13:54, 13 October 2021
ML_MRB2 = [integer]
Default: ML_MRB2 = ML_MRB1
Description: This tag sets the number (for all ) of radial basis functions used to expand the angular descriptor within the machine learning force field method.
The angular descriptor is constructed from
and is an approximation of the delta function. In practice, the continuous function above is transformed into a discrete set of numbers by expanding it into a set of radial basis functions and Legendre polynomials (see this section for more details):
The tag ML_MRB2 sets the number of radial basis functions to use in this expansion. The same number is used for all .
Mind: The number of angular descriptor expansion coefficients scales quadratically with set by this tag. It also depends on ML_LMAX2 and the number of elements. |
Related Tags and Sections
ML_LMLFF, ML_LMAX2, ML_MRB1, ML_W1, ML_RCUT2, ML_SION2