Skip to content

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

@Varsha549

Description

@Varsha549

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions