Skip to content

Commit c30d8fd

Browse files
authored
Switches Hadamard Gate doc to LaTeX formatting (#748)
Fixes #707 (Trying to find some simple issues to help with while hopefully finally finding time to toy with the code over Christmas.)
1 parent 9f97bf2 commit c30d8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic_gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The NOT gate, also called the **Pauli X Gate**, is a fundamental quantum gate us
99
The Hadamard gate, denoted as the H-gate, is used to create superposition states. When applied to a qubit in the |0⟩ state, it transforms it into an equal superposition of |0⟩ and |1⟩ states. Mathematically:
1010

1111

12-
H|0⟩ = (|0⟩ + |1⟩) / √2
12+
\[ $H|0⟩ = \frac{(|0⟩ + |1⟩)}{√2}$ \]
1313

1414

1515

0 commit comments

Comments
 (0)