You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the parallelization exploits parallel approaches for generating a molecule. However, the bottleneck is the finalization of the last calculations once a compound is found.
This would be overcome by searching in parallel for different molecules of num_molecules.
Alternative
Break the ongoing calculations (xtb or orca) once a compound is found.
The text was updated successfully, but these errors were encountered:
Currently, the parallelization exploits parallel approaches for generating a molecule. However, the bottleneck is the finalization of the last calculations once a compound is found.
This would be overcome by searching in parallel for different molecules of
num_molecules
.Alternative
Break the ongoing calculations (
xtb
ororca
) once a compound is found.The text was updated successfully, but these errors were encountered: