diff options
author | Prefetch | 2022-09-27 21:20:05 +0200 |
---|---|---|
committer | Prefetch | 2022-09-28 20:51:35 +0200 |
commit | 03accd13c0a6ec4de2d8001edf3ce7553f831160 (patch) | |
tree | 59840d0c443752c6fef87f74597e032db91cd219 /content/know/concept/quantum-gate/index.pdc | |
parent | 7e0b6df586da7c79df3853ba0bdc9f98c10af839 (diff) |
Clean up CSS, minor design changes
Diffstat (limited to 'content/know/concept/quantum-gate/index.pdc')
-rw-r--r-- | content/know/concept/quantum-gate/index.pdc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/know/concept/quantum-gate/index.pdc b/content/know/concept/quantum-gate/index.pdc index 189145f..b9682ec 100644 --- a/content/know/concept/quantum-gate/index.pdc +++ b/content/know/concept/quantum-gate/index.pdc @@ -209,7 +209,7 @@ With that said, the first two-qubit gate is $\mathrm{SWAP}$, which simply swaps $\ket{\psi_1}$ and $\ket{\psi_2}$: <a href="swap.png"> -<img src="swap.png" style="width:22%;display:block;margin:auto;"> +<img src="swap.png" style="width:22%"> </a> $$\begin{aligned} @@ -238,7 +238,7 @@ Next, there is the **controlled NOT gate** $\mathrm{CNOT}$, which "flips" (applies $X$ to) $\ket{\psi_2}$ if $\ket{\psi_1}$ is true: <a href="cnot.png"> -<img src="cnot.png" style="width:22%;display:block;margin:auto;"> +<img src="cnot.png" style="width:22%"> </a> $$\begin{aligned} @@ -265,7 +265,7 @@ we can define a two-qubit **controlled U gate** $\mathrm{CU}$, which applies $U$ to $\ket{\psi_2}$ if $\ket{\psi_1}$ is true: <a href="cu.png"> -<img src="cu.png" style="width:22%;display:block;margin:auto;"> +<img src="cu.png" style="width:22%"> </a> $$\begin{aligned} |