You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
The
potcar_spec()
function insummary.py
currently returns a dictionary of {name, md5_hash}. This does not work as expected when the same species appears more than once in thePOTCAR
file. A better implementation would be to return a pair of lists of [names], [md5_hashes].The text was updated successfully, but these errors were encountered: