Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisung Kang committed Jun 19, 2024
1 parent 5c15f35 commit 0f706a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/lib_dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run_DFT(inputs):
refer_atom.calc = refer_MLIP

from ase.io import read as atoms_read
struc_init = atoms_read('geometry.in.supercell', format='aims')
struc_init = atoms_read('../../../geometry.in.supercell', format='aims')
struc_init.calc = refer_MLIP
E_gs = struc_init.get_potential_energy()

Expand Down

0 comments on commit 0f706a4

Please sign in to comment.