Skip to content

Commit

Permalink
Remove phase diagram from thermo doc and builder (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro authored Sep 15, 2021
1 parent 2ebc51f commit 9246202
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions emmet-core/emmet/core/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ class ThermoDoc(PropertyDoc):
" The keys for this dictionary are names of various calculation types",
)

phase_diagram: PhaseDiagram = Field(
None,
description="Phase diagram for the entire chemical system of this material.",
)

@classmethod
def from_entries(
cls, entries: List[Union[ComputedEntry, ComputedStructureEntry]], **kwargs
Expand Down Expand Up @@ -120,7 +115,6 @@ def from_entries(
"formation_energy_per_atom": pd.get_form_energy_per_atom(e),
"energy_above_hull": ehull,
"is_stable": e in pd.stable_entries,
"phase_diagram": pd.as_dict(),
}

if "last_updated" in e.data:
Expand Down

0 comments on commit 9246202

Please sign in to comment.