Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into dopey_fermi
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jul 11, 2024
2 parents 974c23d + e279b55 commit b0b2047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doped/chemical_potentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import numpy as np
import pandas as pd
from emmet.core.thermo import ThermoDoc
from monty.serialization import loadfn
from pymatgen.analysis.phase_diagram import PDEntry, PhaseDiagram
from pymatgen.core import SETTINGS, Composition, Element, Structure
Expand Down Expand Up @@ -343,6 +342,8 @@ def _get_property_key_dict(legacy_MP: bool):
}

else:
from emmet.core.thermo import ThermoDoc # emmet only required if mp-api installed

property_key_dict = MP_API_property_keys["new"]
property_data_fields = list(ThermoDoc.model_json_schema()["properties"].keys())
get_entries_kwargs = {"property_data": property_data_fields}
Expand Down

0 comments on commit b0b2047

Please sign in to comment.