outer products
This commit is contained in:
parent
c917963104
commit
04cebb77df
8 changed files with 44 additions and 1 deletions
12
unitary-operator.md
Normal file
12
unitary-operator.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Unitary Operator
|
||||
|
||||
- [[quantum-computing]]
|
||||
- a matrix $`\mathcal{U}`$ operating on a [[quantum-state]] to produce another [[quantum-state]]
|
||||
- maps unit vectors to unit vectors
|
||||
- [[norm]]
|
||||
- other equivalent definitions:
|
||||
- columns of $`\mathcal{U}`$ are [[orthonormal]]
|
||||
- rows of $`\mathcal{U}`$ are [[orthonormal]]
|
||||
- $`\mathcal{U}^{-1} = \mathcal{U}^\dagger = \overline{\mathcal{U}^\intercal} = \overline{\mathcal{U}}^\intercal`$
|
||||
- preserves [[norm]]
|
||||
- preserves [[inner-product]]
|
Loading…
Add table
Add a link
Reference in a new issue