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

Restructure code to expect multipole moment integrals in the last dimension #312

Open
eljost opened this issue Sep 5, 2024 · 0 comments

Comments

@eljost
Copy link
Owner

eljost commented Sep 5, 2024

The "legacy" code used/uses the shape (multipole moments, shellsa, shellsb) for the multipole integrals. This should be changed to (shellsa, shellsb, multipole moments). Right now backend_numba_multipoles.py already supports that, but for compatibility reasons the integrals are resorted into (multipole moments, shellsa, shellsb).

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

No branches or pull requests

1 participant