Skip to content

Commit

Permalink
NequIP| lib_dft.py G_gs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisung Kang committed Jun 19, 2024
1 parent f0d6242 commit 2ae7a42
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 @@ -101,7 +101,7 @@ def run_DFT(inputs):
if inputs.output_format == 'nequip':
from ase.io import read as atoms_read
single_print('[NequIP] Extract the pretrained NequIP ground truth.')
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 2ae7a42

Please sign in to comment.