X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2Fbasics.tex;h=ba62d82ca738adf57a3e6e1a7750cb8da6d57d94;hp=6c03878e0cd080000c83be9732848b0983616bf7;hb=9eca74b850bc1fa7c26fe65218b7d89d55c546c1;hpb=2cfbb5d8e375f3f740f35b6f02dc45a45a236a26 diff --git a/posic/thesis/basics.tex b/posic/thesis/basics.tex index 6c03878..ba62d82 100644 --- a/posic/thesis/basics.tex +++ b/posic/thesis/basics.tex @@ -4,7 +4,7 @@ In the following the simulation methods used within the scope of this study are introduced. Enabling the investigation of the evolution of structure on the atomic scale, molecular dynamics (MD) simulations are chosen for modeling the behavior and precipitation of C introduced into an initially crystalline Si environment. To be able to model systems with a large amount of atoms computational efficient classical potentials to describe the interaction of the atoms are most often used in MD studies. -For reasons of flexibility in executing this non-standard task and in order to be able to use a novel interaction potential \cite{albe_sic_pot} an appropriate MD code called {\textsc posic}\footnote{{\textsc posic} is an abbreviation for {\bf p}recipitation {\bf o}f {\bf SiC}}\footnote{Source code: http://www.physik.uni-augsburg.de/\~{}zirkelfr/posic/posic.tar.bz2} including a library collecting respective MD subroutines was developed from scratch. +For reasons of flexibility in executing this non-standard task and in order to be able to use a novel interaction potential \cite{albe_sic_pot} an appropriate MD code called {\textsc posic}\footnote{{\textsc posic} is an abbreviation for {\bf p}recipitation {\bf o}f {\bf SiC}} including a library collecting respective MD subroutines was developed from scratch\footnote{Source code: http://www.physik.uni-augsburg.de/\~{}zirkelfr/posic}. The basic ideas of MD in general and the adopted techniques as implemented in {\textsc posic} in particular are outlined in section \ref{section:md}, while the functional form and derivative of the employed classical potential is presented in appendix \ref{app:d_tersoff}. An overview of the most important tools within the MD package is given in appendix \ref{app:code}. Although classical potentials are often most successful and at the same time computationally efficient in calculating some physical properties of a particular system, not all of its properties might be described correctly due to the lack of quantum-mechanical effects. @@ -19,8 +19,7 @@ The method used to investigate migration pathways to identify the prevalent diff \section{Molecular dynamics simulations} \label{section:md} -% todo -% rewrite! +% todo - rewrite md intro chapter \begin{quotation} \dq We may regard the present state of the universe as the effect of the past and the cause of the future. An intellect which at any given moment knew all of the forces that animate nature and the mutual positions of the beings that compose it, if this intellect were vast enough to submit the data to analysis, could condense into a single formula the movement of the greatest bodies of the universe and that of the lightest atom; for such an intellect nothing could be uncertain and the future just like the past would be present before its eyes.\dq{} @@ -32,7 +31,7 @@ The method used to investigate migration pathways to identify the prevalent diff \noindent Pierre Simon de Laplace phrased this vision in terms of a controlling, omniscient instance - the {\em Laplace demon} - which would be able to look into the future as well as into the past due to the deterministic nature of processes, governed by the solution of differential equations. Although Laplace's vision is nowadays corrected by chaos theory and quantum mechanics, it expresses two main features of classical mechanics, the determinism of processes and time reversibility of the fundamental equations. -This understanding was one of the first ideas for doing molecular dynamics simulations, considering an isolated system of particles, the behaviour of which is fully determined by the solution of the classical equations of motion. +This understanding may be regarded as the basic principle of molecular dynamics, considering an isolated system of particles, the behaviour of which is fully determined by the solution of the classical equations of motion. \subsection{Introduction to molecular dynamics simulations} @@ -40,8 +39,8 @@ Molecular dynamics (MD) simulation is a technique to compute a system of particl The MD method was first introduced by Alder and Wainwright in 1957 \cite{alder57,alder59} to study the interactions of hard spheres. The basis of the approach are Newton's equations of motion to describe classicaly the many-body system. MD is the numerical way of solving the $N$-body problem which cannot be solved analytically for $N>3$. -A potential is necessary describing the interaction of the particles. -By MD a complete description of the system in the sense of classical mechanics on the microscopic level is obtained. +A potential is necessary to describe the interaction of the particles. +By MD, a complete description of the system in the sense of classical mechanics on the microscopic level is obtained. The microscopic information can then be translated to macroscopic observables by means of statistical mechanics. The basic idea is to assume that the particles can be described classically by Newton's equations of motion, which are integrated numerically. @@ -50,15 +49,17 @@ A system of $N$ particles of masses $m_i$ ($i=1,\ldots,N$) at positions ${\bf r} %m_i \frac{d^2}{dt^2} {\bf r}_i = {\bf F}_i \Leftrightarrow %m_i \frac{d}{dt} {\bf r}_i = {\bf p}_i\textrm{ , } \quad %\frac{d}{dt} {\bf p}_i = {\bf F}_i\textrm{ .} -m_i \ddot{{\bf r}_i} = {\bf F}_i \Leftrightarrow -m_i \dot{{\bf r}_i} = {\bf p}_i\textrm{, } -\dot{{\bf p}_i} = {\bf F}_i\textrm{ .} +m_i \ddot{\bf r}_i = {\bf F}_i \Leftrightarrow +m_i \dot{\bf r}_i = {\bf p}_i\textrm{, } +\dot{\bf p}_i = {\bf F}_i\textrm{ .} +\label{eq:basics:newton} \end{equation} The forces ${\bf F}_i$ are obtained from the potential energy $U(\{{\bf r}\})$: \begin{equation} {\bf F}_i = - \nabla_{{\bf r}_i} U({\{\bf r}\}) \, \textrm{.} +\label{eq:basics:force} \end{equation} -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. +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. The solution of these equations provides the complete information of a system evolving in time. The following sections cover the tools of the trade necessary for the MD simulation technique. Three ingredients are required for a MD simulation: @@ -120,7 +121,7 @@ The attractive part is associated with the bonding. f_R(r_{ij}) & = & A_{ij} \exp (- \lambda_{ij} r_{ij} ) \\ f_A(r_{ij}) & = & -B_{ij} \exp (- \mu_{ij} r_{ij} ) \end{eqnarray} -The function $f_C$ is the a cutoff function to limit the range of interaction to nearest neighbors. +The function $f_C$ is a cutoff function to limit the range of interaction to nearest neighbors. It is designed to have a smooth transition of the potential at distances $R_{ij}$ and $S_{ij}$. \begin{equation} f_C(r_{ij}) = \left\{ @@ -139,7 +140,7 @@ b_{ij} & = & \chi_{ij} (1 + \beta_i^{n_i} \zeta^{n_i}_{ij})^{-1/2n_i} \\ g(\theta_{ijk}) & = & 1 + c_i^2/d_i^2 - c_i^2/[d_i^2 + (h_i - \cos \theta_{ijk})^2] \end{eqnarray} where $\theta_{ijk}$ is the bond angle between bonds $ij$ and $ik$. -This is illustrated in Figure \ref{img:tersoff_angle}. +This is illustrated in Fig. \ref{img:tersoff_angle}. \begin{figure}[t] \begin{center} \includegraphics[width=8cm]{tersoff_angle.eps} @@ -182,12 +183,12 @@ The potential succeeds in the description of the low as well as high coordinated The description of elastic properties of SiC is improved with respect to the potentials available in literature. Defect properties are only fairly reproduced but the description is comparable to previously published potentials. It is claimed that the potential enables modeling of widely different configurations and transitions among these and has recently been used to simulate the inert gas condensation of Si-C nanoparticles \cite{erhart04}. -Therefore the Erhart/Albe (EA) potential is considered the superior analytical bond order potential to study the SiC precipitation and associated processes in Si. +Therefore, the Erhart/Albe (EA) potential is considered the superior analytical bond order potential to study the SiC precipitation and associated processes in Si. \subsection{Verlet integration} \label{subsection:integrate_algo} -A numerical method to integrate Newton's equation of motion was presented by Verlet in 1967 \cite{verlet67}. +A numerical method to integrate Newton's equations of motion was presented by Verlet in 1967 \cite{verlet67}. The idea of the so-called Verlet and a variant, the velocity Verlet algorithm, which additionaly generates directly the velocities, is explained in the following. Starting point is the Taylor series for the particle positions at time $t+\delta t$ and $t-\delta t$ \begin{equation} @@ -329,6 +330,7 @@ E_0=\min_{n(\vec{r})} F[n(\vec{r})] + \int n(\vec{r}) V(\vec{r}) d\vec{r} \right\} \text{ ,} +\label{eq:basics:hkm} \end{equation} where $F[n(\vec{r})]$ is a universal functional of the charge density $n(\vec{r})$, which is composed of the kinetic energy functional $T[n(\vec{r})]$ and the interaction energy functional $U[n(\vec{r})]$. The challenging problem of determining the exact ground-state is now formally reduced to the determination of the $3$-dimensional function $n(\vec{r})$, which minimizes the energy functional. @@ -346,17 +348,328 @@ U=\frac{1}{2}\int\frac{n(\vec{r})n(\vec{r}')}{|\vec{r}-\vec{r}'|}d\vec{r}d\vec{r \subsection{Kohn-Sham system} -Now find $F[n]$ ... - -As in the last section, the complex many-electron effects are relocated, this time into the exchange-correlation functional. +Inspired by the Hartree equations, i.e. a set of self-consistent single-particle equations for the approximate solution of the many-electron problem \cite{hartree28}, which describe atomic ground states much better than the TF theory, Kohn and Sham presented a Hartree-like formulation of the Hohenberg and Kohn minimal principle \eqref{eq:basics:hkm} \cite{kohn65}. +However, due to a more general approach, the new formulation is formally exact by introducing the energy functional $E_{\text{xc}}[n(vec{r})]$, which accounts for the exchange and correlation energy of the electron interaction $U$ and possible corrections due to electron interaction to the kinetic energy $T$. +The respective Kohn-Sham equations for the effective single-particle wave functions $\Phi_i(\vec{r})$ take the form +\begin{equation} +\left[ + -\frac{\hbar^2}{2m}\nabla^2 + V_{\text{eff}}(\vec{r}) +\right] \Phi_i(\vec{r})=\epsilon_i\Phi_i(\vec{r}) +\label{eq:basics:kse1} +\text{ ,} +\end{equation} +\begin{equation} +V_{\text{eff}}(\vec{r})=V(\vec{r})+\int\frac{e^2n(\vec{r}')}{|\vec{r}-\vec{r}'|}d\vec{r}' + + V_{\text{xc}(\vec{r})} +\text{ ,} +\label{eq:basics:kse2} +\end{equation} +\begin{equation} +n(\vec{r})=\sum_{i=1}^N |\Phi_i(\vec{r})|^2 +\text{ ,} +\label{eq:basics:kse3} +\end{equation} +where the local exchange-correlation potential $V_{\text{xc}}(\vec{r})$ is the partial derivative of the exchange-correlation functional $E_{\text{xc}}[n(\vec{r})]$ with respect to the charge density $n(\vec{r})$ for the ground-state $n_0(\vec{r})$. +The first term in equation \eqref{eq:basics:kse1} corresponds to the kinetic energy of non-interacting electrons and the second term of equation \eqref{eq:basics:kse2} is just the Hartree contribution $V_{\text{H}}(\vec{r})$ to the interaction energy. +%\begin{equation} +%V_{\text{xc}}(\vec{r})=\frac{\partial}{\partial n(\vec{r})} +% E_{\text{xc}}[n(\vec{r})] |_{n(\vec{r})=n_0(\vec{r})} +%\end{equation} + +The system of interacting electrons is mapped to an auxiliary system, the Kohn-Sham (KS) system, of non-interacting electrons in an effective potential. +The exact effective potential $V_{\text{eff}}(\vec{r})$ may be regarded as a fictious external potential yielding a gound-state density for non-interacting electrons, which is equal to that for interacting electrons in the external potential $V(\vec{r})$. +The one-electron KS orbitals $\Phi_i(\vec{r})$ as well as the respective KS energies $\epsilon_i$ are not directly attached to any physical observable except for the ground-state density, which is determined by equation \eqref{eq:basics:kse3} and the ionization energy, which is equal to the highest occupied relative to the vacuum level. +The KS equations may be considered the formal exactification of the Hartree theory, which it is reduced to if the exchange-correlation potential and functional are neglected. +In addition to the Hartree-Fock (HF) method, KS theory includes the difference of the kinetic energy of interacting and non-interacting electrons as well as the remaining contributions to the correlation energy that are not part of the HF correlation. + +The self-consistent KS equations \eqref{eq:basics:kse1}, \eqref{eq:basics:kse2} and \eqref{eq:basics:kse3} are non-linear partial differential equations, which may be solved numerically by an iterative process. +Starting from a first approximation for $n(\vec{r})$ the effective potential $V_{\text{eff}}(\vec{r})$ can be constructed followed by determining the one-electron orbitals $\Phi_i(\vec{r})$, which solve the single-particle Schr\"odinger equation for the respective potential. +The $\Phi_i(\vec{r})$ are used to obtain a new expression for $n(\vec{r})$. +These steps are repeated until the initial and new density are equal or reasonably converged. + +Again, it is worth to note that the KS equations are formally exact. +Assuming exact functionals $E_{\text{xc}}[n(\vec{r})]$ and potentials $V_{\text{xc}}(\vec{r})$ all many-body effects are included. +Clearly, this directs attention to the functional, which now contains the costs involved with the many-electron problem. \subsection{Approximations for exchange and correlation} +\label{subsection:ldagga} + +As discussed above, the HK and KS formulations are exact and so far no approximations except the adiabatic approximation entered the theory. +However, to make concrete use of the theory, effective approximations for the exchange and correlation energy functional $E_{\text{xc}}[n(\vec{r})]$ are required. + +Most simple and at the same time remarkably useful is the approximation of $E_{\text{xc}}[n(\vec{r})]$ by a function of the local density \cite{kohn65} +\begin{equation} +E^{\text{LDA}}_{\text{xc}}[n(\vec{r})]=\int\epsilon_{\text{xc}}(n(\vec{r}))n(\vec{r}) d\vec{r} +\text{ ,} +\label{eq:basics:xca} +\end{equation} +which is, thus, called local density approximation (LDA). +Here, the exchange-correlation energy per particle of the uniform electron gas of constant density $n$ is used for $\epsilon_{\text{xc}}(n(\vec{r}))$. +Although, even in such a simple case, no exact form of the correlation part of $\epsilon_{\text{xc}}(n)$ is known, highly accurate numerical estimates using Monte Carlo methods \cite{ceperley80} and corresponding paramterizations exist \cite{perdew81}. +Obviously exact for the homogeneous electron gas, the LDA was {\em a priori} expected to be useful only for densities varying slowly on scales of the local Fermi or TF wavelength. +Nevertheless, LDA turned out to be extremely successful in describing some properties of highly inhomogeneous systems accurately within a few percent. +Although LDA is known to overestimate the cohesive energy in solids by \unit[10-20]{\%}, the lattice parameters are typically determined with an astonishing accuracy of about \unit[1]{\%}. + +More accurate approximations of the exchange-correlation functional are realized by the introduction of gradient corrections with respect to the density \cite{kohn65}. +Respective considerations are based on the concept of an exchange-correlation hole density describing the depletion of the electron density in the vicinity of an electron. +The averaged hole density can be used to give a formally exact expression for $E_{\text{xc}}[n(\vec{r})]$ and an equivalent expression \cite{kohn96,kohn98}, which makes use of the electron density distribution $n(\tilde{\vec{r}})$ at positions $\tilde{\vec{r}}$ near $\vec{r}$, yielding the form +\begin{equation} +E_{\text{xc}}[n(\vec{r})]=\int\epsilon_{\text{xc}}(\vec{r};[n(\tilde{\vec{r}})])n(\vec{r}) d\vec{r} +\end{equation} +for the exchange-correlation energy, where $\epsilon_{\text{xc}}(\vec{r};[n(\tilde{\vec{r}})])$ becomes a nearsighted functional of $n(\tilde{\vec{r}})$. +Expressing $n(\tilde{\vec{r}})$ in a Taylor series, $\epsilon_{\text{xc}}$ can be thought of as a function of coefficients, which correspond to the respective terms of the expansion. +Neglecting all terms of order $\mathcal{O}(\nabla n(\vec{r}))$ results in the functional equal to LDA, which requires the function of variable $n$. +Including the next element of the Taylor series introduces the gradient correction to the functional, which requires the function of variables $n$ and $|\nabla n|$. +This is called the generalized-gradient approximation (GGA), which expresses the exchange-correlation energy density as a function of the local density and the local gradient of the density +\begin{equation} +E^{\text{GGA}}_{\text{xc}}[n(\vec{r})]=\int\epsilon_{\text{xc}}(n(\vec{r}),|\nabla n(\vec{r})|)n(\vec{r}) d\vec{r} +\text{ .} +\end{equation} +These functionals constitute the simplest extensions of LDA for inhomogeneous systems. +At modest computational costs gradient-corrected functionals very often yield much better results than the LDA with respect to cohesive and binding energies. + +\subsection{Plane-wave basis set} + +Finally, a set of basis functions is required to represent the one-electron KS wave functions. +With respect to the numerical treatment it is favorable to approximate the wave functions by linear combinations of a finite number of such basis functions. +Covergence of the basis set, i.e. convergence of the wave functions with respect to the amount of basis functions, is most crucial for the accuracy of the numerical calulations. +Two classes of basis sets, the plane-wave and local basis sets, exist. + +Local basis set functions usually are atomic orbitals, i.e. mathematical functions that describe the wave-like behavior of electrons, which are localized, i.e. centered on atoms or bonds. +Molecular orbitals can be represented by linear combinations of atomic orbitals (LCAO). +By construction, only a small number of basis functions is required to represent all of the electrons of each atom within reasonable accuracy. +Thus, local basis sets enable the implementation of methods that scale linearly with the number of atoms. +However, these methods rely on the fact that the wave functions are localized and exhibit an exponential decay resulting in a sparse Hamiltonian. + +Another approach is to represent the KS wave functions by plane waves. +In fact, the employed {\textsc vasp} software is solving the KS equations within a plane-wave (PW) basis set. +The idea is based on the Bloch theorem \cite{bloch29}, which states that in a periodic crystal each electronic wave function $\Phi_i(\vec{r})$ can be written as the product of a wave-like envelope function $\exp(i\vec{kr})$ and a function that has the same periodicity as the lattice. +The latter one can be expressed by a Fourier series, i.e. a discrete set of plane waves whose wave vectors just correspond to reciprocal lattice vectors $\vec{G}$ of the crystal. +Thus, the one-electron wave function $\Phi_i(\vec{r})$ associated with the wave vector $\vec{k}$ can be expanded in terms of a discrete PW basis set +\begin{equation} +\Phi_i(\vec{r})=\sum_{\vec{G} +%, |\vec{G}+\vec{k}| dumbbell ({\color{yellow}$\bullet$}), \hkl<1 1 0> dumbbell ({\color{magenta}$\bullet$}) and bond-centered ({\color{cyan}$\bullet$}) interstitial defect atom in the diamond lattice. The black dots correspond to the lattice atoms and the blue lines indicate the covalent bonds of the perfect diamond structure.} +\label{fig:basics:ins_pos} +\end{figure} +The respective estimated interstitial insertion positions for various interstitial structures in a diamond lattice are displayed in Fig. \ref{fig:basics:ins_pos}. +The labels of the interstitial types indicate their positions in the interstitial lattice. +In a dumbbell (DB) configuration two atoms share a single lattice site along a certain direction that is also comprehended in the label of the defect. +For the DB configurations the nearest atom of the bulk lattice is slightly displaced by $(0,0,-1/8)$ and $(-1/8,-1/8,0)$ of the unit cell length respectively. +This is indicated by the dashed, unfilled circles. +By this, high forces, which might enable the system to overcome barriers of the local minimum configuration and, thus, result in a different structure, are avoided. + \section{Migration paths and diffusion barriers} \label{section:basics:migration} +Investigating diffusion mechanisms is based on determining migration paths in between two local minimum configurations of an atom at different locations in the lattice. +During migration, the total energy of the system increases, traverses at least one maximum of the configurational energy and finally decreases to a local minimum value. +The maximum difference in energy is the barrier necessary for the respective migration process. +The path exhibiting the minimal energy difference determines the diffusion path and associated diffusion barrier and the maximum configuration turns into a saddle point configuration. + +\begin{figure}[t] +\begin{center} +\subfigure[]{\label{fig:basics:crto}\includegraphics[width=0.45\textwidth]{crt_orig.eps}} +\subfigure[]{\label{fig:basics:crtm}\includegraphics[width=0.45\textwidth]{crt_mod.eps}} +\end{center} +\caption{Schematic of the constrained relaxation technique (a) and of a modified version (b) used to obtain migration pathways and corresponding configurational energies.} +\label{fig:basics:crt} +\end{figure} +One possibility to compute the migration path from one stable cofiguration into another one is provided by the constrained relaxation technique (CRT) \cite{kaukonen98}. +The atoms involving great structural changes in the diffusion process are moved stepwise from the starting to the final position and relaxation after each step is only allowed in the plane perpendicular to the direction of the vector connecting its starting and final position. +This is illustrated in Fig. \ref{fig:basics:crto}. +The number of steps required for smooth transitions depends on the shape of the potential energy surface. +No constraints are applied to the remaining atoms to allow for the relaxation of the surrounding lattice. +To prevent the remaining lattice to shift according to the displacement of the defect, ohowever, some atoms far away from the defect region should be fixed in all three coordinate directions. +However, for the present study, the method tremendously failed. +Abrupt changes in structure and configurational energy occured among relaxed structures of two successive displacement steps. +For some structures even the expected final configurations are not obtained. +Thus, the method mentioned above is adjusted adding further constraints in order to obtain smooth transitions with repsect to energy and structure. +In the modified method all atoms are stepwise displaced towards their final positions. +In addition to this, relaxation of each individual atom is only allowed in the plane perpendicular to the last individual displacement vector, as displayed in Fig. \ref{fig:basics:crtm}. +In the modified version respective energies could be higher than the real ones due to the additional constraints that prevent a more adequate relaxation until the final copnfiguration is reached. + +Structures of maximum configurational energy do not necessarily constitute saddle point configurations, i .e. the method does not guarantee to find the true minimum energy path. +Whether a saddle point configuration and, thus, the minimum energy path is obtained by the CRT method, needs to be verified by caculating the respective vibrational modes. +Modifications used to add the CRT feature to the VASP code and a short instruction on how to use it can be found in appendix \ref{app:patch_vasp}. + +% todo - advantages of pw basis concenring hf forces +