You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`b.points`| Points to plot on the Bloch sphere (3D coordinates) |`Vector{Matrix{Float64}}()` (empty) |
176
176
|`b.vectors`| Vectors to plot on the Bloch sphere |`Vector{Vector{Float64}}()` (empty) |
177
-
|`b.lines`| Lines to draw on the sphere (points, style, properties)|`Vector{Tuple{Vector{Vector{Float64}},String}}()` (empty) |
177
+
|`b.lines`| Lines to draw on the sphere with each line given as `([start_pt, end_pt], line_format)`|`Vector{Tuple{Vector{Vector{Float64}},String}}()` (empty) |
178
178
|`b.arcs`| Arcs to draw on the sphere |`Vector{Vector{Vector{Float64}}}()` (empty) |
179
179
180
180
### Properties
@@ -195,7 +195,7 @@ At the end of the last section we saw that the colors and marker shapes of the d
195
195
|`b.sphere_alpha`| Transparency of sphere surface |`"#FFDDDD"`|
196
196
|`b.vector_color`| Colors for vectors |`["green", "#CC6600", "blue", "red"]`|
197
197
|`b.vector_width`| Width of vectors |`0.025`|
198
-
|`b.vector_arrowsize`| Arrow size parameters as (head length, head width, stem width)|`[0.07, 0.08, 0.08]`|
198
+
|`b.vector_arrowsize`| Arrow size parameters as `[head_length, head_width, stem_width]`|`[0.07, 0.08, 0.08]`|
199
199
|`b.view`| Azimuthal and elevation viewing angles in degrees |`[30, 30]`|
200
200
|`b.xlabel`| Labels for x-axis |`[L"x", ""]` (``+x`` and ``-x``) |
201
201
|`b.xlpos`| Positions of x-axis labels |`[1.2, -1.2]`|
0 commit comments