-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sparse dvr #38
Sparse dvr #38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good all in all. There's only a few small comments, and maybe we need to discuss the handling of the spin-squared operator for DVR?
Hmm, come to think of it, you need to merge with master first. This pull request looks to be a little behind. |
Huh, doesn't github show merge-commits from master? Anyways, it has been done now. |
Lets do the merge! 🍾 |
Use the library sparse to represent the sparse u-matrix elements. Since
sparse
does not yet have an einsum-implementation, alleinsum
-calls have to be rewritten totensordot
if this is going to work. Is this a feasible and/or desirable task?