We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db51c6 commit 555ebbeCopy full SHA for 555ebbe
src/visualization.jl
@@ -156,7 +156,7 @@ function Base.show(io::IO, b::Bloch)
156
# we use rpad `17` and `maxLen` for Bloch sphere data and properties, respectively
157
# 17 is the length of string: `Number of vectors`
158
# maxLen is the maximum length among all field names
159
- maxLen = maximum(length ∘ String, fieldnames(Settings))
+ maxLen = maximum(length ∘ String, fieldnames(Bloch))
160
161
println(io, "Bloch Sphere\n")
162
println(io, "data:")
0 commit comments