Skip to content

Commit

Permalink
missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Jul 21, 2020
1 parent ddad16c commit e2d8cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyiron/lammps/interactive.py
Expand Up @@ -245,6 +245,8 @@ def calc_minimize(
"calc_minimize() is not implemented for the non modal interactive mode use calc_static()!"
)
super(LammpsInteractive, self).calc_minimize(
ionic_energy=ionic_energy,
ionic_forces=ionic_forces,
e_tol=e_tol,
f_tol=f_tol,
max_iter=max_iter,
Expand Down

0 comments on commit e2d8cee

Please sign in to comment.