Download MD simulations (Leach)

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Classical mechanics wikipedia , lookup

Classical central-force problem wikipedia , lookup

Hunting oscillation wikipedia , lookup

Density of states wikipedia , lookup

Equipartition theorem wikipedia , lookup

Work (thermodynamics) wikipedia , lookup

Matter wave wikipedia , lookup

Gibbs free energy wikipedia , lookup

Kinetic energy wikipedia , lookup

Theoretical and experimental justification for the Schrödinger equation wikipedia , lookup

Internal energy wikipedia , lookup

Thermodynamic temperature wikipedia , lookup

Atomic theory wikipedia , lookup

Heat transfer physics wikipedia , lookup

Grand canonical ensemble wikipedia , lookup

Relativistic mechanics wikipedia , lookup

Eigenstate thermalization hypothesis wikipedia , lookup

Transcript
Molecular Biophysics III – dynamics
Molecular Dynamics Simulations - 01/13/05
Hagai Meirovitch
1
References:
1) A.R. Leach, “Molecular Modeling”, second edition, Prentice Hall
pp. 353-406.
2) D. Frenkel and B. Smit, “Understanding Molecular Simulations from
Algorithms to Applications”, second edition, Academic Press.
Chapters 4 and 6.
3) M.P. Allen and D. J. Tildesley, “Computer Simulation of Liquids”,
1991, Oxford. Chapter 3.
2
Introduction
Biological processes are commonly studied by experimental techniques
(X-ray, NMR, etc.). However, to gain deeper insights in terms of atomic
interactions we try to model biological macromolecules (proteins, DNA,
carbohydrates, etc.) and simulate their behavior by Monte Carlo (MC)
methods or molecular dynamics (MD) techniques that obey the rules of
physics.
Before discussing MD let us refresh some basic notions from high school
physics.
3
Forces
Examples of F (F vector; F=|F|) :
1) Stretching a spring by a distance x: F= -fx, Hook’s Law
f- spring constant. F negative because it is opposite to x.
2) Gravitation force: F= kMm/r2 - m and M masses with distance r; k constant. On earth (R,M large), g=kM/R2  F=mg
3) Coulomb law: F=kq1q2/r2 , q1 and q2 charges.
Newton’s second law (F - resultant force):
dv
d 2x
F  ma  m
m 2
dt
dt
a, v, and x vectors; t time
4
Mechanical work W:
If a constant force is applied along distance d, W=Fd (F=|F|). More
general, W=! F.dx.
Potential energy:
If mass m is raised to height h negative work is done, W = –mgh and the
mass gains potential energy,Ep= -W = +mgh - the ability to do
mechanical work: when m falls dawn, Ep is converted into
kinetic energy,
Ek = mv2/2, where v2/2=gh (at floor).
A spring stretched by d: Ep= -W = f! xdx = fd2/2
Two charges: Ep = kq1q2/r
In a closed system the total energy, Etot = Ep+ Ek is constant but Ep/Ek can
change; e.g., oscillation of a mass hung on a spring.
5
Linear momentum
p=mv
The total momentum of a system of particles is equal to the momentum
of a single particle with the total mass of the system moving with the
velocity of the center of mass of the system, vCM
vCM = Σmivi / Σmi
In a system with no external forces the total momentum is conserved the center of mass moves in a straight line with constant speed.
Notice, the force exerted on a particle is the negative derivative of the
potential energy with respect to the coordinates.
F = dp/dt = - dEp/dx
6
MD simulations
We treat N argon atoms of mass m enclosed in an isolated container.
Each pair interacts via Lennard-Jones potential energy (Etot= const.)
      
( r)  4      
 r   r  
12
6
r
r =σ
ε
The force in x1 direction between (x1, y1, z1) and (x2, y2, z2)

 r
 [( x1  x 2 ) 2  ( y1  y 2 ) 2  ( z1  z 2 ) 2 ]1 / 2
Fx1  



x1
r x1
r
x1
 212  6  x1
 x1

 24  13  7 
r r
r  r
 r
