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.

58 lines
1.2 KiB

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