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.

52 lines
1.1 KiB

2 years ago
1 year ago
2 years 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[colorinlistoftodos]{todonotes}
  9. \usepackage{cleveref}
  10. \usepackage{tikz}
  11. \usepackage{standalone}
  12. \usepackage{tkz-euclide}
  13. \usepackage{caption}
  14. \usepackage{subcaption}
  15. \newcommand{\contentsketch}[2][]{\todo[inline, color=yellow, #1]{#2}}
  16. \newcommand{\ptrans}{\delta}
  17. \DeclarePairedDelimiter{\parens}{\lparen}{\rparen}
  18. \DeclarePairedDelimiter{\parensc}{\{}{\}}
  19. \DeclareMathOperator{\affinehull}{\text{aff}}
  20. \DeclareMathOperator{\R}{\mathbb{R}}
  21. \DeclareMathOperator{\spanspace}{\text{span}}
  22. \DeclareMathOperator{\Hom}{\text{hom}}
  23. \theoremstyle{plain}
  24. \newtheorem{theorem}{Theorem}
  25. \newtheorem{lemma}{Lemma}
  26. \theoremstyle{definition}
  27. \newtheorem{definition}{Definition}
  28. \theoremstyle{remark}
  29. \newtheorem{remark}{Remark}
  30. \begin{document}
  31. \title{A Brief Introduction to Quantum Computation}
  32. \author{Tom Krüger}
  33. \maketitle
  34. \input{content}
  35. \end{document}