Skip to content

Commit

Permalink
box stabilisation
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed May 28, 2024
1 parent 86223c5 commit f0b11f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/openmmMD.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def setup_system(modeller, forcefield, solvmol: str, no_restraints: bool):
return system

def setup_simulation(modeller, system):
integrator = mm.LangevinMiddleIntegrator(300*kelvin, 1/picosecond, 0.001*picoseconds)
integrator = mm.LangevinMiddleIntegrator(300*kelvin, 1/picosecond, 0.0005*picoseconds)
simulation = app.Simulation(modeller.topology, system, integrator)
simulation.context.setPositions(modeller.positions)
return simulation
Expand Down

0 comments on commit f0b11f8

Please sign in to comment.