Skip to content

Commit

Permalink
update get started
Browse files Browse the repository at this point in the history
  • Loading branch information
foldfelis committed Jul 22, 2021
1 parent 15abe9a commit 8d937b3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/src/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,13 @@ W(x, p) = \sum_{m, n} \rho_{m, n} W_{m, n}(x, p)
Here, ``\rho`` is the density matrix of the quantum state, defined as:

```math
\rho = \sum_{m, n} p_{m, n} | m \rangle \langle n |
\rho = \sum_{m, n, i} \, p_i \, | n \rangle \langle n | \hat{\rho}_i | m \rangle \langle m |
```
```math
\hat{\rho}_i = | \psi_i \rangle \langle \psi_i |
```
```math
\hat{\rho}_i \, \text{is a density operator of pure state.}
```

And, ``W_{m, n}(x, p)`` is the generalized Wigner function
Expand Down Expand Up @@ -220,7 +226,7 @@ julia> heatmap(w.x_range, w.p_range, w.𝐰_surface')
Usually, we describe a quantum state using two non-commuting observables `X`(position) and `P`(momentum) in phase space.
The joint distribution is also known as Wigner function.

In experiments, we measure the E field of the light using the homodyne detector.
In homodyne experiments, we measure the E field of the light using the homodyne detector.
The phase of the wave are the eigenvalues of the quadrature operator ``X_{\theta}``
where ``X_{\theta = 0} = X`` and ``X_{\theta = \pi/2} = P``

Expand All @@ -235,7 +241,6 @@ julia> heatmap(θs, xs, ps')
```

```@raw html
<img src="../assets/squeezed_thermal_quad.png" width="50%"/>
```

Expand Down

0 comments on commit 8d937b3

Please sign in to comment.