Skip to content

Commit b524893

Browse files
authored
fix docstrings
1 parent 5ccb1b9 commit b524893

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ext/QuantumToolboxMakieExt.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,16 +370,14 @@ end
370370
raw"""
371371
_setup_bloch_plot!(location) -> (fig, lscene)
372372
373-
Initialize the figure and `3D` axis for Bloch sphere visualization.
373+
Initialize the Figure and LScene for Bloch sphere visualization.
374374
375375
# Arguments
376-
- `location`: Figure layout position specification, or directly `Makie.LScene` for update
376+
- `location`: Figure layout position specification, or directly `Makie.LScene` for updating Bloch sphere.
377377
378378
# Returns
379379
- `fig`: Created Makie figure
380380
- `lscene`: Configured LScene object
381-
382-
Sets up the `3D` coordinate system with appropriate limits and view angles.
383381
"""
384382
function _setup_bloch_plot!(location)
385383
fig, location = _getFigAndLocation(location)
@@ -398,7 +396,7 @@ end
398396
raw"""
399397
_setup_bloch_camara!(b::Bloch, lscene)
400398
401-
Setup the distance and viewing angle of the camara.
399+
Setup the distance and view angle of the camara.
402400
"""
403401
function _setup_bloch_camara!(b::Bloch, lscene)
404402
length(b.view) == 2 || throw(ArgumentError("The length of `Bloch.view` must be 2."))

0 commit comments

Comments
 (0)