-
Hi MACE developers, Just wanted to better understand how the Also a brief explanation on why |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @JSLJ23, Larger r_max will slow down the model, as it will increase the number of edges per atom. The right r_max to use really depends on the system. In general, I would never go beyond 10A, and a safe bet is to use 6A or 5A. Some element have very large covalent radii and therefore require larger r_max. Some systems are more short range than other and could get away with shorter r_max (like 4A). Usually, the plot of accuracy vs r_max is a parabola, and increasing r_max beyond a certain point can make the fit worse. A good heuristic for choosing the r_max is to look at the average number of neighbors. This number should be between 10 and 60 for best performance, and should not typically go above 100. If you want to scan the r_max for your system, I would try 4.5A, 5.0A, 6.0A and 7A. |
Beta Was this translation helpful? Give feedback.
Hi @JSLJ23,
Larger r_max will slow down the model, as it will increase the number of edges per atom.
The right r_max to use really depends on the system. In general, I would never go beyond 10A, and a safe bet is to use 6A or 5A. Some element have very large covalent radii and therefore require larger r_max. Some systems are more short range than other and could get away with shorter r_max (like 4A). Usually, the plot of accuracy vs r_max is a parabola, and increasing r_max beyond a certain point can make the fit worse.
A good heuristic for choosing the r_max is to look at the average number of neighbors. This number should be between 10 and 60 for best performance, and should not typical…