You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

59 lines
1.3 KiB

\documentclass[a4paper]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{amsmath, amsthm, amssymb, amsfonts}
\usepackage{xfrac}
\usepackage{dsfont}
\usepackage[mathscr]{euscript}
\usepackage{mathtools}
\usepackage{physics}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{cleveref}
\usepackage{tikz}
\usetikzlibrary{quantikz}
\usepackage{standalone}
\usepackage{tkz-euclide}
\usepackage{caption}
\usepackage{subcaption}
\newcommand{\contentsketch}[2][]{\todo[inline, color=yellow, #1]{#2}}
\DeclareMathOperator{\XOR}{\text{XOR}}
\newcommand{\ptrans}{\delta}
\DeclarePairedDelimiter{\parens}{\lparen}{\rparen}
\DeclarePairedDelimiter{\parensc}{\{}{\}}
\DeclareMathOperator{\affinehull}{\text{aff}}
\DeclareMathOperator{\R}{\mathbb{R}}
\DeclareMathOperator{\C}{\mathbb{C}}
\DeclareMathOperator{\N}{\mathbb{N}}
\DeclareMathOperator{\spanspace}{\text{span}}
\DeclareMathOperator{\Hom}{\text{hom}}
\DeclareMathOperator{\idmat}{\mathds{1}}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\theoremstyle{remark}
\newtheorem{remark}{Remark}
\begin{document}
\title{A Brief Introduction to Quantum Computation}
\author{Tom Krüger}
\maketitle
\input{content}
\end{document}