Skip to content

Commit

Permalink
Added new material for new book
Browse files Browse the repository at this point in the history
  • Loading branch information
vontell committed Aug 10, 2016
1 parent 178efea commit fedf07a
Show file tree
Hide file tree
Showing 7 changed files with 1,315 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Quantum Algorithms via Linear Algebra/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Quantum Algorithms via Linear Algebra

This is a folder of notes and exercise solutions to the book **Quantum Algorithms via Linear Algebra** by Richard J. Lipton and Kenneth W. Regan.
23 changes: 23 additions & 0 deletions Quantum Algorithms via Linear Algebra/notes.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\contentsline {section}{\numberline {1}Single-Qubit Quantum Systems}{1}{section.1}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Single Quantum Bits}{1}{subsection.1.1}}
\newlabel{LastPage}{{}{1}{}{page.1}{}}
\xdef\lastpage@lastpage{1}
\xdef\lastpage@lastpageHy{1}
1,203 changes: 1,203 additions & 0 deletions Quantum Algorithms via Linear Algebra/notes.log

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Quantum Algorithms via Linear Algebra/notes.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\BOOKMARK [1][-]{section.1}{Single-Qubit Quantum Systems}{}% 1
\BOOKMARK [2][-]{subsection.1.1}{Single Quantum Bits}{section.1}% 2
Binary file added Quantum Algorithms via Linear Algebra/notes.pdf
Binary file not shown.
Binary file not shown.
84 changes: 84 additions & 0 deletions Quantum Algorithms via Linear Algebra/notes.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
\documentclass[12pt]{article}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{xcolor}

\usepackage{tgtermes}

\usepackage[
pdftitle={Quantum Algorithms via Linear Algebra},
pdfauthor={Quick Notes by Aaron Vontell, MIT},
colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=blue,bookmarks=true,
bookmarksopenlevel=2]{hyperref}
\usepackage{amsmath,amssymb,amsthm,textcomp}
\usepackage{enumerate}
\usepackage{multicol}
\usepackage{tikz}

\usepackage{geometry}
\geometry{total={210mm,297mm},
left=25mm,right=25mm,%
bindingoffset=0mm, top=20mm,bottom=20mm}


\linespread{1.3}

\newcommand{\linia}{\rule{\linewidth}{0.5pt}}

% custom theorems if needed
\newtheoremstyle{mytheor}
{1ex}{1ex}{\normalfont}{0pt}{\scshape}{.}{1ex}
{{\thmname{#1 }}{\thmnumber{#2}}{\thmnote{ (#3)}}}

\theoremstyle{mytheor}
\newtheorem{defi}{Definition}

% my own titles
\makeatletter
\renewcommand{\maketitle}{
\begin{center}
\vspace{2ex}
{\huge \textsc{\@title}}
\vspace{1ex}
\\
by Richard J. Lipton and Kenneth W. Regan\\
\linia\\
\@author \hfill \@date
\vspace{4ex}
\end{center}
}
\makeatother
%%%

% custom footers and headers
\usepackage{fancyhdr,lastpage}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{Page \thepage\ /\ \pageref*{LastPage}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
%

%%%----------%%%----------%%%----------%%%----------%%%

\begin{document}

\title{Quantum Algorithms via Linear Algebra}

\author{Quick Notes by Aaron Vontell, MIT EECS}

\date{08/06/2016}

\maketitle

\section{Single-Qubit Quantum Systems}

\subsection{Single Quantum Bits}

\end{document}

0 comments on commit fedf07a

Please sign in to comment.