Skip to content

Commit

Permalink
allow more equilibration search steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgalcode committed Jul 28, 2023
1 parent 2d732df commit 065408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpmorph/jobs/equilibrate_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ..runners import rescale_volume


MAX_MD_JOBS = 5 # if you can't converge with five additional calcs you're doing something wrong...
MAX_MD_JOBS = 9 # if you can't converge with five additional calcs you're doing something wrong...
OFFSET = 0.1 # gives it enough room to slosh back

def get_scaled_structure(struct: Structure, scale_factor: float):
Expand Down

0 comments on commit 065408a

Please sign in to comment.