materialsproject / api

New API client for the Materials Project
https://materialsproject.github.io/api/
Other
105 stars 34 forks source link

Entries in summary.search are returning wrongly #849

Open cpashartis opened 9 months ago

cpashartis commented 9 months ago

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 commented 9 months ago

@cpashartis will take a closer look at this.