- Molecular dynamics (MD) simulations use classical physics to simulate the dynamic behavior of large biomolecules like proteins and polymers by calculating particle forces over time.
- Accurate MD requires small timesteps (fs), resulting in high computational cost to reach biologically relevant timescales, necessitating experimental validation and efficiency improvements.
- MD relies on detailed force fields and integration schemes like Verlet, with advanced methods such as REMD available to enhance sampling for complex systems or studies like protein model optimization.
This document introduces molecular dynamics (MD) simulations as a tool to investigate the dynamic behavior of proteins and polymers by simulating the forces and interactions between particles to derive their three-dimensional movement over time.
Key concepts discussed include:
- MD simulations utilize classical or Newtonian physics to investigate the dynamics of large biomolecules.
- The importance of verifying mechanistic workings obtained from MD simulations with experimental evidence.
- The computational limitations of simulating biologically relevant timescales due to the small integration time steps required.
- The importance of the water environment to the behavior of proteins.
- Approaches that can be used to improve computational efficiency.
The document highlights the relevant time and length scales in molecular simulations. It notes that accurate simulations require time steps smaller than the fastest motions, typically 1-2 fs. The document points out that an order of 1012 integration steps are needed to reach biologically relevant timescales.
The force fields used in MD simulations are described in detail. The document specifies that the force on particle i is Fi=−∂ri∂U, where U is the energy and ri is the position. The total potential energy is:
Utotal=Ubonded+Unon−bonded+Ucrossterm
- Ubonded includes Ubond, Uangle, and Udihedral.
- Unon−bonded includes UCoulomb and UVanderWaals.
The document provides equations for each of these energy terms, such as:
- Bonds: U(r)=21kb(r−r0)2
- U(r) is the potential energy of the bond.
- kb is the force constant of the bond.
- r is the length of the bond.
- r0 is the equilibrium length of the bond.
- Coulomb: U(rij)=rijϵ0(qi⋅qj)
- U(rij) is the electrostatic potential energy between atoms i and j.
- ϵ0 is Coulomb's constant.
- qi and qj are the partial charges of atoms i and j, respectively.
- rij is the distance between atoms i and j.
The Verlet integration scheme, a numerical method based on a Taylor expansion used to integrate the equations of motion in MD simulations, is presented.
The document also discusses the concept of convergence in molecular simulations, and introduces techniques such as umbrella sampling and replica exchange molecular dynamics (REMD) to enhance sampling. REMD involves running multiple replicas of the system at different temperatures to overcome energy barriers.
A case paper is presented where MD simulations were used to optimize a homology model of the enzyme Styrene mono-oxygenase (SMO). Essential Dynamics (ED) analysis was employed to track the progress of the simulations.