cirq.amplitude_damp

Returns an AmplitudeDampingChannel with the given probability gamma.

Used in the notebooks

This channel evolves a density matrix via:

ρM0ρM0+M1ρM1

With:

M0=[1001γ]M1=[0γ00]

gamma the probability of the interaction being dissipative.

ValueError if gamma is not a valid probability.