-
[lectures/latex.git] / posic / thesis / basics.tex
1 \chapter{Basics}
2
3 \section{Molecular dynamics simulations}
4
5 \subsection{Theory of melecular dynamics simulations}
6
7 Basically molecular dynamics (MD) simulation is a technique to compute a system of particles, referred to as molecules, that evolve in time.
8 The MD method was introduced by Alder and Wainwright in 1957 \cite{alder1,alder2} to study the interactions of hard spheres.
9 The basis of the approach are Newton's equations of motion to describe classicaly the many-body system.
10 MD simulation is the numerical way of solving the $N$-body problem ($N > 3$) which cannot be solved analytically.
11 Quantum mechanical effects are taken into account by an analytical interaction potential between the nuclei.
12
13 By MD simulation techniques a complete description of the system in the sense of classical mechanics on the microscopic level is obtained.
14 This microscopic information has to be translated to macroscopic observables by means of statistical mechanics.
15
16 The basic idea is to integrate Newton's equations numerically.
17 A system of $N$ particles of masses $m_i$ ($i=1,\ldots,N$) at positions ${\bf r}_i$ and velocities $\dot{{\bf r}}_i$ is given by
18 \begin{equation}
19 m_i \frac{d^2}{dt^2} {\bf r}_i = {\bf F}_i \, \textrm{.}
20 \end{equation}
21 The forces ${\bf F}_i$ are obtained from the potential energy $U(\{{\bf r}\})$:
22 \begin{equation}
23 {\bf F}_i = - \nabla_{{\bf r}_i} U({\{\bf r}\}) \, \textrm{.}
24 \end{equation}
25 Given the initial conditions ${\bf r}_i(t_0)$ and $\dot{{\bf r}}_i(t_0)$ the equations can be integrated by a certain integration algorithm.
26 The solution of these equations provides the complete information of a system 
27
28 \subsection{Interaction potentials}
29
30 \subsubsection{The Lennard-Jones potential}
31
32 The L-J potential is a realistic two body pair potential and is of the form
33 \begin{equation}
34 U^{LJ}(r) = 4 \epsilon \Big[ \Big( \frac{\sigma}{r} \Big)^{12} - \Big( \frac{\sigma}{r} \Big)^6 \Big] \, \textrm{,}
35 \label{eq:lj-p}
36 \end{equation}
37 where $r$ denotes the disatnce between the two atoms.
38
39 The attractive tail for large separations $(\sim r^{-6})$ is essentially due to correlations between electron clouds surrounding the atoms. The attractive part is also known as {\em van der Waals} or {\em London} interaction.
40 It can be derived classically by considering how two charged spheres induce dipol-dipol interactions into each other, or by considering the interaction between two oscillators in a quantum mechanical way.
41
42 The repulsive term $(\sim r^{-12})$ captures the non-bonded overlap of the electron clouds.
43 It does not have a true physical motivation, other than the exponent being larger than $6$ to get a steep rising repulsive potential wall at short distances.
44 Chosing $12$ as the exponent of the repulsive term it is just the square of the attractive term which makes the potential evaluable in a very efficient way.
45
46 The constants $\epsilon$ and $\sigma$ are usually determined by fitting to experimental data.
47 $\epsilon$ accounts to the depth of the potential well, where $\sigma$ is regarded as the radius of the particle, also known as the van der Waals radius.
48
49 Writing down the derivation of the Lennard-Jones potential in respect to $x_i$ (the $i$th component of the distance vector $\vec{r}$)
50 \begin{equation}
51 \frac{\partial}{\partial x_i} U^{LJ}(r) = 4 \epsilon x_i \Big( -12 \frac{\sigma^{12}}{r^{14}} + 6 \frac{\sigma^6}{r^8} \Big)
52 \label{eq:lj-d}
53 \end{equation}
54 one can easily identify $\sigma$ by the equilibrium distance of the atoms $r_e=\sqrt[6]{2} \sigma$.
55 Applying the equilibrium distance into \eqref{eq:lj-p} $\epsilon$ turns out to be the negative well depth.
56 The $i$th component of the force $F^j$ on particle $j$ is obtained by
57 \begin{equation}
58 F_i^j = - \frac{\partial}{\partial x_i} U^{LJ}(r) \, \textrm{.}
59 \label{eq:lj-f}
60 \end{equation}
61