Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan8be committed Apr 12, 2024
1 parent 90e8a60 commit e84bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadynminer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ def _get_indexes(self, i=0, j=0, k=0):
a_indexes = a_indexes[:,:,:-1,:]
return a_indexes

def findminima2(self, temp=300.0, energy_unit="kJ/mol"):
def findminima2(self, temp=300.0, energy_unit="kJ/mol", max_iteration=10000):
if self.cvs >= 1:
cv1min = self.cv1min
cv1max = self.cv1max
Expand Down

0 comments on commit e84bbea

Please sign in to comment.