We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c8834 commit 091c31eCopy full SHA for 091c31e
analysis/surface_energy.py
@@ -16,11 +16,10 @@
16
from pymatgen.core.periodic_table import Element
17
from ase import Atoms
18
19
-from database import queryengine as q
+from database import generate_metadata as q
20
f = q.__file__.replace(q.__file__.split('/')[-1], '')
21
pd_oc22_dict = json.load(open(os.path.join(f, 'pd_oc22_dict.json'), 'r'))
22
23
-
24
def get_ref_entries(bulk_entry, ref_element='O', MAPIKEY=None):
25
"""
26
For multicomponent systems greater than 2 elements, there is a maximum
0 commit comments