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 dense hamiltonian #2131

Merged
merged 13 commits into from
Dec 7, 2019
Merged

Conversation

fdmalone
Copy link
Contributor

@fdmalone fdmalone commented Dec 5, 2019

Add a dense implementation of factorised ERI (3-index) tensor for real hamiltonians. Avoids O(N^2M^2) memory overhead of storing half-rotated (ik|jl) used in the sparse code at a slightly increased computational cost. Ideal for larger molecules where sparsity in ERI tensor in MO basis is typically small. Works on GPU.

@qmc-robot
Copy link

Can one of the admins verify this patch?

Copy link
Contributor Author

@fdmalone fdmalone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very useful feature. Still in experimental phase, documentation and tests are coming in future (See #1061).

@ye-luo
Copy link
Contributor

ye-luo commented Dec 6, 2019

Okay to test

@mmorale3 mmorale3 merged commit a4df9a8 into QMCPACK:develop Dec 7, 2019
@fdmalone fdmalone deleted the add_dense_hamiltonian branch December 11, 2019 19:47
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

Successfully merging this pull request may close these issues.

None yet

4 participants