7
Assume that at t=0 atom i is positioned at coordinates xi(0) and has
initial velocity vi(0) (i=1,N); one can solve numerically Newton’s
equations obtaining the positions xi(t) and velocities vi(t) at time t. This
is the essence of MD.
Integration of the equations of motion by a finite differences method
with the popular Verlet algorithm: Taylor expansions to 3rd order for i
1
1
2
r (t  t )  r (t )  (t ) v (t )  (t ) a(t )  (t ) 3 b(t )  ....
2
6
1
1
2
r (t  t )  r (t )  (t ) v(t )  (t ) a(t )  (t ) 3 b(t )  .....
2
6
Adding these equations gives [up to order (δt)4]
r (t  t )  2r (t )  r(t  t )  (t ) a(t )  O[(t ) ]
2
4
Independent of velocities. a(t) is calculated from F/m; m – mass.
8
The velocities (required for the kinetic energy and temperature) are:
v(t )  [r(t  t )  r (t  t )] / 2(t )
i.e., correct up to (δt)2 . They can also be estimated at half step, t+(1/2)δt,
1
v(t  t )  [r (t  t )  r (t )] / t
2
The process is iterative. Starts with initial coordinates and velocities;
then t+δt  t and t  t- δt etc. Irrespective of initial conditions the
particles get mixed according the laws of statistical mechanics.
Most of computer time is spent on calculation of the forces, f = a/m.
The Verlet algorithm satisfies time reversal r(t + δt) = r(t - δt).
9
• The procedure is approximate  if δt is not small enough numerical
instabilities and drift in the total energy can occur. For proteins, typically
δt=1/2 - 4 femtoseconds (1 fs = 10-15 seconds)  large protein systems
(~104 atoms) are limited to ~1 ms simulations.
• Very small changes in the initial conditions will lead to different
trajectories. However, we are not interested in the trajectory per se.
We seek to have a reliable trajectory from the thermodynamics point of
view, i.e., one which leads to the correct statistical mechanics averages of
properties such as potential energy, end-to-end distance of a polymer, etc.
• Verlet’s algorithm maintains constant energy for relatively long times.
Calculation of the velocities (i.e. kinetic energies) is not precise enough.
10
Many other algorithms have been developed. Some are equivalent to
Verlet’s method - leap-frog (Hockney, 1970) and velocity Verlet (Swope,
Andersen, Berens& Wilson, 1982), where v is more accurate
1
r (t  t )  r (t )  (t ) v (t )  (t ) 2 a(t )
2
(t )
v (t  t )  v (t ) 
[a(t )  a(t  t )]
2
Here, first r(t+ δt) is calculated from v(t) and a(t). v(t+ δt ) is calculated
in two stages, first at mid-step, i.e., v(t+ δt/2)
1
(t )
v (t  t )  v (t ) 
a(t )
2
2
Finally, a(t+ δt) is calculated and the corresponding force, which lead to
v(t+ δt)
1
(t )
v(t  t )  v(t  t ) 
a(t  t )
2
2
11
MD and statistical mechanics
The argon atoms in the isolated box (i.e., of constant energy, Etot) are
described in statistical mechanics by a microcanonical ensemble; each
system configuration (xN,vN ) = (x1,..,xN,v1,…,vN) has the same
probability and total energy, Etot. One can calculate ensemble averages
of potential & kinetic energy < Ep> + <Ek>=Etot in phase space, ΩE(tot)
1
N
N
N
N
 Ep 
E
(
x
,
v
)
d
x
d
v
 p
 Etot  Etot
One can calculate in this ensemble the distribution of the velocity
component, vx of atom i (with mass m); it is the Maxwell-Boltzmann
(Gaussian) probability (T – temperature; kB - Boltzmann const.)
 m
p(v x )  
 2k BT
1/ 2



 1 mvx 2 
exp 

 2 k BT 

m  v x2  1
 kBT
2
2
12
The microcanonical ensemble provides a static probabilistic picture,
while MD defines a deterministic dynamical picture. In other words,
with MD (like in real experiments) measurements are carried out in time
and it would be beneficial if the two pictures could be reconciled, i.e., if
the MD time averages would lead to the ensemble averages.
Under the ergodic hypothesis a long MD run does not depend on the
initial conditions and it leads to the ensemble averages. For Ep,
1t
N

E p  lim  dt E p (r , t )  E p 
t  t 0
Where the bar denotes time average and the brackets ensemble average.
In practice, an MD trajectory after equilibration visits only a very limited
part of phase space, consisting, however, of typical coordinates and
velocities. The velocities are distributed Maxwell Boltzmann, which
constitutes a criterion to check that equilibration has occurred.
13

