diff --git a/controlled-not.md b/controlled-not.md new file mode 100644 index 0000000..d4ce39e --- /dev/null +++ b/controlled-not.md @@ -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)`$ diff --git a/quantum-computing.md b/quantum-computing.md new file mode 100644 index 0000000..9624ef0 --- /dev/null +++ b/quantum-computing.md @@ -0,0 +1,3 @@ +# Quantum Computing + + diff --git a/toffoli-gate.md b/toffoli-gate.md new file mode 100644 index 0000000..5bf296f --- /dev/null +++ b/toffoli-gate.md @@ -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