Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-- lower priority -- Parallelization over number of molecules instead of trials per molecule #56

Open
marcelmbn opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@marcelmbn
Copy link
Member

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.

@marcelmbn marcelmbn added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant