outer products

This commit is contained in:
Aly 2025-09-15 09:48:28 -06:00
parent c917963104
commit 04cebb77df
8 changed files with 44 additions and 1 deletions

8
outer-product.md Normal file
View file

@ -0,0 +1,8 @@
# Outer Product
- operates on two vectors and produces a matrix
- notation is $`\ket{x}\bra{y}`$
- $`\ket{x}`$ is a [[ket]]
- $`\bra{y}`$ is a [[bra]]
- [[matrix-multiplication]], associates with [[inner-product]]
- a sum $`\ket{x}\bra{0} + \ket{y}\bra{1}`$ where $`\ket{x}`$ and $`\ket{y}`$ are [[orthonormal]] produces a [[unitary-operator]] sending $`\ket{0}`$ to $`\ket{x}`$ and $`\ket{1}`$ to $`\ket{y}`$