Dear Materials Project Support Team,
I hope this message finds you well. I am writing to seek assistance regarding an issue I have encountered while using the Materials Project API to generate a phase diagram for the Li-Fe-O system.
Issue Description: While utilizing the API to fetch and visualize the phase diagram, I noticed a discrepancy in the data points compared to those displayed on the Materials Project web interface. Specifically, the phase diagram generated via the API is missing the entry for Fe3O4, even though the web interface includes this point with the same stability criteria (energy above hull set to 10 meV/atom).
Reproduction Steps:
- I used the following code to retrieve entries and generate the phase diagram:
python
entries = mpr.get_entries_in_chemsys(elements='Li-Fe-O')
pd = PhaseDiagram(entries)
pd.get_plot(ternary_style='2d', show_unstable=10).show()
- The web interface was used with the same stability criteria to filter the data.
:from api
:from Materials Project Web.
I am eager to resolve this issue to continue my research without any interruptions. Thank you in advance for your time and assistance. I look forward to your response.