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.

43 lines
854 B

2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
1 year ago
2 years ago
  1. \documentclass[a4paper]{scrartcl}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{lmodern}
  4. \usepackage{amsmath, amsthm, amssymb, amsfonts}
  5. \usepackage[mathscr]{euscript}
  6. \usepackage{mathtools}
  7. \usepackage{physics}
  8. \usepackage{cleveref}
  9. \newcommand{\ptrans}{\delta}
  10. \DeclarePairedDelimiter{\parens}{\lparen}{\rparen}
  11. \DeclarePairedDelimiter{\parensc}{\{}{\}}
  12. \DeclareMathOperator{\affinehull}{\text{aff}}
  13. \DeclareMathOperator{\R}{\mathbb{R}}
  14. \DeclareMathOperator{\spanspace}{\text{span}}
  15. \DeclareMathOperator{\Hom}{\text{hom}}
  16. \theoremstyle{plain}
  17. \newtheorem{theorem}{Theorem}
  18. \newtheorem{lemma}{Lemma}
  19. \theoremstyle{definition}
  20. \newtheorem{definition}{Definition}
  21. \theoremstyle{remark}
  22. \newtheorem{remark}{Remark}
  23. \begin{document}
  24. \title{A Brief Introduction to Quantum Computation}
  25. \author{Tom Krüger}
  26. \maketitle
  27. \input{content}
  28. \end{document}