1
A starting non-typical
configuration
2
a typical random
configuration at high T
While the probability of (x1,..,xN,v1,…,vN) of picture 1 is equal to that of
picture 2, the number of randomly distributed configurations (as in 2) is
much larger than the cluster-like conf. of fig. 1; therefore, after
equilibration the system will “always” be found in a typical (random)
configuration (2) and the ensemble averages will be obtained.
Calculation of temperature
In a microcanonical system (N,V,E constant - V volume) T can be
defined after MD equilibration, using the relation, T =<mv2>/kB> for one
degree of freedom or from the total kinetic energy.
14
The relation between the total average kinetic energy Ek and T is:
T/2=Ek/kB(3N-Nc)
Where Nc is the number of constraints. For example, if the system is
defined with periodic boundary conditions, it might be beneficial to
choose initial velocities for which the velocity of the center of mass is
zero. In this case Nc=3.
Periodic boundary conditions: the atom that should have
left the box to position (xo+Δx,y), appears instead on the
other side at position (Δx,y) with the same velocity.
Δx
Δx
xo
The total kinetic energy is estimated from the values Ek(t) obtained from
a sample of n snapshots taken at constant time intervals t:
1 n
Ek   Ek (t )
15
n t 1
Efficiency
• MD is a robust method, which is used extensively in all kinds of
systems, fluids, polymers, biological macromolecules etc.
• In an MD simulation two successive snapshots at times t and t+Δt are
correlated if Δt is not large enough. If the correlations are strong the
system will not span the required regions in phase space and the averages
calculated will be incorrect, i.e., the ergodic assumption unsatisfied.
• Indeed, in many cases, such as in glasses, systems under a phase
transition, and proteins, the correlations are strong even for very large Δt
and sophisticated techniques are required to handle such systems.
• Processes in nature (e.g., protein folding) and in experiments might
occur on relatively large time scales (seconds and above) that are beyond
the reach of MD with the present computers (nano - microseconds).
16
Movie
216 argon atoms run by velocity Verlet algorithm at constant energy
(NVE).
Temperature 200 K (Tcritical 150 K) – dense gas.
Time step δt= 5 femtoseconds
Each frame is taken after 20 time steps (0.1 ps)
Total run time for 2500 frames is 250 ps.
To demonstrate the independence of the equilibrium behavior on the
initial conditions (ergodic theorem) the simulation starts from a nontypical configuration where the atoms are arranged at the corner with a
density of liquid argon (i.e., 8 times higher than the system density after
17
equilibration).
Potential energy calculated from the movie frames
Potential Energy as a Function of Time
Potential Energy (kcal/mol)
0
-50
-100
-150
-200
-250
0
20
40
60
80
100
time (ps)
18
Fluctuations in Total Energy for an NVE Simulation of
216 TIP3P Water Molecules (1fs time step)
[the run was initiated at E = -1730.32 kcal/mol]
-1730.2
Total Energy (kcal/mol)
-1730.25
-1730.3
-1730.35
-1730.4
-1730.45
-1730.5
0
10000
20000
30000
40000
50000
time (ps)
19
Snapshots of Kinetic Energy for an NVE Simulation of
216 TIP3P Water Molecules (1fs time step)
<Kinetic Energy> = 384.1 kcal/mol (of systems)
= 1.778 kcal/mol (of molecules)
= (6/2)RT therefore T = 298K
Kinetic Energy (kcal/mol)
500
450
400
350
300
0
10000
20000
30000
40000
50000
time (ps)
20
Snapshots of Potential Energy for an NVE Simulation of
216 TIP3P Water Molecules (1fs time step)
<Potential Energy> = -2114.4 kcal/mol (of systems)
= -9.789 kcal/mol (of molecules) [exp. = -9.92 kcal/mol]
Potential Energy (kcal/mol)
-2060
-2080
-2100
-2120
-2140
-2160
-2180
0
10000
20000
30000
40000
50000
time (ps)
21
MD simulations in the canonical ensemble
As we have seen, in the microcanonical ensmble (N,V,E), an MD run is
completely mechanistic. However, in the canonical ensemble, where the
temperature, T replaces the energy, E (i.e.,the variables are N,V,T) one
has to provide a “thermostat”, i.e., a procedure to keep T constant. The
most common thermostats are those of Berendsen and Andersen.
In the canonical ensemble the system is in contact with a large (infinite)
heat bath with constant Tbath, which exchanges energy with the system.
At equilibrium the average temperature of the system is also Tbath, but
this temperature slightly fluctuates around its average value (Tbath), the
larger the system the smaller the fluctuations. According to the
Berendsen thermostat at each time step the velocities are rescaled by the
1/ 2
factor
 t  T

