basic QC stuff

This commit is contained in:
Aly 2025-09-08 11:15:41 -06:00
parent e3966931d9
commit 3bc9811e25
3 changed files with 15 additions and 0 deletions

6
controlled-not.md Normal file
View 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
View file

@ -0,0 +1,3 @@
# Quantum Computing

6
toffoli-gate.md Normal file
View 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