Skip to content

Commit 8312888

Browse files
Update src/visualization.jl
Co-authored-by: Alberto Mercurio <[email protected]>
1 parent 68115cb commit 8312888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visualization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Add one or more quantum states to the Bloch sphere visualization by converting t
394394
395395
```julia
396396
x = basis(2, 0) + basis(2, 1);
397-
y = basis(2, 0) - im * basis(2, 1);
397+
y = basis(2, 0) + im * basis(2, 1);
398398
z = basis(2, 0);
399399
b = Bloch();
400400
add_states!(b, [x, y, z])

0 commit comments

Comments
 (0)