bath
δt - time step
  1  
 1 
tT - parameter
 tT  Tsysem  



22
For one degree of freedom assuming δt = tT one obtains
 T

bath
mv   k BTsystem  k BTsystem1  
 1   k BTbath
  Tsysem  

 
2
2
2
For δt < tT the change in velocities is more moderate and tT = 0.4 ps has
been found to be appropriate.
Evaluation: easy to implement, works well, but doest not obey the
canonical distribution (the velocities are not distributed according to
Maxwell-Boltzmann). This procedure can lead to local hot and cold
regions in the system while Tsystem is ok, i.e. Tsystem ~Tbath.
23
With the Andersen thermostat every predefined time interval an atom is
selected at random and its velocity is redefined by drawing a new
velocity from a Maxwell-Boltzmann distribution. Thus, during each
interval the system moves at constant energy, which is changed from
interval to interval. The interval is proportional to,
T
1 / 3 N 2 / 3
T is the thermal conductivity
Evaluation: The velocities are distributed as needed - according to
Maxwell-Boltzmann. The trajectory is not smooth - a collection of short
microcanonical stretches. If the interval is large the distribution is not
canonical (close to microcanonical). If the interval is small the velocities
are changed too frequently and the fluctuation of the kinetic energy is
incorrect.
Methods exist where several or all the particles are treated at once.24
Dynamics
MD not only provides statistical mechanics averages, but also allows
calculating dynamical properties. One can calculate from an MD
trajectory time correlation functions that lead to dynamic parameters
such as diffusion coefficients. For example, the autocorrelation function
of the velocity
 v i (0)  v i (t ) 
can be estimated from an MD trajectory, where the velocities are
measured n times in time intervals t
 v i (0)  v i (mt) 

n
N
1
  v i [kt]  v i [( k  m)t ]
(n  m  1) N k m1 i 1
In practice, the measurements start at time (m+1)t and go back m time
intervals. Contribution from all particles are considered and averaged.
25
In the same way one can estimate < |ri(t) - ri(0)| >2 by averaging over all
particles. It can be shown (Einstein, Green - Kubo) that
2

  v()  v(0)  d  lim
0
t 
 r (t )  r (0) 
2t
 3D
Where v and r denote particle velocity and position vectors. D is the self
diffusion coefficient. Notice that t should be large and in practice the
length of the trajectory might be insufficient.
Other correlation functions lead to corresponding transport properties.
26
Biological macromolecules - proteins
r
Rij
The typical potential energy function (force field) is:
EFF = bonds Kr(r - req + angles K( - eq
)2
)2

+ dihedrals Vn /2 [1 + cos(n - )]
+ i<j [Aij /Rij12 – Bij /Rij6 + qiqj /Rij]
where Kr , K , req, eq, , n, Vn, Aij, Bij, and qi are parameters
optimized by applying this function to a large amount of experimental
data and results obtained from quantum mechanical ab initio
calculations.
Rij is the distance between atoms i and j and  is a dielectric constant.
A protein in vacuum – no solvent effects - the screening of the Coulomb
27
potentials by water can partially be obtained by increasing .
Typically the protein is immersed in a ‘box’ of water molecules where
the system consists of n ~10,000 atoms (or more). Most of computer
time is spent on calculating the forces related to water-water proteinprotein and water-protein interactions.
Notice that the “spring constants” Kr and K are strong (leading to fast
motions) and would require small time step, δt ,  relatively short
trajectories. Therefore, in most studies part or all of the bond lengths are
constrained by procedures such as SHAKE and RATTLE.
For proteins MD is significantly more efficient than Monte Carlo (MC)
techniques, because with MD the atoms move according the calculated
forces while with MC the atomic positions are changed at random which
leads to high energy structures that are rejected in the process.
28
In an MD simulation of a protein at room temperature the system can
get trapped for a long simulation time in the potential energy well of the
starting structure and the move to more stable parts of conformational
space is extremely slow, unreachable within a feasible simulation time.
barriers
Ep
initial well
conformations
most stable well
This problem can somewhat be resolved by methods such as parallel
tempering, which is a hybrid of MD and MC.
29
Homework:
Show that the leap-frog and velocity-Verlet algorithms are equivalent to
the Verlet algorithm. (Check the reference books, especially 2).
Send to [email protected] or leave in mailbox in BST 1041w
30