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

Add a fast Laplacian evaluator #85

Open
wavefunction91 opened this issue Nov 15, 2023 · 1 comment
Open

Add a fast Laplacian evaluator #85

wavefunction91 opened this issue Nov 15, 2023 · 1 comment

Comments

@wavefunction91
Copy link
Owner

The mGGA implementation introduced in #84 evaluates the full hessian of the collocation matrix to evaluate the Laplacian. In principle, we should be able to hack gau2grid to produce the Laplacian directly (requiring less memory and fewer data transposes)

@wavefunction91
Copy link
Owner Author

This is partially addressed in #111 - GPU code directly evaluates the Laplacian rather than the Hessian

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