daf024733ee0c0d3c42ff967ee22189cae0ddf75
[lectures/latex.git] / ising / ising.tex
1 \documentclass{article}
2
3 \usepackage{verbatim}
4 \usepackage[german]{babel}
5 \usepackage[latin1]{inputenc}
6 \usepackage[T1]{fontenc}
7
8 \author{Frank Zirkelbach}
9 \title{Das Ising Modell}
10
11 \begin{document}
12 %\frontmatter
13 \maketitle
14 \tableofcontents
15
16 %\mainmatter
17 \section{Einfuehrung}
18 \subsection{Statistische Groessen}
19 lalala \ldots
20 \subsection{Das allgemeine Ising Modell}
21 Durch die Transfermatrix
22 \begin{equation}
23  S_ij = +-1
24 \end{equation}
25 we look at all our neighbours
26
27 \section{Loesungen des Ising Modells}
28 \subsection{1-dimensionale Loesung}
29 there are solutions for 1d \ldots
30 \subsection{2-dimensionale Loesung}
31 in 2d \ldots
32 \subsection{3-dimensionale Loesung}
33 und in 3d auch?
34
35 \section{Simulation}
36 we can easily implement it in c
37
38 \section{Anwendungen}
39 getho, here is how it comes \ldots
40
41 \section{Zusammenfassung}
42 i dont care, though this is powered by \LaTeX
43
44 \appendix
45 \section{Quellen}
46 Baxter, Nolting, Kampf ;)
47
48 \end{document}