Skip to content
Snippets Groups Projects
Commit 0f33f80f authored by patavirt's avatar patavirt
Browse files

Fix LEFT vs. RIGHT

parent 6dae7ef2
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,9 @@ S_y = np.array([[0, -1j], [1j, 0]])
S_z = np.array([[1, 0], [0, -1]])
S_0 = np.array([[1, 0], [0, 1]])
LEFT = 0
RIGHT = 0
UP = 1
RIGHT = 2
LEFT = 2
DOWN = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment