dagger for inner product

This commit is contained in:
Aly 2025-09-12 09:49:35 -06:00
parent 9416dd6214
commit c917963104

View file

@ -10,4 +10,4 @@
3. $`\braket{cx|y} = \overline{c}\braket{x|y}`$ and $`\braket{x|cy} = \braket{x|y}c`$
4. $`\braket{x|y} = \overline{\braket{y|x}}`$
- the inner product $`\braket{x|y}`$ is antilinear in $`x`$ and linear in $`y`$
- if starting with two [[ket]]s, take the conjugate transpose of the former: $`\bra{x} = \overline{\ket{x}}^\intercal = \overline{\ket{x}^\intercal}`$
- if starting with two [[ket]]s, take the conjugate transpose of the former: $`\bra{x} = \ket{x}^\dagger = \overline{\ket{x}}^\intercal = \overline{\ket{x}^\intercal}`$