Possible parallelization of get_descriptors() feature #385
Unanswered
zarkoivkovicc
asked this question in
Q&A
Replies: 1 comment
-
You can do that by adapting the eval config scripts to also write the descriptors. |
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
-
I would like to get descriptors for a list of molecules, and right now I have to call
calculator.get_descriptors(config)
for each molecule separately. It would be nice if we could putlist[configs]
and get a list of descriptors, in a way that each molecule is done in parallel (or in a relatively small amount of batches).Beta Was this translation helpful? Give feedback.
All reactions