bachelor_thesis/thesis/main.tex
2019-11-01 19:07:45 +01:00

57 lines
1.0 KiB
TeX

%\documentclass[a4paper,12pt,oneside]{scrreprt}
\documentclass[a4paper,12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{amssymb, amsthm}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{enumerate}
\usepackage{physics}
\usepackage{listings}
\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}
\numberwithin{equation}{section}
\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/introduction_qc}
\include{chapters/naive_simulator}
\include{chapters/graph_simulator}
%\backmatter
\bibliographystyle{unsrt}
\bibliography{main}{}
\end{document}