-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello:
I'm following the tutorial number 4, and I have been able to run the program successfully with a customized forcefield. I did it for ethanol as described in the tutorial. However, I am interested in a different molecule. The program runs successfully with the new molecule and its customized forcefield but at some point it is crashing because of the kinetic energy is getting too large.
To solve the issue, I have run separately, openmm simulations and found that the problem comes from the time step and the damping coefficient of the Langevin coefficient and the attempt frequency of the MonteCarloBarostat (since I am interested in NPT ensemble).
I have two questions.
1- How can I set these parameters like time-step and the damping coefficient in tutorial 4?
2- How can I set the type of the integrator. Like If I am interested in MonteCarloBarostat or NoseHooverThermostat in tutorial 4?
Please let me know if you need more information
Thank
Shah