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

Entries in summary.search are returning wrongly #849

Open
cpashartis opened this issue Sep 28, 2023 · 1 comment
Open

Entries in summary.search are returning wrongly #849

cpashartis opened this issue Sep 28, 2023 · 1 comment

Comments

@cpashartis
Copy link

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.

@munrojm
Copy link
Member

munrojm commented Oct 17, 2023

@cpashartis will take a closer look at this.

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

No branches or pull requests

2 participants