Skip to content

Commit 091c31e

Browse files
author
CifLord
committed
change directory
1 parent 62c8834 commit 091c31e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

analysis/surface_energy.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
from pymatgen.core.periodic_table import Element
1717
from ase import Atoms
1818

19-
from database import queryengine as q
19+
from database import generate_metadata as q
2020
f = q.__file__.replace(q.__file__.split('/')[-1], '')
2121
pd_oc22_dict = json.load(open(os.path.join(f, 'pd_oc22_dict.json'), 'r'))
2222

23-
2423
def get_ref_entries(bulk_entry, ref_element='O', MAPIKEY=None):
2524
"""
2625
For multicomponent systems greater than 2 elements, there is a maximum

0 commit comments

Comments
 (0)