📄 Source:
Molecular Dynamics is a computer simulation method used to mimic how atoms move in real life.
The main concept:
👉 In simple terms: MD = solving physics equations to create a “movie” of atomic motion.
This makes MD a kind of computational microscope, because:
Time is divided into very small steps:
At each step:
Then repeat millions to trillions of times.
MD is extremely powerful and widely used.
MD can help determine:
This helps design better drugs.
MD can simulate:
This helps understand how proteins work dynamically, not just statically.
MD can study:
However:
⚠️ MD is not usually the best method to predict final folded structure from scratch.
Also used for:
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:
At energy minima → force = 0
For a system with N atoms
Example:
Newton’s Second Law:
F = ma
Also:
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.
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?
Even at equilibrium:
Probability of a structure:
p(x) propto e^{-U(x)/k_BT}
Total energy:
Should stay constant.
But:
Ignoring water causes major artifacts.
Two approaches:
Real systems contain ~10²³ molecules.
Simulations contain only:
To mimic bulk environment:
Like Pac-Man world 🙂
Time step ≈ 2 fs Protein events:
Thus:
Even today:
Force fields:
Experience is required to interpret MD results.
Standard MD:
But real systems can have:
Advanced methods exist (QM/MM etc.).
Popular packages:
Visualization tools:
Main families:
Important:
⚠️ Force field name ≠ software name (e.g. CHARMM force field vs CHARMM program)
New research:
Reasons:
N^2
This dominates runtime.
Specialized hardware chips for MD are also being developed.
Instead of Newton’s laws:
If energy decreases → accept If increases → accept with probability:
e^{-Delta U / k_BT}
After long time → samples Boltzmann distribution.
Gradually lowering temperature:
New methods:
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