Skip to content

Commit 6cef264

Browse files
Update mlip_testing/calcs/supramolecular/LNCI16/calc_LNCI16.py
Co-authored-by: Elliott Kasoar <45317199+ElliottKasoar@users.noreply.github.com>
1 parent e90b9a6 commit 6cef264

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mlip_testing/calcs/supramolecular/LNCI16/calc_LNCI16.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ def benchmark_lnci16(
267267
complex_atoms.info["guest_charge"] = guest_atoms.info["charge"]
268268

269269
complex_atoms_list.append(complex_atoms)
270-
# print(
271-
# f" {system_name}: E_int = {e_int_model:.6f} eV "
272-
# f"(ref: {e_int_ref_ev:.6f} eV, error: {error_kcal:.2f} kcal/mol)"
273-
# )
274270
except Exception as e:
275271
print(f"Error processing {system_name}: {e}")
276272
continue

0 commit comments

Comments
 (0)