Distributions

The phase-space distributions that may be sampled for these quantum states are

Husimi-Q

PhaseSpaceTools.husimiQFunction
α,ᾱ = husimiQ(state <: State,N)

Generate N samples from the Husimi-Q phase-space distribution for state.

Moments of the Husimi-Q distribution generate quantum operator averages that are anti-normally ordered.

source

Glauber-P

PhaseSpaceTools.glauberPFunction
α,α⁺ = glauberP(state <: State,N)

Generate N samples from the Glauber-Sudarshan-P phase-space distribution for state.

Moments of the Glauber-Sudarshan-P distribution generate quantum operator averages that are normally ordered.

source

Positive-P

PhaseSpaceTools.positivePFunction
α,α⁺ = positiveP(state <: State,N)

Generate N samples from the positive-P (+P) phase-space distribution for state.

Moments of the +P distribution generate quantum operator averages that are normally ordered.

In general the two random variates α,α⁺ are statistically independent for the +P distribution.

source

Wigner

PhaseSpaceTools.wignerFunction
α,α⁺ = wigner(state <: State,N)

Generate N samples from wigner phase-space distribution for state.

Moments of the Wigner distribution generate symmetrically ordered quantum operator averages.

source

Positive-W

PhaseSpaceTools.positiveWFunction
α,α⁺ = positiveW(state <: State,N)

Generate N samples from the positive-W (+W) phase-space distribution for state.

Implemented states are

  • Fock(N)

The moments of the +W distribution generate quantum operator averages that are symmmetrically ordered.

source