Skip to content

Commit

Permalink
Testing new inline and block README TeX support.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-noise committed Aug 6, 2024
1 parent 5e418d9 commit 9f67d74
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ Specifically, in the Wx convention, the QSP operation sequence is:

<!-- U_x = e^{i\phi_0 Z} \prod_{k=1}^L W(a) e^{i\phi_k Z} ~~~~{\rm where} ~~~ W(x)=\left[ \begin{array}{cc} a & i\sqrt{1-a^2} \\ i\sqrt{1-a^2} & a \end{array} \right ] -->

<center>
``math
U_x = e^{i\phi_0 Z} \prod_{k=1}^L W(a) e^{i\phi_k Z} \;\;\;\;\text{here}\;\;\;\; W(x)=\left[\begin{bmatrix} a & i\sqrt{1-a^2} \\ i\sqrt{1-a^2} & a \end{bmatrix} \right]
``

<!-- <center>
<img src="https://latex.codecogs.com/svg.latex?%5Clarge%20U_x%20%3D%20e%5E%7Bi%5Cphi_0%20Z%7D%20%5Cprod_%7Bk%3D1%7D%5EL%20W%28a%29%20e%5E%7Bi%5Cphi_k%20Z%7D%20%7E%7E%7E%7E%7B%5Crm%20where%7D%20%7E%7E%7E%20W%28a%29%3D%5Cleft%5B%20%5Cbegin%7Barray%7D%7Bcc%7D%20a%20%26%20i%5Csqrt%7B1-a%5E2%7D%20%5C%5C%20i%5Csqrt%7B1-a%5E2%7D%20%26%20a%20%5Cend%7Barray%7D%20%5Cright%20%5D" />
</center>
</center> -->

And in the Wz convention, the QSP operation sequence is:
And in the $W_z$ convention, the QSP operation sequence is:

<!-- U_z = e^{i\phi_0 X} \prod_{k=1}^L W(a) e^{i\phi_k X} ~~~~{\rm where} ~~~ W(a)=\left[ \begin{array}{cc} a + i\sqrt{1-a^2} & 0 \\ 0 & a - i\sqrt{1-a^2} \end{array} \right ] -->

Expand Down

0 comments on commit 9f67d74

Please sign in to comment.