bachelor_thesis/thesis/main.tex

65 lines
1.2 KiB
TeX
Raw Normal View History

2019-10-11 09:47:17 +00:00
%\documentclass[a4paper,12pt,oneside]{scrreprt}
\documentclass[a4paper,12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
2019-10-16 05:37:49 +00:00
\usepackage{amssymb, amsthm}
2019-10-11 09:47:17 +00:00
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{enumerate}
2019-10-16 05:37:49 +00:00
\usepackage{physics}
2019-11-01 18:07:45 +00:00
\usepackage{listings}
2019-11-20 18:28:42 +00:00
\usepackage{struktex}
2019-10-16 05:37:49 +00:00
2019-10-11 09:47:17 +00:00
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}
2019-10-16 05:37:49 +00:00
\newtheorem{definition}{Definition}
\newtheorem{postulate}{Postulate}
2019-10-17 17:32:25 +00:00
\newtheorem{corrolary}{Corrolary}
2019-11-01 18:07:45 +00:00
\newtheorem{lemma}{Lemma}
2019-11-05 10:21:26 +00:00
\newtheorem{theorem}{Theorem}
2019-11-01 18:07:45 +00:00
\numberwithin{equation}{section}
2019-10-16 05:37:49 +00:00
2019-10-11 09:47:17 +00:00
\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}
2019-10-16 05:37:49 +00:00
\include{chapters/introduction_qc}
2019-10-11 09:47:17 +00:00
\include{chapters/naive_simulator}
2019-11-01 18:07:45 +00:00
\include{chapters/graph_simulator}
2019-11-05 10:21:26 +00:00
\section{Appendix}
\subsection{Computing the Local Clifford Group and the Products of its Elements}
%\include{chapters/C_L_elements_and_products}
2019-10-11 09:47:17 +00:00
%\backmatter
\bibliographystyle{unsrt}
\bibliography{main}{}
\end{document}