I wanted to use MaterialsProjectCompatibility to postprocess the MP data, vasprun.xml output file from our VASP calculations, and computed entries of O/S substituted Li-P-O tenary compounds in order to generate a phase diagram and an Electrochemical Stability Window.
In the code that follows:
with open("aimd_data/lpo_entries.json") as f:
lpo_data = json.load(f)
lpo_entries = [ComputedEntry.from_dict(d) for d in lpo_data]
as fallows lpo_entries.json file that has been utilized. The question is: How was this file created, and what computing method was applied in this case? Assist me with the same.
notebooks/2016-09-08-Data-driven First Principles Methods for the Study and Design of Alkali Superionic Conductors Part 2 - Phase and Electrochemical Stability.ipynb
lpo_entries.json