Fixe matrices
This commit is contained in:
parent
88f1123114
commit
39f834304f
1 changed files with 9 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -49,14 +49,17 @@ $\alpha$ |0> + $\beta$ |1>
|
||||||
|
|
||||||
is represented by
|
is represented by
|
||||||
|
|
||||||
$\begin{pmatrix}
|
```math
|
||||||
|
\begin{pmatrix}
|
||||||
\alpha\\
|
\alpha\\
|
||||||
\beta
|
\beta
|
||||||
\end{pmatrix}$
|
\end{pmatrix}
|
||||||
|
```
|
||||||
|
|
||||||
So, the operation corresponding of the inversion of the value of $\alpha$ and $\beta$ is
|
So, the operation corresponding of the inversion of the value of $\alpha$ and $\beta$ is
|
||||||
|
|
||||||
$\begin{pmatrix}
|
```math
|
||||||
|
\begin{pmatrix}
|
||||||
0 & 1\\
|
0 & 1\\
|
||||||
1 & 0
|
1 & 0
|
||||||
\end{pmatrix}
|
\end{pmatrix}
|
||||||
|
|
@ -68,7 +71,8 @@ $\begin{pmatrix}
|
||||||
=\begin{pmatrix}
|
=\begin{pmatrix}
|
||||||
\beta\\
|
\beta\\
|
||||||
\alpha
|
\alpha
|
||||||
\end{pmatrix}$
|
\end{pmatrix}
|
||||||
|
```
|
||||||
|
|
||||||
In theory, the users don't need to use them, the main quantum gates are already implemented.
|
In theory, the users don't need to use them, the main quantum gates are already implemented.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue