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

Improve update_hprd_coeffs #37

Open
Goobley opened this issue Mar 7, 2022 · 0 comments
Open

Improve update_hprd_coeffs #37

Goobley opened this issue Mar 7, 2022 · 0 comments

Comments

@Goobley
Copy link
Owner

Goobley commented Mar 7, 2022

The underlying implementation is relatively slow (not compared to the RH15d implementation), and recreates the entire thread pool which is very expensive (and shouldn't be necessary now due to the change to the use of a View on the atom object which should automatically update).

Maybe see if we can use the thread pool (if already present) to accelerate the calculation of these terms.

cpdef update_hprd_coeffs(self):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant