43 lines
772 B
TeX
43 lines
772 B
TeX
|
%\documentclass[a4paper,12pt,oneside]{scrreprt}
|
||
|
\documentclass[a4paper,12pt]{scrartcl}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
\usepackage{graphicx}
|
||
|
\usepackage{amssymb}
|
||
|
\usepackage{setspace}
|
||
|
\usepackage{amsmath}
|
||
|
\usepackage{hyperref}
|
||
|
\usepackage{geometry}
|
||
|
\usepackage{enumerate}
|
||
|
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}
|
||
|
|
||
|
\title{Development of an Extensible Quantum Computing
|
||
|
Simulator with a Focus on Simulation in the Graph Formalism }
|
||
|
\author{Daniel Knüttel}
|
||
|
\date{22.09.2019}
|
||
|
\begin{document}
|
||
|
\maketitle
|
||
|
|
||
|
%\frontmatter
|
||
|
\tableofcontents
|
||
|
|
||
|
\section{Acknowledgements}
|
||
|
|
||
|
--
|
||
|
|
||
|
\section{Abstract}
|
||
|
|
||
|
--
|
||
|
|
||
|
%\mainmatter
|
||
|
|
||
|
\include{chapters/introduction}
|
||
|
|
||
|
\include{chapters/naive_simulator}
|
||
|
|
||
|
%\backmatter
|
||
|
|
||
|
\bibliographystyle{unsrt}
|
||
|
\bibliography{main}{}
|
||
|
\end{document}
|
||
|
|