initial thesis stuff

This commit is contained in:
2019-10-11 11:47:17 +02:00
parent e72a1a118d
commit 2ed0792ded
7 changed files with 130 additions and 0 deletions

42
thesis/main.tex Normal file
View File

@@ -0,0 +1,42 @@
%\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}