This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new c30d8fdfb Switches Hadamard Gate doc to LaTeX formatting (#748)
c30d8fdfb is described below

commit c30d8fdfba352248927e5fa763b27dc80b829ca1
Author: Isabel Drost-Fromm <[email protected]>
AuthorDate: Fri Dec 19 18:02:12 2025 +0100

    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.)
---
 docs/basic_gates.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/basic_gates.md b/docs/basic_gates.md
index e688c6906..61e74286c 100644
--- a/docs/basic_gates.md
+++ b/docs/basic_gates.md
@@ -9,7 +9,7 @@ The NOT gate, also called the **Pauli X Gate**, is a 
fundamental quantum gate us
 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:
 
 
-H|0⟩ = (|0⟩ + |1⟩) / √2
+\[ $H|0⟩ = \frac{(|0⟩ + |1⟩)}{√2}$ \]
 
 
 

Reply via email to