Skip to content

Commit

Permalink
Update jsonTotable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jollactic authored Feb 16, 2024
1 parent 6afda76 commit 817686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccs_fit/scripts/jsonTotable.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def asecalcTotable(jsonfile, scale=10, table="CCS.table"):
[
f.write(
"\n {} {} {} {}".format(
index + 1, elem, tb.eval_energy(elem), -1 * tb.eval_force(elem)
index + 1, elem, tb.eval_energy(elem), tb.eval_force(elem)
)
)
for index, elem in enumerate(r)
Expand Down

0 comments on commit 817686d

Please sign in to comment.