You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asking how incorporating new entries for post processing using MaterialsProjectCompatibility to correct the energies to account for well-known DFT errors, e.g., in the sulfur binding energy. #64
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