-
Notifications
You must be signed in to change notification settings - Fork 127
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
typewise cutoffs #660
typewise cutoffs #660
Conversation
@brucefan1983 interesting! Also, would are these fixed values then? Would it make sense to have the cutoffs also trainable (like the |
1)The global cutoffs are still needed, as in the expressions below:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Utilizing typewise cutoffs tends to accelerate convergence and improve the accuracy of training. We tested this approach on a couple of multi-element systems, and it worked well. Thanks for this enhancement!
pseudo code:
Usage example for
nep.in
:For C-C we will have
For O-H we will have
Potential benefits compared to using large global cutoffs only: