Skip to content

Commit 43fbcf3

Browse files
committed
add codereview suggestions
1 parent 3511c0a commit 43fbcf3

File tree

4 files changed

+368
-262
lines changed

4 files changed

+368
-262
lines changed

docs/src/users_guide/extensions/cairomakie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The supported plotting functions are listed as follows:
2020
|:----------------------|:----------------|
2121
| [`plot_wigner`](@ref) | [Wigner quasipropability distribution](https://en.wikipedia.org/wiki/Wigner_quasiprobability_distribution) |
2222
| [`plot_fock_distribution`](@ref) | [Fock state](https://en.wikipedia.org/wiki/Fock_state) distribution |
23-
| [`plot_bloch`](@ref) | [Qutip's Plotting on the Bloch Sphere](https://qutip.readthedocs.io/en/stable/guide/guide-bloch.html) |
23+
| [`plot_bloch`](@ref) | [Plotting on the Bloch Sphere](https://qutip.readthedocs.io/en/stable/guide/guide-bloch.html) |

docs/src/users_guide/plotting_the_bloch_sphere.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
```@setup Bloch_sphere_rendering
44
using QuantumToolbox
55
6-
using Makie
76
using CairoMakie
87
CairoMakie.enable_only_mime!(MIME"image/svg+xml"())
98
```
@@ -12,7 +11,7 @@ CairoMakie.enable_only_mime!(MIME"image/svg+xml"())
1211

1312
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.
1413

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).
14+
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://qutip.readthedocs.io/en/stable/guide/guide-bloch.html).
1615

1716
## Create a Bloch Sphere
1817

0 commit comments

Comments
 (0)