Skip to content

Commit 5bd0c34

Browse files
committed
fix typo
1 parent 0136d95 commit 5bd0c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QuantumToolbox.jl/time_evolution/fluorescence.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ print(L)
108108
sol = mesolve(L, ψ0, tlist, nothing, e_ops = e_ops)
109109
```
110110

111-
Obeserving the expectation values dynamics of Pauli's matrices, we see that the Bloch vector $(\langle \sigma_x \rangle, \langle \sigma_y \rangle, \langle \sigma_z \rangle)$ shortens over time, which is consistent with the dissipative behaviour. Also, the population of excited state has oscillation amplitude decaying over time.
111+
Observing the expectation values dynamics of Pauli's matrices, we see that the Bloch vector $(\langle \sigma_x \rangle, \langle \sigma_y \rangle, \langle \sigma_z \rangle)$ shortens over time, which is consistent with the dissipative behaviour. Also, the population of excited state has oscillation amplitude decaying over time.
112112
```{julia}
113113
expect = real.(sol.expect)
114114
fig1 = Figure(size = (600,300))
@@ -175,7 +175,7 @@ axislegend(ax3)
175175
display(fig3);
176176
```
177177

178-
We now move to the analysis of the correlation function $C(\tau) = \langle \sigma^{+}(\tau) \sigma^{-}(0)\rangle$, which describes the radiative behaviour of the atom towrds its surrounding environment. Using `QuantumToolbox.correlation_2op_1t`, we can obtain the correlation function as a function of $\tau$ and use `QuantumToolbox.spectrum_correlation_fft` to obtain the corresponding Fourier transform.
178+
We now move to the analysis of the correlation function $C(\tau) = \langle \sigma^{+}(\tau) \sigma^{-}(0)\rangle$, which describes the radiative behaviour of the atom towards its surrounding environment. Using `QuantumToolbox.correlation_2op_1t`, we can obtain the correlation function as a function of $\tau$ and use `QuantumToolbox.spectrum_correlation_fft` to obtain the corresponding Fourier transform.
179179
```{julia}
180180
fig4 = Figure(size = (600,300))
181181
ax41 = Axis(

0 commit comments

Comments
 (0)