ML IAFILT2: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TAGDEF|ML_FF_IAFILT2_MB|[integer]|2}}
{{DISPLAYTITLE:ML_IAFILT2}}
{{TAGDEF|ML_IAFILT2|[integer]|2}}


Description: This tag specifies the type of angular filtering used in the machine learning force field method.
Description: This tag specifies the type of angular filtering used in the machine learning force field method.
Line 5: Line 6:
[[File:Angular filtering MLFF cropped.png|400px|thumb|Fig. 1: Square of filtering function.]]
[[File:Angular filtering MLFF cropped.png|400px|thumb|Fig. 1: Square of filtering function.]]


This tag is only used if {{TAG|ML_FF_LAFILT2_MB}}=''.TRUE.'' is set.
This tag is only used if {{TAG|ML_LAFILT2}}=''.TRUE.'' is set.


Following cases are possible for the angular filtering function <math>\eta</math> (see also [[On-the-fly machine learning force field generation using Bayesian linear regression#Basis set expansion|here]]):
Following cases are possible for the angular filtering function <math>\eta</math> (see also [[On-the-fly machine learning force field generation using Bayesian linear regression#Basis set expansion|here]]):
*{{TAG|ML_FF_IAFILT2_MB}}=1: The angular filtering function is described as <math>\eta_{l}=\frac{1}{(2l+1)^{1/4}}</math>.
*{{TAG|ML_IAFILT2}}=1: The angular filtering function is described as <math>\eta_{l}=\frac{1}{(2l+1)^{1/4}}</math>.
*{{TAG|ML_FF_IAFILT2_MB}}=2: The angular filtering function{{cite|boyd:book:2000}} is described as <math>\eta_{l,a_{\mathrm{FILT}}}=\frac{1}{1+a_{\mathrm{FILT}} [l (l+1)]^{2}} </math>. Using this function the parameter <math>a_{\mathrm{FILT}}</math> has to bes defined too. It is set in the {{TAG|INCAR}} file by setting {{TAG|ML_FF_AFILT2_MB}}. This option is the default.
*{{TAG|ML_IAFILT2}}=2: The angular filtering function{{cite|boyd:book:2000}} is described as <math>\eta_{l,a_{\mathrm{FILT}}}=\frac{1}{1+a_{\mathrm{FILT}} [l (l+1)]^{2}} </math>. Using this function the parameter <math>a_{\mathrm{FILT}}</math> has to be defined too. It is set in the {{TAG|INCAR}} file by setting {{TAG|ML_AFILT2}}. This option is the default.


In the case of the power spectrum two radial basis functions are multiplied with each other (see [[On-the-fly machine learning force field generation using Bayesian linear regression#Basis set expansion|here]]). Both basis functions use the same filtering function and hence the filtering is done by the square of the filtering function. This is plotted in Fig. 1 for the two different functions used for {{TAG|ML_FF_IAFILT2_MB}}=1 and 2 (labeled as TYPE1 and TYPE2, respectively). In the case of {{TAG|ML_FF_IAFILT2_MB}}=2 it can be seen that for the default filtering parameter {{TAG|ML_FF_AFILT2_MB}}=0.02 and <math>l</math>=5 the function has only a contribution of 0.15. Using this filtering parameter the maximum cut off for the angular quantum number can be reduced to {{TAG|ML_FF_LMAX2_MB}}=4.  
In the case of the angular descriptor two radial basis functions are multiplied by each other (see [[On-the-fly machine learning force field generation using Bayesian linear regression#Basis set expansion|here]]). Both basis functions use the same filtering function and hence the filtering is done by the square of the filtering function. This is plotted in Fig. 1 for the two different functions used for {{TAG|ML_IAFILT2}}=1 and 2 (labeled as TYPE1 and TYPE2, respectively). In the case of {{TAG|ML_IAFILT2}}=2 it can be seen that for the filtering parameter {{TAG|ML_AFILT2}}=0.002 and <math>l</math>=5 the function has only a contribution of 0.15. Using this filtering parameter the maximum cut-off for the angular quantum number can be reduced to {{TAG|ML_LMAX2}}=4.  




Line 21: Line 22:
<noinclude>
<noinclude>


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|ML_FF_LMLFF}}, {{TAG|ML_FF_LAFILT2_MB}}, {{TAG|ML_FF_AFILT2_MB}}
{{TAG|ML_LMLFF}}, {{TAG|ML_LAFILT2}}, {{TAG|ML_AFILT2}}


{{sc|ML_FF_IAFILT2_MB|Examples|Examples that use this tag}}
{{sc|ML_IAFILT2|Examples|Examples that use this tag}}
----
----


[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]]
[[Category:INCAR tag]][[Category:Machine-learned force fields]]

Latest revision as of 08:41, 1 August 2022

ML_IAFILT2 = [integer]
Default: ML_IAFILT2 = 2 

Description: This tag specifies the type of angular filtering used in the machine learning force field method.


Fig. 1: Square of filtering function.

This tag is only used if ML_LAFILT2=.TRUE. is set.

Following cases are possible for the angular filtering function (see also here):

  • ML_IAFILT2=1: The angular filtering function is described as .
  • ML_IAFILT2=2: The angular filtering function[1] is described as . Using this function the parameter has to be defined too. It is set in the INCAR file by setting ML_AFILT2. This option is the default.

In the case of the angular descriptor two radial basis functions are multiplied by each other (see here). Both basis functions use the same filtering function and hence the filtering is done by the square of the filtering function. This is plotted in Fig. 1 for the two different functions used for ML_IAFILT2=1 and 2 (labeled as TYPE1 and TYPE2, respectively). In the case of ML_IAFILT2=2 it can be seen that for the filtering parameter ML_AFILT2=0.002 and =5 the function has only a contribution of 0.15. Using this filtering parameter the maximum cut-off for the angular quantum number can be reduced to ML_LMAX2=4.



References


Related tags and articles

ML_LMLFF, ML_LAFILT2, ML_AFILT2

Examples that use this tag