Limit to element_composition #63
Labels
algorithm
Related to the back-end algorithm for generating the mindless molecules.
bug
Something isn't working
enhancement
New feature or request
Allow limiting the output only to elements denoted in
element_composition
.Some Options
fix_element_composition
forbidden_elements = "1-*"
hack, i.e. forbid everything and overrule byelement_composition
. Currently raising aValueError
due to an empty multiprocess pool.Current workaround:
Manually forbid all elements that are not within your choice of
element_composition
(inconvenient).The text was updated successfully, but these errors were encountered: