bachelor_thesis/thesis/main.tex

117 lines
3.3 KiB
TeX

\documentclass[a4paper,12pt,numbers=noenddot,egregdoesnotlikesansseriftitles]{scrreprt}
\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}
\usepackage{adjustbox}
\usepackage[affil-it]{authblk}
%\usepackage{tocbibind}
%\usepackage[toc,page]{appendix}
\usepackage{appendix}
\usepackage{float}
%\usepackage{tgcursor}
%\usepackage{courier}
%\lstset{basicstyle=\fontfamily{qcr}\selectfont}
\lstset{basicstyle=\ttfamily}
\setlength{\parindent}{0cm}
\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}
\title{An Efficient Quantum Computing Simulator using a Graphical Description for Many-Qbit Systems \\
\large Bachelor Thesis}
\author[1]{Daniel Knüttel}
\affil[1]{University of Regensburg, Institute I - Theoretical Physics\\
Supervised by Prof. Dr. Christoph Lehner}
\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}
\vspace{0.7cm}
{\Large Bachelor Thesis\par}
\vspace{0.7cm}
{\huge\bfseries An Efficient Quantum Computing Simulator using a Graphical Description for Many-Qbit Systems \par}
\vspace{0.7cm}
{\Large\itshape Daniel Knüttel\par}
\includegraphics[width=\textwidth]{cover.png}
\vfill
{\Large\itshape Supervised by \par
Prof. Dr. Christoph Lehner}
\vfill
{\large 10.04.2020}
\end{titlepage}
%\frontmatter
\newpage
\tableofcontents
\include{chapters/introduction}
\include{chapters/quantum_computing}
\include{chapters/stabilizer}
\include{chapters/implementation}
\include{chapters/conclusion}
\begin{appendices}
\include{chapters/appendix}
\end{appendices}
\newpage
\listoffigures
\bibliographystyle{unsrt}
\bibliography{main}{}
\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.
\newpage
\textbf{Erklärung zur Anfertigung:}\\
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.
\\
\\
Unterschrift:
\end{document}