cirq.phase_damp

Creates a PhaseDampingChannel with damping constant gamma.

Used in the notebooks

This channel evolves a density matrix via:

ρM0ρM0+M1ρM1

With:

M0=[1001γ]M1=[000γ]

gamma The damping constant.

ValueError is gamma is not a valid probability.