ML MRB1

From VASP Wiki
Revision as of 09:03, 23 August 2021 by Karsai (talk | contribs)

ML_MRB1 = [integer]
Default: ML_MRB1 = NINT(ML_RCUT1/ML_SION1*1.5) 

Description: This tag sets the number of radial basis sets used to expand the atomic distribution for the radial descriptor within the machine learning force field method.


The values for ML_MRB1 and ML_MRB2 are automatically set by the code (empirically) and usually need not to be set by the user. Only in very few cases if the error in the radial expansion (see later in the text) is not sufficiently low these values need to be adjusted manually.

The tags ML_MRB1 and ML_MRB2 set the number of radial basis sets used to expand the atomic distribution of the radial and angular density. These tags depend very sensitively on the cut-off radius of the descriptor (ML_RCUT1 and ML_RCUT2) and the width of the Gaussian functions used in the broadening of the atomic distributions (ML_SION1 and ML_SION2). The error occuring due to the expansion of the radial basis functions is monitored in the ML_LOGFILE file by searching for the following line "Error in radial expansion: ...". A typical reasonable value for the error threshold that was empirically determined (by us and in reference [1]) is . Hence, the number of basis functions should be adjusted until the error written in the ML_LOGFILE is smaller than this value. A more detailed description of the basis sets is given in appendix A of reference [2].


References



Related Tags and Sections

ML_LMLFF, ML_MRB2, ML_W1, ML_RCUT1, ML_RCUT2, ML_SION1, ML_SION2

Examples that use this tag