Skip to content

Commit

Permalink
Scripts for exporting static UI backend
Browse files Browse the repository at this point in the history
Also fixes doc string formatting for Hadamard in the UI
  • Loading branch information
shab5 committed Oct 7, 2024
1 parent 5256949 commit 4937e7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qualtran/bloqs/basic_gates/hadamard.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ class Hadamard(Bloq):
This converts between the X and Z basis.
$$\begin{aligned}
$$
\begin{aligned}
H |0\rangle = |+\rangle \\
H |-\rangle = |1\rangle
\end{aligned}$$
\end{aligned}
$$
Registers:
q: The qubit
Expand Down

0 comments on commit 4937e7d

Please sign in to comment.