-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
59 lines (41 loc) · 1.39 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass[a4paper,12pt]{article}
\input{texfiles/packages.tex}
\begin{document}
%
\title{Cavity QED with cold particles\\
\vspace{2em}
Bachelorarbeit\\
\vspace{2em}
\smaller[2]{}zur Erlangung des akademischen Grades\\
Bachelor of Science (BSc)\\
\vspace{2em}
eingereicht an der\\
Fakult{\"a}t f{\"u}r Mathematik, Informatik und Physik\\
der\\
Leopold-Franzens-Universit{\"a}t Innsbruck\\
\vspace{1.5em}
von}
\author{
\LARGE Bernhard Gstrein\\
\vspace{.5em} \\
Betreuer:\\
Univ.Prof. Dr. Helmut Ritsch\\
\small Institut f{\"u}r Theoretische Physik\\
\vspace{1em}
}
\date{Innsbruck, 2019}
\maketitle
\begin{abstract}
\noindent We motivate and derive a theoretical model arranging atoms in a lattice to simulate a solid. For that, we'll make use of atom-light field interaction which is enhanced in a cavity. After deriving the Hamiltonians for our systems, we'll discuss some of their properties. We'll then conduct simulations in the language Julia with the framework QuantumOptics.jl to see if we can observe the properties we expect our systems to have.
\end{abstract}
\newpage
\tableofcontents
\newpage
\input{texfiles/theoretical.tex}
\input{texfiles/simulation.tex}
\input{texfiles/results.tex}
\input{texfiles/conclusion.tex}
\newpage
\bibliographystyle{unsrt}
\bibliography{bibliography}
\end{document}