Yangxinsix / painn-sli

This is the source code for paper "Neural Network Potentials for Accelerated Metadynamics of Oxygen Reduction Kinetics at Au-Water Interfaces"
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Question about polarization in your force field. #1

Closed Ternity closed 11 months ago

Ternity commented 1 year ago

Dear Author: I have read your paper published in the Chem. Sci. and I am very interested in your work. I noticed that you mentioned that the MLFF used is 'polarizable atom interaction neural network (PaiNN) model'. And my question is: does a polarizable force field mean it can predict the distribution of charges? If possible, is this force field can be used to implement the constant potential method in the field of electrochemistry? Thank you! Looking forward to your reply.

Yangxinsix commented 11 months ago

Hi Ternity! Regarding your question, it is possible to predict atomic charges if you are training on charges. You can simply output two variables in the readout block in the model, one for energy and one for charge. But the problem is that this method does not guarantee that the total charge is conserved (the predicted total charge may be different from the real one).

To make sure the total charge conservation, you can resort to some other methods like charge equilibration scheme in 4-th BPNNP or spookynet. It will better fit the scenario in electrochemistry.

Ternity commented 11 months ago

Hi Yangxinsix! Thank you very much for your reply. Your answer about the relationship between charge prediction and the constant potential model is very enlightening. This information will be very useful. Thanks again for your time and expertise!