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

potcar_spec should return a pair of lists, not a dictionary #15

Open
bjmorgan opened this issue Dec 30, 2020 · 0 comments
Open

potcar_spec should return a pair of lists, not a dictionary #15

bjmorgan opened this issue Dec 30, 2020 · 0 comments
Assignees

Comments

@bjmorgan
Copy link
Owner

The potcar_spec() function in summary.py currently returns a dictionary of {name, md5_hash}. This does not work as expected when the same species appears more than once in the POTCAR file. A better implementation would be to return a pair of lists of [names], [md5_hashes].

@bjmorgan bjmorgan self-assigned this Dec 30, 2020
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