Skip to content

Commit a1d14b0

Browse files
committed
documentation fixup
1 parent 601d3e1 commit a1d14b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/users_guide/plotting_the_bloch_sphere.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ using CairoMakie
88
CairoMakie.enable_only_mime!(MIME"image/svg+xml"())
99
```
1010

11-
## [Introduction](@id doc:Bloch_sphere_rendering)
11+
## [Introduction](@id doc:Bloch_sphere_rendering)
1212

1313
When studying the dynamics of a two-level system, it's often convenient to visualize the state of the system by plotting the state vector or density matrix on the Bloch sphere.
1414

15-
In [QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/), this can be done using the [Bloch](@ref) or [plot_bloch](@ref) methods that provide same syntax as QuTiP.
15+
In [QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/), this can be done using the [`Bloch`](@ref) or [`plot_bloch`](@ref) methods that provide same syntax as [QuTiP](https://github.com/qutip/qutip).
1616

1717
## Create a Bloch Sphere
1818

0 commit comments

Comments
 (0)