GROMACS patched DEEPMD simulation -nan energy #4836
-
|
Hi All, I have gotten this error whilst running my MLMD: and I am wondering what can be causing this. I have tried both inserting the water molecules into my MOFs using gmx_insert and also using my final XTB structure (where I generated my training data). I am also wondering whether the bonds and angles specified in my itp files and also force field files would have anything to do with this. I have attached the mlmd.log file, If anyone can give me advice on it, I would greatly appreciate it! Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Hi, there are a couple of thoughts to help you fix this:
Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I was using GROMACS with DeepMD-kit v3.1.0, but didn't come across the same error like yours, would you mind providing more informations such as topol.top? |
Beta Was this translation helpful? Give feedback.
-
|
I got the completely consistent situation! I have tried deepmd-kit from v2.2.5 to v2.2.11 with gromacs 2020.2 for the water system in examples fold, it's very quite strange to run smoothly on my own computer while failed on the node on cluster.....On the cluster it will appear -nan energy....I promise they have the same or very similar compiling like gcc, cmake, python for gromacs. And for the deepmd-kit, I have tried install by Conda and off-line package, it's all useless. And I found it's "dener" in "enerd->term[F_EPOT] += dener * e_dp2gmx * deepmdPlugin->lmd;" in sim_util.cpp, the "dener" become -nan through "deepmdPlugin->nnp->compute(dener, dforce, dvirial, dcoord, deepmdPlugin->dtype, dbox);" ! I have no idea about this now. I think it's likely to be a bug. |
Beta Was this translation helpful? Give feedback.
Hi, there are a couple of thoughts to help you fix this: