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 sparse datasets #70

Merged
merged 53 commits into from
Dec 17, 2021
Merged

Add sparse datasets #70

merged 53 commits into from
Dec 17, 2021

Conversation

q-posev
Copy link
Member

@q-posev q-posev commented Dec 7, 2021

This PR adds I/O for sparse datasets (e.g. n-electron integrals).
The sparse data is stored as a tuple of n indices (each represented as an int) and a floating point value.

q-posev and others added 30 commits November 24, 2021 17:44
+ remove trailing whitespaces
+ renamed templated variables with std_dtype_in|out suffix into _format_scanf|printf for clarity
q-posev and others added 23 commits December 9, 2021 16:23
@q-posev q-posev merged commit 8ca74ff into master Dec 17, 2021
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.

Handle index/value structs
2 participants