ssec-jhu / bluephos

automated computational tool streamlining the development and analysis of blue phosphorescent materials
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

optimize geometries default num_cpus should be 1 #71

Open amitschang opened 3 months ago

amitschang commented 3 months ago

There is some evidence from experimentation on a test dataset that the optimize_geometries step performs best with a single core. Both the cumulative walltime (observed * n cpu) and even observed walltime are higher with more cores:

image

This phenomena should probably also be highlighted in the docstring