File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ A structure representing a Bloch sphere visualization for quantum states.
118118- `view_angles::Tuple{Int,Int}}`: Azimuthal and elevation viewing angles in degrees (default: (-60, 30))
119119
120120## Label properties
121- - `xlabel::Vector{String }}`: Labels for x-axis (default: ["x", ""])
121+ - `xlabel::Vector{AbstractString }}`: Labels for x-axis (default: [L "x", ""])
122122- `xlpos::Vector{Float64}}`: Positions of x-axis labels (default: [1.0, -1.0])
123- - `ylabel::Vector{String }}`: Labels for y-axis (default: ["y", ""])
123+ - `ylabel::Vector{AbstractString }}`: Labels for y-axis (default: [L "y", ""])
124124- `ylpos::Vector{Float64}}`: Positions of y-axis labels (default: [1.0, -1.0])
125- - `zlabel::Vector{String }}`: Labels for z-axis (default: ["|0⟩ ", "|1⟩ "])
125+ - `zlabel::Vector{AbstractString }}`: Labels for z-axis (default: [L "|0\r angle ", L "|1\r angle "])
126126- `zlpos::Vector{Float64}}`: Positions of z-axis labels (default: [1.0, -1.0])
127127"""
128128@kwdef mutable struct Bloch
You can’t perform that action at this time.
0 commit comments