From afd98956b0577edebf33e2ac59fd03efd9619dec Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 26 Feb 2024 07:47:45 -0800 Subject: [PATCH] One handout --- .../src/{week 2.tex => main.tex} | 28 ++++---- .../Introduction to Quantum/src/week 1.tex | 72 ------------------- 2 files changed, 14 insertions(+), 86 deletions(-) rename Advanced/Introduction to Quantum/src/{week 2.tex => main.tex} (78%) delete mode 100755 Advanced/Introduction to Quantum/src/week 1.tex diff --git a/Advanced/Introduction to Quantum/src/week 2.tex b/Advanced/Introduction to Quantum/src/main.tex similarity index 78% rename from Advanced/Introduction to Quantum/src/week 2.tex rename to Advanced/Introduction to Quantum/src/main.tex index 6e64395..3958d60 100755 --- a/Advanced/Introduction to Quantum/src/week 2.tex +++ b/Advanced/Introduction to Quantum/src/main.tex @@ -16,39 +16,39 @@ % use the [nosolutions] flag to hide solutions, % use the [solutions] flag to show solutions. \documentclass[ - nosolutions, - singlenumbering, - shortwarning + solutions, + singlenumbering ]{../../../resources/ormc_handout} \usepackage{../../../resources/macros} \usepackage{units} \input{tikzset} +\uptitlel{Advanced 2} +\uptitler{Winter 2024} +\title{Intro to Quantum Computing} +\subtitle{Prepared by \githref{Mark} on \today{}} + \def\ket#1{\left|#1\right\rangle} \def\bra#1{\left\langle#1\right|} -\uptitlel{Advanced 2} -\uptitler{Winter 2024} -\title{Intro to Quantum Computing II} -\subtitle{Prepared by \githref{Mark} on \today{}} +% TODO: spend more time on probabalistic bits. +% This could even be its own handout, especially +% for younger classes! -% Hack to keep numbering from previous handout -\makeatletter -\setcounter{\@problemcounter}{34} -\setcounter{section_counter}{6} -\makeatother - +% Why are qubits amplitudes instead of probabilities? +% (Asher question) \begin{document} \maketitle + \input{parts/01 bits} + \input{parts/02 qubit} \input{parts/03 two qubits} \input{parts/04 logic gates} \input{parts/05 quantum gates} \input{parts/06 hxh} \input{parts/07 superdense} \input{parts/08 teleport} - \end{document} \ No newline at end of file diff --git a/Advanced/Introduction to Quantum/src/week 1.tex b/Advanced/Introduction to Quantum/src/week 1.tex deleted file mode 100755 index d7be7ff..0000000 --- a/Advanced/Introduction to Quantum/src/week 1.tex +++ /dev/null @@ -1,72 +0,0 @@ -% Copyright (C) 2023 -% -% This program is free software: you can redistribute it and/or modify -% it under the terms of the GNU General Public License as published by -% the Free Software Foundation, either version 3 of the License, or -% (at your option) any later version. -% -% You may have received a copy of the GNU General Public License -% along with this program. If not, see . -% -% -% -% If you edit this, please give credit! -% Quality handouts take time to make. - -% use the [nosolutions] flag to hide solutions, -% use the [solutions] flag to show solutions. -\documentclass[ - solutions, - singlenumbering -]{../../../resources/ormc_handout} -\usepackage{../../../resources/macros} -\usepackage{units} -\input{tikzset} - -\uptitlel{Advanced 2} -\uptitler{Winter 2024} -\title{Intro to Quantum Computing I} -\subtitle{Prepared by \githref{Mark} on \today{}} - -\def\ket#1{\left|#1\right\rangle} -\def\bra#1{\left\langle#1\right|} - - -% TODO: spend more time on probabalistic bits. -% This could even be its own handout, especially -% for younger classes! - -% Why are qubits amplitudes instead of probabilities? -% (Asher question) - -\begin{document} - - \maketitle - - \input{parts/01 bits} - \input{parts/02 qubit} - \input{parts/03 two qubits} - \input{parts/04 logic gates} - \input{parts/05 quantum gates} - - \section{Bonus Problems (Putnam)} - - \problem{} - Suppose $A$ is a real, square matrix that satisfies $A^3 = A + I$. \par - Show that $\text{det}(A)$ is positive. - - \vfill - - \problem{} - Suppose $A, B$ are $2 \times 2$ complex matrices satisfying $AB = BA$, \par - and assume $A$ is not of the form $aI$ for some complex $a$. \par - Show that $B = xA + yI$ for complex $x$ and $y$. - - \vfill - - \problem{} - Is there an infinite sequence of real numbers $a_1, a_2, ...$ so that \par - $a_1^m + a_2^m + ... = m$ for every positive integer $m$? - - \vfill -\end{document} \ No newline at end of file