Statistical weights of umbrella sampling trajectories (to analyze trajectories) #884
-
Hello, I am currently doing PLUMED tutorial for umbrella sampling (Lugano tutorial) and I have successfully calculated statistical weights of each US snapshot by applying wham.py program according to tutorials. It was said that these weights can be used to calculate any property from US trajectory, not just free energy as a function of CV. Regarding free energy as a function of CV, this is clear and I can even do it by gmx wham command., but gmx wham cannot give me weights of each snapshot (to do other analysis). I am trying to understand how should I apply these weights to compute some other quantities from US trajectory. Let's say that I want to compute only Coloumb electrostatic energies between molecule A and B, as a function of COM (center of mass distance between molecules A and B). Lets say at COM=5 nm Coloumb electrostatic energy can have 100 different values (due to the fact that many US snapshots can have COM=5nm and give different values due to different relative orientations between molecules). Is this correct way to how to compute random property from US trajectory? Or I need to apply some more soffisticated procedure? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If I understand correctly your procedure, it makes sense except that you should normalize the weights: (weight1Couloumb1+weight2Coloumb2+ ..... + weight_n*Couloumb_n) /( weight1+weight2+ ..... + weight_n) Indeed, the sum of the weights at each distance will be different. |
Beta Was this translation helpful? Give feedback.
If I understand correctly your procedure, it makes sense except that you should normalize the weights:
(weight1Couloumb1+weight2Coloumb2+ ..... + weight_n*Couloumb_n) /( weight1+weight2+ ..... + weight_n)
Indeed, the sum of the weights at each distance will be different.