We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've noticed recently that when using summary.search, that some entries in the return data structure are not correct when compared to the website.
`mp_result = mpr.materials.summary.search(chemsys='Mg', energy_above_hull=(0., .5), num_sites=(0, 20))
for entry in mp_result: print(entry.material_id, entry.is_stable) `
This searches for all Mg, but for some reason the entries such as mp-153 return as not stable.
The text was updated successfully, but these errors were encountered:
@cpashartis will take a closer look at this.
Sorry, something went wrong.
No branches or pull requests
Hello,
I've noticed recently that when using summary.search, that some entries in the return data structure are not correct when compared to the website.
`mp_result = mpr.materials.summary.search(chemsys='Mg', energy_above_hull=(0., .5), num_sites=(0, 20))
for entry in mp_result:
print(entry.material_id, entry.is_stable)
`
This searches for all Mg, but for some reason the entries such as mp-153 return as not stable.
The text was updated successfully, but these errors were encountered: