Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed Feb 20, 2024
1 parent 21baf3f commit 946045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/openmm-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
modeller.addSolvent(forcefield, numAdded=solvmol)
system = forcefield.createSystem(modeller.topology, nonbondedMethod=PME, nonbondedCutoff=1.0*nanometer, constraints=HBonds)
temp=int(sys.argv[2])
integrator = LangevinMiddleIntegrator(temp*kelvin, 1/picosecond, 0.004*picoseconds)
integrator = LangevinMiddleIntegrator(temp*kelvin, 1/picosecond, 0.001*picoseconds)
simulation = Simulation(modeller.topology, system, integrator)
simulation.context.setPositions(modeller.positions)
print("Minimizing energy")
Expand Down

0 comments on commit 946045c

Please sign in to comment.