calculate PMF from Umbrella sampling. #725
Replies: 1 comment 3 replies
-
Hi @Adityapanda1992, first a disclaimer: this simulation is way too short (50000 steps per window) to give you any statistically meaningful results. Therefore, I assume you are only inquiring about the general protocol and not for this specific run. What you will need is the To extract the trajectories of the python3 plot_colvars_traj.py \
--first $((${targetNumSteps}*${i})) \
--last $((${targetNumSteps}*(${i}+1))) \
--variables myColvar \
--output-file window-${i}.dat \
*.colvars.traj or also load the script in Python and do the slicing there. @fabsugar You want to provide some example for the FCAM unbiasing method? |
Beta Was this translation helpful? Give feedback.
-
Dear developer,
I wonder if Colvar Gomacs's implementation has any way to calculate PMF from umbrella sampling. my colvar file is given below. any help is appreciated greatly.
Beta Was this translation helpful? Give feedback.
All reactions