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

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
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{\N}{\mathbb{N}}
  27. \DeclareMathOperator{\spanspace}{\text{span}}
  28. \DeclareMathOperator{\Hom}{\text{hom}}
  29. \DeclareMathOperator{\idmat}{\mathds{1}}
  30. \theoremstyle{plain}
  31. \newtheorem{theorem}{Theorem}
  32. \newtheorem{lemma}{Lemma}
  33. \theoremstyle{definition}
  34. \newtheorem{definition}{Definition}
  35. \theoremstyle{remark}
  36. \newtheorem{remark}{Remark}
  37. \begin{document}
  38. \title{A Brief Introduction to Quantum Computation}
  39. \author{Tom Krüger}
  40. \maketitle
  41. \input{content}
  42. \end{document}