mattwthompson / scattering

Functions for analyzing molecular simulations according to scattering experiments
MIT License
9 stars 9 forks source link

Parallelize partial VHF calculations #19

Open mattwthompson opened 4 years ago

mattwthompson commented 4 years ago

This loop https://github.com/mattwthompson/scattering/blob/15e73ce16d88fc9c816d2e3538aed8c31cfec3a3/scattering/van_hove.py#L47 is begging to be sent out to separate threads

rmatsum836 commented 3 years ago

Being handled by #53