basic QC stuff
This commit is contained in:
parent
e3966931d9
commit
3bc9811e25
3 changed files with 15 additions and 0 deletions
6
controlled-not.md
Normal file
6
controlled-not.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Controlled Not
|
||||
|
||||
- [[quantum-computing|Quantum Computing]]
|
||||
- [[push]] [[CNOT]]
|
||||
- quantum equivalent of XOR
|
||||
- written $`\operatorname{CNOT}_{1 \rarr 2}`$ for when $`\left(x, y\right)`$ becomes $`\left(x, x \oplus y\right)`$
|
3
quantum-computing.md
Normal file
3
quantum-computing.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Quantum Computing
|
||||
|
||||
|
6
toffoli-gate.md
Normal file
6
toffoli-gate.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Toffoli Gate
|
||||
|
||||
- [[quantum-computing|Quantum Computing]]
|
||||
- also called [[push]] [[CCNOT]]
|
||||
- quantum equivalent of AND/NAND
|
||||
- [[universal-gate|Universal Gate]] for reversible computing
|
Loading…
Add table
Add a link
Reference in a new issue