How to predict the charge via DeepMDkit #886
Unanswered
zhengcheng233
asked this question in
Q&A
Replies: 1 comment
-
Which version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I want to calculate the charges of some small polypeptides. I tried to collect all the charges of structures in training set as atom_ener.npy, and the dp training process seem to be succeeded.
After training, I freeze the dp model as graph.pb and using dp = DP('graph.pb') to load the parameters. However, when i use "dp.eval(coord,cell,atype,atomic=True", the program can not give the atomic contribution. So is there any approach to obtain the atomic contribution of the Neural networks.
Beta Was this translation helpful? Give feedback.
All reactions