Isolated molecule with MACE-POLAR-1 model #1410
|
Hello, I am trying to train a small MACE-POLAR model, and I got some questions.
I would really appreciate your comments! Thank you! All the best, |
Replies: 1 comment 1 reply
|
Hey @qinghualiao sorry for the delay in my answer,
Going to float32 might help too. |
Hey @qinghualiao sorry for the delay in my answer,
In case of isolated molecules, we used the real space implementation of the electrostatics interaction, and not the ewald. We just compute directly the coulomb energy and potential using erf and sums over the atoms. The details are including in the SI of the paper name: V.5Real Space Electrostatic Energy Computation. In particular, we use a finite different trick for computing the real space dipole dipole coulomb interaction.
Using the model in ML/MM is an active area of development for us. One needs to be careful because the model is a polarisable force field such that the MM charges do affect the ML charges in non trivial ways beyon…