-
For a given molecule, is there any way to extract its concrete descriptors generated by a certain model? |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Dec 31, 2021
Replies: 1 comment 1 reply
-
There is not an interface to do so. You need to modify some codes. deepmd-kit/deepmd/infer/deep_pot.py Lines 325 to 330 in 5a84796 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RA-zoL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is not an interface to do so. You need to modify some codes.
You can refer
deepmd.infer.DeepEval._eval_inner
and appendself._get_tensor("o_descriptor:0")
tot_out
.deepmd-kit/deepmd/infer/deep_pot.py
Lines 325 to 330 in 5a84796