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

View file

@ -4,6 +4,7 @@
- notation $`\braket{x|y}`$
- $`\bra{x}`$ is a [[bra]]
- $`\ket{y}`$ is a [[ket]]
- [[matrix-multiplication]], associates with [[outer-product]]
- follows laws
1. $`\braket{0|y} = 0`$ and $`\braket{x|0} = 0`$
2. $`\braket{x + y|z} = \braket{x|z} + \braket{y|z}`$ and $`\braket{x|y + z} = \braket{x|y} + \braket{x|z}`$