Lecture 9 PPT

Protein structure

🧬 Molecular Dynamics (MD) Simulations — Complete Educational Summary

📄 Source:


⭐ What is Molecular Dynamics (MD)?

💡 Core idea

Molecular Dynamics is a computer simulation method used to mimic how atoms move in real life.

The main concept:

  • Atoms interact via a potential energy function
  • From this energy → we can calculate forces
  • Using Newton’s laws, we compute how atoms move over time

👉 In simple terms: MD = solving physics equations to create a “movie” of atomic motion.

This makes MD a kind of computational microscope, because:

  • We cannot experimentally observe the motion of every atom in a protein over time
  • MD allows us to visualize this at femtosecond resolution

⏱️ Basic MD Algorithm

Time is divided into very small steps:

  • Typical time step: 1–2 femtoseconds (10⁻¹⁵ s)

At each step:

  1. Calculate forces on every atom using a force field
  2. Update:
    • Position
    • Velocity

Then repeat millions to trillions of times.


🔬 Applications of MD

MD is extremely powerful and widely used.

💊 Drug binding and allostery

MD can help determine:

  • Where a drug binds
  • How binding changes protein structure
  • How binding at one site affects another site (allosteric effects)

This helps design better drugs.


⚙️ Understanding protein mechanisms

MD can simulate:

  • Transition between active ↔ inactive states
  • Signal propagation through receptors
  • Structural coupling between domains

This helps understand how proteins work dynamically, not just statically.


🧩 Protein folding

MD can study:

  • How unfolded proteins find their native folded structure
  • Folding pathways and intermediates

However:

⚠️ MD is not usually the best method to predict final folded structure from scratch.


🌍 MD beyond proteins

Also used for:

  • DNA / RNA
  • Lipid membranes
  • Carbohydrates
  • Materials science systems

⚡ How Forces are Calculated

Potential energy function

The system has total potential energy:

U(x)

which depends on positions of all atoms.

This function is called a:

👉 Force field

From energy we compute force:

F(x) = - abla U(x)

Meaning:

  • Force points toward lower energy
  • Larger energy change → stronger force

At energy minima → force = 0


Force Vector

For a system with N atoms

  • There are 3N coordinates
  • Therefore also 3N force components

Example:

  • Atom 1 → force in x, y, z
  • Atom 2 → force in x, y, z
  • etc.

🧮 Equations of Motion

Newton’s Second Law:

F = ma

Also:

  • Velocity = derivative of position
  • Acceleration = derivative of velocity

Thus:

rac{dx}{dt} = v

rac{dv}{dt} = rac{F(x)}{m}

These form a large system of ordinary differential equations.

👉 Analytical solutions are impossible → must solve numerically.


🔁 Numerical Integration

Simplest update:

x_{i+1} = x_i + delta t v_i

v_{i+1} = v_i + delta t rac{F(x_i)}{m}

Better method used in practice:

Leapfrog Verlet integration

Why?

  • Time-symmetric
  • More stable for long simulations
  • Conserves energy better

🎯 Key Properties of MD

🔄 Atoms never stop moving

Even at equilibrium:

  • Atoms vibrate continuously
  • Simulation samples the Boltzmann distribution

Probability of a structure:

p(x) propto e^{-U(x)/k_BT}


🔥 Energy conservation

Total energy:

  • Potential + kinetic

Should stay constant.

But:

  • Numerical rounding errors cause slow drift
  • Therefore simulations often use thermostats to control temperature.

💧 Importance of Solvent

Ignoring water causes major artifacts.

Two approaches:

🧊 Explicit solvent

  • Simulate water molecules directly
  • More accurate
  • More computationally expensive

🌫️ Implicit solvent

  • Mathematical approximation
  • Faster
  • Less realistic

♾️ Periodic Boundary Conditions

Real systems contain ~10²³ molecules.

Simulations contain only:

  • 100–1,000,000 molecules

To mimic bulk environment:

  • Simulation box is replicated infinitely
  • Particle leaving one side enters from opposite side

Like Pac-Man world 🙂


🚧 Limitations of MD

⏳ Timescale problem

Time step ≈ 2 fs Protein events:

  • ns → μs → ms → seconds

Thus:

  • Millions → trillions of steps needed

Even today:

  • Microsecond simulations are computationally demanding.

🎯 Force field approximations

Force fields:

  • Are not perfect
  • May give incorrect dynamics or stability

Experience is required to interpret MD results.


🔗 No bond breaking in classical MD

Standard MD:

  • Bonds remain fixed

But real systems can have:

  • Disulfide exchange
  • Protonation changes

Advanced methods exist (QM/MM etc.).


💻 MD Software

Popular packages:

  • GROMACS
  • AMBER
  • NAMD
  • Desmond
  • OpenMM
  • CHARMM

Visualization tools:

  • ⭐ VMD (very common)
  • PyMOL (alternative)

🧱 Force Fields

Main families:

  • CHARMM
  • AMBER
  • OPLS-AA

Important:

⚠️ Force field name ≠ software name (e.g. CHARMM force field vs CHARMM program)

New research:

  • Neural-network force fields trained on quantum data.

🚀 Why MD is Computationally Expensive

Reasons:

  1. Huge number of time steps
  2. Many force calculations each step
  3. Non-bonded interactions scale as:

N^2

This dominates runtime.


Speed-up strategies

  • Cutoff distance for van der Waals forces
  • Parallel computing
  • GPU acceleration
  • Constraint algorithms (freeze fast vibrations)
  • Enhanced sampling methods

Specialized hardware chips for MD are also being developed.


🎲 Monte Carlo Simulation — Alternative Method

Instead of Newton’s laws:

  • Make random structural changes
  • Accept or reject based on energy.

Metropolis criterion

If energy decreases → accept If increases → accept with probability:

e^{-Delta U / k_BT}

After long time → samples Boltzmann distribution.


❄️ Simulated annealing

Gradually lowering temperature:

  • Helps find low-energy structures
  • Used for structure optimization.

🤖 Machine Learning Direction

New methods:

  • Learn to sample equilibrium states directly
  • Can give huge speedups
  • But do not provide real dynamical trajectories (no “movie”).

⭐ Final Big Picture

MD simulations allow us to:

✅ Observe atomic motion ✅ Study protein mechanisms ✅ Explore folding pathways ✅ Understand drug interactions ✅ Complement experiments

But challenges remain:

⚠️ Timescales ⚠️ Force-field accuracy ⚠️ Computational cost

Quiz

Score: 0/30 (0%)