Simulated Tempering Temperature Weights

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Kyle Kihn
Posts: 29
Joined: Mon Apr 01, 2019 8:18 am

Simulated Tempering Temperature Weights

Post by Kyle Kihn » Fri Jul 10, 2020 7:19 am

Hi All,
We have been attempting to implement the enhanced sampling method of simulated tempering using openMM. We had a question regarding if we are implementing the weights correctly. We let the script determine the weights for us, but provide a min and max temp as well as a number of temperatures to sample. We this was used on a WT system we see fairly even temperature sampling distribution (Temperature_HistogramPhuS_ST_520K_WT_500ns.png). However when we run a single residue mutant (generated using the CHARMM PDB generator) and run it under the exact same script we get a very uneven sampling of the temperature space (Temperature_Histogram_PhuS_ST_520K_H212R_500ns.png. Is this expected? or are we implementing something incorrectly?
Thank you,
Kyle
Attachments
Temperature_plotPhuS_ST_520K_WT_500ns.png
Temperature_plotPhuS_ST_520K_WT_500ns.png (329.74 KiB) Viewed 116 times
Temperature_plot_PhuS_ST_520K_H212R_500ns.png
Temperature_plot_PhuS_ST_520K_H212R_500ns.png (255.56 KiB) Viewed 116 times
Temperature_HistogramPhuS_ST_520K_WT_500ns.png
Temperature_HistogramPhuS_ST_520K_WT_500ns.png (116.56 KiB) Viewed 116 times
Temperature_Histogram_PhuS_ST_520K_H212R_500ns.png
Temperature_Histogram_PhuS_ST_520K_H212R_500ns.png (132.19 KiB) Viewed 116 times

User avatar
Peter Eastman
Posts: 2573
Joined: Thu Aug 09, 2007 1:25 pm

Re: Simulated Tempering Temperature Weights

Post by Peter Eastman » Fri Jul 10, 2020 2:19 pm

That looks to me like it's getting stuck in a set of bad weights that don't produce an even distribution. You can also see that it's gradually fixing the problem as it adjusts the weights. With time, it starts to access higher and higher temperatures. But it's happening very slowly, which isn't what you want.

The first thing I would try is increasing the number of temperatures a bit, so as to get better overlap between them. Does that give better behavior?

POST REPLY