@@ -23,8 +23,8 @@ keypoints:
2323Figure from: [ AI-Driven Multiscale Simulations Illuminate Mechanisms of SARS-CoV-2 Spike Dynamics] ( https://youtu.be/EIReA3s1Nwk )
2424{: .text-center :}
2525
26- - The size and the length of MD simulations has been recently vastly improved.
27- - Longer and larger simulations allow us to tackle wider range of problems under a wide variety of conditions.
26+ - The size and the length of MD simulations have been recently vastly improved.
27+ - Longer and larger simulations allow us to tackle a wider range of problems under a wider variety of conditions.
2828
2929----
3030
@@ -55,7 +55,7 @@ The focus will be on reproducibility and automation by introducing scripting and
5555## The theory behind the method of MD.
5656### Force Fields
5757
58- - Understanding complex biological phenomena requires simulations of large systems for a long time windows .
58+ - Understanding complex biological phenomena requires simulations of large systems for a long time window .
5959- The forces acting between atoms and molecules are very complex.
6060- Very fast method of evaluations molecular interactions is needed to achieve these goals.
6161
@@ -99,15 +99,15 @@ Examples of class 3 force fields are: [AMOEBA](https://pubmed.ncbi.nlm.nih.gov/2
9999
100100## Energy Terms of Biomolecular Force Fields
101101### Non-Bonded Terms
102- - Describe non-elecrostatic and electrostatic interactions between all pairs of atoms.
102+ - Describe non-electrostatic and electrostatic interactions between all pairs of atoms.
103103
104104![ graph: Interactions] ({{ page.root }}/fig/nb_matrix.svg){: width="260" }
105105
106- - Non-elecrostatic potential energy is most commonly described with the Lennard-Jones potential.
106+ - Non-electrostatic potential energy is most commonly described with the Lennard-Jones potential.
107107
108108#### The Lennard-Jones potential
109109
110- - Approximates the potential energy of non-elecrostatic interaction between a pair of non-bonded atoms or molecules:
110+ - Approximates the potential energy of non-electrostatic interaction between a pair of non-bonded atoms or molecules:
111111
112112$V_ {LJ}(r)=\frac{C12}{r^{12}}-\frac{C6}{r^{6}}$
113113{: .math-center:}
@@ -130,7 +130,7 @@ $C12=4\epsilon\sigma^{12},C6=4\epsilon\sigma^{6}$
130130
131131#### The Lennard-Jones Combining Rules
132132- The * LJ* interactions between different types of atoms are computed by combining the * LJ* parameters.
133- - Avoid huge number of parameters for each combination of different atom types.
133+ - Avoid a huge number of parameters for each combination of different atom types.
134134- Different force fields use different combining rules.
135135
136136![ Combining rules ] ({{ page.root }}/fig/combining_rules.svg){: width="380" }
@@ -146,14 +146,14 @@ $$\sigma_{ij}=\sqrt{\sigma_{ii}\times\sigma_{jj}}\qquad\qquad\qquad \epsilon_{ij
146146
147147** Lorentz–Berthelot:**
148148
149- $$ \sigma_{ij}=\frac{\sigma_{ii}+\sigma_{jj}}{2},\qquad \epsilon_{ij}=\sqrt{\epsilon_{ii}\times\epsilon_{jj}}\qquad $$ (CHARM , AMBER).
149+ $$ \sigma_{ij}=\frac{\sigma_{ii}+\sigma_{jj}}{2},\qquad \epsilon_{ij}=\sqrt{\epsilon_{ii}\times\epsilon_{jj}}\qquad $$ (CHARMM , AMBER).
150150
151151- Known issues: overestimates the well depth
152152
153153> ## Less common combining rules.
154154> ** Waldman–Hagler:**
155155>
156- > $$ \sigma_{ij}=\left(\frac{\sigma_{ii}^{6}+\sigma_{jj}^{6}}{2}\right)^{\frac{1}{6}} $$ , $$ \epsilon_{ij}=\sqrt{\epsilon_{ij }\epsilon_{jj}}\times\frac{2\sigma_{ii}^3\sigma_{jj}^3}{\sigma_{ii}^6+\sigma_{jj}^6} $$
156+ > $$ \sigma_{ij}=\left(\frac{\sigma_{ii}^{6}+\sigma_{jj}^{6}}{2}\right)^{\frac{1}{6}} $$ , $$ \epsilon_{ij}=\sqrt{\epsilon_{ii }\epsilon_{jj}}\times\frac{2\sigma_{ii}^3\sigma_{jj}^3}{\sigma_{ii}^6+\sigma_{jj}^6} $$
157157>
158158> This combining rule was developed specifically for simulation of noble gases.
159159>
@@ -173,12 +173,12 @@ $V_{B}(r)=Aexp(-Br) -\frac{C}{r^{6}}$
173173- Risk of "buckingham catastrophe" at short distances.
174174
175175There is only one combining rule for Buckingham potential in GROMACS:
176- $A_ {ij}=\sqrt{( A_ {ii}A_ {jj}) }$
177- $B_ {ij}=2/( \frac{1}{B_ {ii}}+\frac{1}{B_ {jj}}) $
178- $C_ {ij}=\sqrt{( C_ {ii}C_ {jj}) }$
176+ $A_ {ij}=\sqrt{A_ {ii}\times{ A_ {jj}} }$
177+ $B_ {ij}=\frac{2}{ \frac{1}{B_ {ii}}+\frac{1}{B_ {jj}}} $
178+ $C_ {ij}=\sqrt{C_ {ii}\times{ C_ {jj}} }$
179179{: .self_study_text :}
180180** Combining rule (GROMACS)** :
181- $$ A_{ij}=\sqrt{( A_{ii}A_{jj})} \qquad B_{ij}=2/( \frac{1}{B_{ii}}+\frac{1}{B_{jj}}) \qquad C_{ij}=\sqrt{( C_{ii}C_{jj}) } $$
181+ $$ A_{ij}=\sqrt{A_{ii}\times{ A_{jj}}} \qquad B_{ij}=\frac{2}{ \frac{1}{B_{ii}}+\frac{1}{B_{jj}}} \qquad C_{ij}=\sqrt{C_{ii}\times{ C_{jj}} } $$
182182{: .instructor_notes :}
183183
184184
@@ -195,7 +195,7 @@ $$A_{ij}=\sqrt{(A_{ii}A_{jj})} \qquad B_{ij}=2/(\frac{1}{B_{ii}}+\frac{1}{B_{jj}
195195> Geometric mean is selected by using rules 1 and 3;
196196> Lorentz–Berthelot rule is selected using rule 2.
197197>
198- > GROMOS force field requires rule 1; OPLS requires rule 3; CHARM and AMBER require rule 2
198+ > GROMOS force field requires rule 1; OPLS requires rule 3; CHARMM and AMBER require rule 2
199199>
200200> The type of potential function is specified in the 'nbfunc' column: 1 selects Lennard-Jones potential, 2 selects Buckingham potential.
201201{: .callout .self_study_text }
@@ -271,7 +271,6 @@ $V_{Dihed}=k_\phi(1+cos(n\phi-\delta)) + ...$
271271
272272{: width="200" }
273273
274- Where the dihedral angle $$\phi$$ is the angle between planes ijk and ijl.
275274{: .self_study_text :}
276275- The dihedral angle $$\phi$$ is the angle between planes ijk and ijl.
277276
@@ -291,16 +290,16 @@ Where the dihedral angle $$\phi$$ is the angle between planes ijk and ijl.
291290- Implemented in CHARMM and AMOEBA force fields.
292291
293292### CHARMM CMAP correction potential
294- - Peptide torsion angles: phi, psi, omega.
295- - A protein can be seen as a series of linked sequences of peptide units which can rotate around phi/psi angles.
296- - phi/psi angles define the conformation of the backbone.
293+ - Peptide torsion angles: $\ phi$, $\ psi$, $\ omega$ .
294+ - A protein can be seen as a series of linked sequences of peptide units which can rotate around $\ phi/\ psi$ angles.
295+ - $\ phi/\ psi$ angles define the conformation of the backbone.
297296
298297{: width="400" }
299298
300- - phi/psi dihedral angle potentials correct for force field deficiencies such as errors in non-bonded interactions, electrostatics, lack of coupling terms, inaccurate combination, etc.
299+ - $\ phi/\ psi$ dihedral angle potentials correct for force field deficiencies such as errors in non-bonded interactions, electrostatics, lack of coupling terms, inaccurate combination, etc.
301300- CMAP potential was developed to improve the sampling of backbone conformations.
302301- CMAP parameter does not define a continuous function.
303- - it is a grid of energy correction factors defined for each pair of phi/psi angles typically tabulated with 15 degree increments.
302+ - It is a grid of energy correction factors defined for each pair of$\ phi/\ psi$ angles typically tabulated with 15 degree increments.
304303
305304{: width="240" }
306305
0 commit comments