-
Notifications
You must be signed in to change notification settings - Fork 128
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
adding charges to NEP #299
Comments
Hi, it is definitely a major step ahead to include charges. Here is a review from the HDNNP by Professor Jörg Behler (https://pubs.acs.org/doi/abs/10.1021/acs.chemrev.0c00868) and page 15 - 20 goes over their latest scheme of incorporating charges and might be useful for brainstorm the charge implementations for NEP. Just want to add a comment that while adding this new features, might be useful to do benchmarking on efficiency too? I love NEP because it is always the best in terms of balancing efficiency and accuracy. I would love to see NEP is always the fastest code for large scale MD simulations. |
Thanks for the comments. This review is very helpful! I also hope to keep the superior speed of NEP, so I was thinking a non-Ewald way to evaluate the Coulomb forces. |
Aim to achieve this within GPUMD-v4.0. |
Recently, a new method about accelerating charge balance was developed by Jörg Behler et al., the titel of the article is Accelerating fourth-generation machine learning potentials by quasi-linear scaling particle mesh charge equilibration. This may also be helpful for you. |
I also have a suggestion for using MLFF to predict charges: Recently, Prof. Lei Li's research group at Southern University of Science and Technology has developed a method for self-consistent iterative prediction of atomic charge without reference to charge values. The paper web is: https://pubs.acs.org/doi/10.1021/acs.jctc.3c01254?ref=pdf. With this approach, the charge of an atom can be predicted without considering which type of reference charge to use (e.g., bader, mulliken), thus avoiding the dilemma of choosing different charge reference types for different systems. |
Thank you very much for pointing out this very interesting paper! |
Many users hope to have this feature.
How to set up the charges:
How to evaluate the interactions from the charges?
The text was updated successfully, but these errors were encountered: