exercises:2017_uzh_acpc2:prot_fol
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exercises:2017_uzh_acpc2:prot_fol [2017/05/17 12:27] – [Task 2: Perform constrained MD simulations] vrybkin | exercises:2017_uzh_acpc2:prot_fol [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Background ===== | ===== Background ===== | ||
- | A model protein you will have to deal with is the alanine decapeptide. The folding/ | + | A model protein you will have to deal with is the alanine decapeptide. The folding/ |
\begin{equation} | \begin{equation} | ||
Line 53: | Line 53: | ||
& | & | ||
</ | </ | ||
+ | |||
+ | ===== Task 3: Evaluate the free energy difference ===== | ||
+ | ⇒ Each constrained MD will produce a '' | ||
+ | < | ||
+ | Shake Lagrangian Multipliers: | ||
+ | Rattle Lagrangian Multipliers: | ||
+ | Shake Lagrangian Multipliers: | ||
+ | Rattle Lagrangian Multipliers: | ||
+ | </ | ||
+ | |||
+ | <note warning> | ||
+ | Make sure that you get the units right. The Largange multipliers are written in atomic units (Hartree/ | ||
+ | </ | ||
+ | |||
+ | * From these files you can calculate the average Lagrange multiplier of the Shake-algorithm like this: | ||
+ | < | ||
+ | grep Shake yourprojectname.LagrangeMultLog | awk '{c++ ; s=s+$4}END{print s/c}' | ||
+ | </ | ||
+ | |||
+ | * The average Lagrange multiplier is the average force F(x) required to constrain the atoms at the distance x. | ||
+ | * From these forces the free energy difference can be obtained via TI (see **Background**) | ||
+ | |||
+ | |||
+ | <note tip> | ||
+ | * Calculate ΔA numerically using the trapezoidal rule (or equivalent) with EXCEL, ORIGIN or any scripting language. | ||
+ | </ | ||
+ | |||
+ |
exercises/2017_uzh_acpc2/prot_fol.1495024072.txt.gz · Last modified: (external edit)