bachelor_thesis/notes/main.tex

67 lines
1.3 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}
\usepackage{struktex}
\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}
\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/stabilizer}
\include{chapters/graph_simulator}
\section{Appendix}
\subsection{Computing the Local Clifford Group and the Products of its Elements}
%\include{chapters/C_L_elements_and_products}
%\backmatter
\bibliographystyle{unsrt}
\bibliography{main}{}
\end{document}