Skip to content

Commit

Permalink
Update dft.py
Browse files Browse the repository at this point in the history
Signed-off-by: Zishen Wang <[email protected]>
  • Loading branch information
zz11ss11zz authored Sep 22, 2024
1 parent 546bf2d commit ca67099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maml/apps/bowsr/model/dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def predict_energy(self, structure: Structure):
entry = compat.process_entry(vrun.get_computed_entry())
return (entry.energy - sum(elements[el]["energy_per_atom"] * amt for el, amt in el_amt_dict.items())) / len(
structure
) # type: ignore
) # type: ignore

0 comments on commit ca67099

Please sign in to comment.