bachelor_thesis/thesis/main.tex

117 lines
3.3 KiB
TeX
Raw Normal View History

2020-03-30 07:59:57 +00:00
\documentclass[a4paper,12pt,numbers=noenddot,egregdoesnotlikesansseriftitles]{scrreprt}
2020-01-22 14:35:47 +00:00
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{amssymb, amsthm}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{enumerate}
\usepackage{physics}
\usepackage{listings}
%\usepackage{struktex}
\usepackage{qcircuit}
2020-03-02 11:28:40 +00:00
\usepackage{adjustbox}
2020-03-25 17:46:32 +00:00
\usepackage[affil-it]{authblk}
2020-03-26 20:35:30 +00:00
%\usepackage{tocbibind}
%\usepackage[toc,page]{appendix}
\usepackage{appendix}
2020-03-25 17:46:32 +00:00
\usepackage{float}
%\usepackage{tgcursor}
%\usepackage{courier}
%\lstset{basicstyle=\fontfamily{qcr}\selectfont}
\lstset{basicstyle=\ttfamily}
2020-03-23 15:02:07 +00:00
\setlength{\parindent}{0cm}
2020-01-22 14:35:47 +00:00
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}
\newtheorem{definition}{Definition}
\newtheorem{postulate}{Postulate}
\newtheorem{corrolary}{Corrolary}
\newtheorem{lemma}{Lemma}
\newtheorem{theorem}{Theorem}
\numberwithin{equation}{section}
%\renewcommand*{\titlepagestyle}{empty}
2020-03-29 10:00:23 +00:00
2020-02-01 09:27:51 +00:00
2020-03-25 17:46:32 +00:00
\title{An Efficient Quantum Computing Simulator using a Graphical Description for Many-Qbit Systems \\
\large Bachelor Thesis}
\author[1]{Daniel Knüttel}
2020-03-29 10:00:23 +00:00
\affil[1]{University of Regensburg, Institute I - Theoretical Physics\\
2020-03-27 14:38:43 +00:00
Supervised by Prof. Dr. Christoph Lehner}
2020-01-22 14:35:47 +00:00
\date{10.04.2020}
\begin{document}
%\maketitle
\begin{titlepage}
\centering
\includegraphics[width=0.15\textwidth]{ur-logo-bildmarke-grau.eps}
{\LARGE University of Regensburg\par}
{\Large Institute I - Theoretical Physics\par}
2020-03-30 07:59:57 +00:00
\vspace{0.7cm}
{\Large Bachelor Thesis\par}
2020-03-30 07:59:57 +00:00
\vspace{0.7cm}
{\huge\bfseries An Efficient Quantum Computing Simulator using a Graphical Description for Many-Qbit Systems \par}
2020-03-30 07:59:57 +00:00
\vspace{0.7cm}
{\Large\itshape Daniel Knüttel\par}
\includegraphics[width=\textwidth]{cover.png}
\vfill
{\Large\itshape Supervised by \par
2020-03-30 07:59:57 +00:00
Prof. Dr. Christoph Lehner}
\vfill
{\large 10.04.2020}
\end{titlepage}
2020-01-22 14:35:47 +00:00
%\frontmatter
2020-02-01 09:27:51 +00:00
\newpage
2020-01-22 14:35:47 +00:00
\tableofcontents
\include{chapters/introduction}
\include{chapters/quantum_computing}
\include{chapters/stabilizer}
2020-02-25 10:20:57 +00:00
\include{chapters/implementation}
2020-03-19 08:41:33 +00:00
\include{chapters/conclusion}
2020-01-22 14:35:47 +00:00
2020-03-26 20:35:30 +00:00
\begin{appendices}
2020-03-25 17:46:32 +00:00
\include{chapters/appendix}
2020-03-26 20:35:30 +00:00
\end{appendices}
2020-03-25 17:46:32 +00:00
2020-03-30 07:59:57 +00:00
\newpage
\listoffigures
2020-01-22 14:35:47 +00:00
\bibliographystyle{unsrt}
\bibliography{main}{}
2020-03-25 17:46:32 +00:00
2020-04-09 09:46:22 +00:00
\newpage
{\Large\textbf{Acknowledgements}}
\\
\\
I want to thank Prof. Dr. Christoph Lehner for offering me the possibility to
write this thesis in his workgroup. He also found the time to answer my
questions and help me when I got stuck while keeping an inspiring atmosphere.\\
Further I own a big thank you to Simon Feyrer for proof-reading my thesis. \\
Also I want to thank Andreas Hackl for proof-reading my thesis and helping out
with several technical problems.\\
Thanks to Shirley Galbaw for helping to fix some of my terrible ingris grammar.
2020-03-25 17:46:32 +00:00
\newpage
\textbf{Erklärung zur Anfertigung:}\\
2020-04-06 16:32:33 +00:00
Ich habe die Arbeit selbständig verfasst, keine anderen als die angegebenen
Quellen und Hilfsmittel benutzt und bisher keiner anderen Prüfungsbehörde
vorgelegt. Außerdem bestätige ich hiermit, dass die vorgelegten Druckexemplare
und die vorgelegte elektronische Version der Arbeit identisch sind, dass ich
über wissenschaftlich korrektes Arbeiten und Zitieren aufgeklärt wurde und dass
ich von den in § 24 Abs. 5 vorgesehenen Rechtsfolgen Kenntnis habe.
2020-03-25 17:46:32 +00:00
\\
\\
Unterschrift:
2020-01-22 14:35:47 +00:00
\end{document}