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

Fix the single vs double integer precision mess in the code #93

Open
jacharrym opened this issue Sep 17, 2024 · 0 comments
Open

Fix the single vs double integer precision mess in the code #93

jacharrym opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
fix the mess help wanted Extra attention is needed

Comments

@jacharrym
Copy link
Collaborator

The whole code is a mess for integer precision; most of the code uses single, which is fine for reducing costs in very specific situations, but other parts of the code require double precision.

Yep, some integers could be larger than 2^31. A molecular system with more than 215 orbitals will break that limit for the N^4 index

@jacharrym jacharrym added help wanted Extra attention is needed fix the mess labels Sep 17, 2024
@jacharrym jacharrym self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix the mess help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant