-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force error evaluation #271
Comments
Do these actually differ by anything other than a factor of sqrt(3)?
|
RMSE of "wfl" and "method 1" differ by factor of sqrt(3), but other than those two don't scale by constant number. |
I agree that the current wfl code seems very complex, and can perhaps be refactored. I don't have strong feelings about the sqrt(3) factor, but I still like it, because I attach physical meaning to the force on an atom, not a force component. I do, however, definitely want to keep the ability to have weighted sums, and to have them broken down by I also don't understand what method 2 is doing. From the docs |
While I was comparing different force convergence, I realized that even for the same DFT & Machine-learning potential evaluated data, there could be difference force error depending on how force error is calculated. The way implemented in wfl package calculates norm of atomic forces. But what I have used before is element-wise (x1, y1, z1) comparison.
In order to make force RMSE/MAE comparable within different projects, It would better to use consistent way of force evaluation method.
I wonder if calculating norm of force is better way of evaluating force error.
The text was updated successfully, but these errors were encountered: