ML_RCUT2

From VASP Wiki
(Redirected from ML FF RCUT2 MB)

ML_RCUT2 = [real]
Default: ML_RCUT2 = 5.0 

Description: This flag sets the cutoff radius for the angular descriptor in the machine learning force field method. The unit of the cut-off radius is .


The angular descriptor is constructed from

and is an approximation of the delta function. A basis set expansion of yields the expansion coefficients which are used in practice to describe the atomic environment (see this section for details). The tag ML_RCUT2 sets the cutoff radius at which the cutoff function decays to zero.

Mind: The cutoff radius determines how many neighbor atoms are taken into account to describe each central atom's environment. Hence, important features may be missed if the cutoff radius is set to a too small value. On the other hand, a large cutoff radius increases the computational cost as the cutoff sphere contains more neighbor atoms. A larger cutoff can also significantly degrade the learning efficiency. A good compromise is system-dependent, therefore different values should be tested to achieve satisfactory accuracy and speed.

For materials containing only H, B, C, O, N, and F (i.e. organic molecules, polymers), the learning efficiency might increase when ML_RCUT2 is set to values around 4 (that is, less training data are required to achieve a specific accuracy), wheres for materials with very long bonds, a larger value around 6 can improve the accuracy,

Related tags and articles

ML_LMLFF, ML_RCUT1, ML_W1, ML_SION1, ML_SION2, ML_MRB1, ML_MRB2


Examples that use this tag