dc758d6a40a1fc2b6451abbef8a98c14b8fe9fe8
[lectures/latex.git] / posic / talks / upb-ua-xc.tex
1 \pdfoutput=0
2 \documentclass[landscape,semhelv]{seminar}
3
4 \usepackage{verbatim}
5 \usepackage[greek,german]{babel}
6 \usepackage[latin1]{inputenc}
7 \usepackage[T1]{fontenc}
8 \usepackage{amsmath}
9 \usepackage{latexsym}
10 \usepackage{ae}
11
12 \usepackage{calc}               % Simple computations with LaTeX variables
13 \usepackage{caption}            % Improved captions
14 \usepackage{fancybox}           % To have several backgrounds
15
16 \usepackage{fancyhdr}           % Headers and footers definitions
17 \usepackage{fancyvrb}           % Fancy verbatim environments
18 \usepackage{pstricks}           % PSTricks with the standard color package
19
20 \usepackage{pstricks}
21 \usepackage{pst-node}
22
23 %\usepackage{epic}
24 %\usepackage{eepic}
25
26 \usepackage{graphicx}
27 \graphicspath{{../img/}}
28
29 \usepackage[setpagesize=false]{hyperref}
30
31 \usepackage{semcolor}
32 \usepackage{semlayer}           % Seminar overlays
33 \usepackage{slidesec}           % Seminar sections and list of slides
34
35 \input{seminar.bug}             % Official bugs corrections
36 \input{seminar.bg2}             % Unofficial bugs corrections
37
38 \articlemag{1}
39
40 \special{landscape}
41
42 % font
43 %\usepackage{cmbright}
44 %\renewcommand{\familydefault}{\sfdefault}
45 %\usepackage{mathptmx}
46
47 \usepackage{upgreek}
48
49 \begin{document}
50
51 \extraslideheight{10in}
52 \slideframe{none}
53
54 \pagestyle{empty}
55
56 % specify width and height
57 \slidewidth 27.7cm 
58 \slideheight 19.1cm 
59
60 % shift it into visual area properly
61 \def\slideleftmargin{3.3cm}
62 \def\slidetopmargin{0.6cm}
63
64 \newcommand{\ham}{\mathcal{H}}
65 \newcommand{\pot}{\mathcal{V}}
66 \newcommand{\foo}{\mathcal{U}}
67 \newcommand{\vir}{\mathcal{W}}
68
69 % itemize level ii
70 \renewcommand\labelitemii{{\color{gray}$\bullet$}}
71
72 % colors
73 \newrgbcolor{si-yellow}{.6 .6 0}
74 \newrgbcolor{hb}{0.75 0.77 0.89}
75 \newrgbcolor{lbb}{0.75 0.8 0.88}
76 \newrgbcolor{lachs}{1.0 .93 .81}
77
78 % topic
79
80 \begin{slide}
81 \begin{center}
82
83  \vspace{16pt}
84
85  {\LARGE\bf
86   Atomistic simulation study\\[0.2cm]
87   of the SiC precipitation in Si
88  }
89
90  \vspace{48pt}
91
92  \textsc{F. Zirkelbach}
93
94  \vspace{48pt}
95
96  For the exchange among Paderborn and Augsburg
97
98  \vspace{08pt}
99
100  June 2009
101
102 \end{center}
103 \end{slide}
104
105 % start of contents
106
107 \begin{slide}
108
109  {\large\bf
110   VASP parameters
111  }
112
113  \small
114  \begin{minipage}{6.5cm}
115  \begin{itemize}
116   \item Start from scratch
117   \item $V_{xc}$: US LDA (out of ./pot directory)
118   \item $k$-points: Monkhorst $4\times 4\times 4$
119   \item Ionic relaxation
120         \begin{itemize}
121          \item Conjugate gradient method
122          \item Scaling constant of 0.1 for forces
123          \item Default break condition ($0.1 \cdot 10^{-2}$ eV)
124          \item Maximum of 100 steps
125         \end{itemize}
126         {\color{blue} NVT}:
127         \begin{itemize}
128          \item No change in volume
129         \end{itemize}
130         {\color{red} NPT}:
131         \begin{itemize}
132          \item Change of cell volume and shape\\
133                allowed
134         \end{itemize}
135  \end{itemize}
136  \end{minipage}
137  \hspace*{0.5cm}
138  \begin{minipage}{6.0cm}
139 {\scriptsize\color{blue}
140  Example INCAR file (NVT):
141 }
142 \begin{verbatim}
143 System = C 100 interstitial in Si
144
145 ISTART = 0
146
147 NSW = 100
148 IBRION = 2
149 ISIF = 2
150 POTIM = 0.1
151 \end{verbatim}
152 {\scriptsize\color{red}
153  Example INCAR file (NPT):
154 }
155 \begin{verbatim}
156 System = C hexagonal interstitial in Si
157
158 ISTART = 0
159
160 NSW = 100
161 IBRION = 2
162 ISIF = 3
163 POTIM = 0.1
164 \end{verbatim}
165  \end{minipage}
166
167 \end{slide}
168
169 \begin{slide}
170
171  {\large\bf
172   Silicon bulk properties
173  }
174
175  \small
176
177  Simulations (NPT, $\textrm{EDIFFG}=0.1\cdot 10^{-3}$ eV):
178  \begin{enumerate}
179   \item Supercell: $x_1=(0,0.5,0.5),\, x_2=(0.5,0,0.5),\, x_3=(0.5,0.5,0)$;
180         2 atoms (1 {\bf p}rimitive {\bf c}ell)
181   \item Supercell: $x_1=(0.5,-0.5,0),\, x_2=(0.5,0.5,0),\, x_3=(0,0,1)$;
182         4 atoms (2 pc)
183   \item Supercell: $x_1=(1,0,0),\, x_2=(0,1,0),\, x_3=(0,0,1)$;
184         8 atoms (4 pc)
185   \item Supercell: $x_1=(2,0,0),\, x_2=(0,2,0),\, x_3=(0,0,2)$;
186         64 atoms (32 pc)
187  \end{enumerate}
188  \begin{minipage}{6cm}
189  Cohesive energy / Lattice constant:
190  \begin{enumerate}
191   \item $E_{\textrm{cut-off}}=150\, \textrm{eV}$: 5.955 eV / 5.378 \AA\\
192         $E_{\textrm{cut-off}}=300\, \textrm{eV}$: 5.975 eV / 5.387 \AA
193   \item $E_{\textrm{cut-off}}=150\, \textrm{eV}$: 5.989 eV / 5.356 \AA
194   \item $E_{\textrm{cut-off}}=150\, \textrm{eV}$: 5.955 eV / 5.380 \AA\\
195         $E_{\textrm{cut-off}}=200\, \textrm{eV}$: 5.972 eV / 5.388 \AA\\
196         $E_{\textrm{cut-off}}=250\, \textrm{eV}$: 5.975 eV / 5.389 \AA\\
197         $E_{\textrm{cut-off}}=300\, \textrm{eV}$: 5.975 eV / 5.389 \AA\\
198         $E_{\textrm{cut-off}}=300\, \textrm{eV}^{*}$: 5.975 eV / 5.390 \AA
199   \item $E_{\textrm{cut-off}}=300\, \textrm{eV}$: 5.977 eV / 5.389 \AA
200  \end{enumerate}
201  \end{minipage}
202  \begin{minipage}{7cm}
203  \includegraphics[width=7cm]{si_lc_and_ce.ps}
204  \end{minipage}\\[0.3cm]
205  {\scriptsize
206   $^*$special settings (p. 138, VASP manual):
207   spin polarization, no symmetry, ...
208  }
209  
210 \end{slide}
211
212 \begin{slide}
213
214  {\large\bf
215   Interstitial configurations
216  }
217
218  <100> interstitial:
219  \begin{itemize}
220   \item
221   \item
222  \end{itemize}
223
224  Hexagonal interstitial:
225  \begin{itemize}
226   \item
227   \item
228  \end{itemize}
229
230 \end{slide}
231
232 \end{document}
233