From 26e6682837897d3a9e976c81fc2d7bdabc3c88a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?T=C3=B3mas=20Rosdahl?= <torosdahl@gmail.com>
Date: Wed, 21 Aug 2019 11:20:30 +0200
Subject: [PATCH] add missing imaginary prefactor to k_y in Landau level
 tutorial

---
 doc/source/tutorial/magnetic_field.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/tutorial/magnetic_field.rst b/doc/source/tutorial/magnetic_field.rst
index 66bfb805..add388bf 100644
--- a/doc/source/tutorial/magnetic_field.rst
+++ b/doc/source/tutorial/magnetic_field.rst
@@ -37,7 +37,7 @@ operators with the substitution
 .. math::
 
     k_x = \frac{1}{\sqrt{2} l_B} (a + a^\dagger), \quad \quad
-    k_y = \frac{1}{\sqrt{2} l_B} (a - a^\dagger),
+    k_y = \frac{i}{\sqrt{2} l_B} (a - a^\dagger),
 
 with the magnetic length :math:`l_B = \sqrt{\hbar/eB}`. The ladder operators obey the
 commutation relation
-- 
GitLab