Skip to content

Commit

Permalink
mic is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
thorben-frank committed Aug 22, 2024
1 parent 9e825f2 commit bc901cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlff/cAPI/mlff_structure_relaxation.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def load_start_geometry(f: str) -> Atoms:
capacity_multiplier=1.25,
F_to_eV_Ang=default_access(conversion_table, key=F_key, default=eV),
E_to_eV=default_access(conversion_table, key=E_key, default=eV),
mic=mic)
)

molecule.set_calculator(calc)

Expand Down

0 comments on commit bc901cb

Please sign in to comment.