Description Usage Arguments Value Raises See Also
This channel evolves a density matrix via: $$ \rho \rightarrow M_0 \rho M_0^\dagger + M_1 \rho M_1^\dagger $$ With: $$ \beginaligned M_0 =& \beginbmatrix 1 & 0 \ 0 & \sqrt1 - \gamma \endbmatrix \ M_1 =& \beginbmatrix 0 & \sqrt\gamma \ 0 & 0 \endbmatrix \endaligned $$
1 |
gamma |
the probability of the interaction being dissipative. |
an AmplitudeDampingChannel with the given probability gamma.
ValueError: if gamma is not a valid probability.
Other Noisy gates and operations:
gate_amplitude_damping_channel()
,
gate_asymmetric_depolarize()
,
gate_asymmetric_depolarizing_channel()
,
gate_bit_flip_channel()
,
gate_bit_flip()
,
gate_depolarize()
,
gate_depolarizing_channel()
,
gate_generalized_amplitude_damping_channel()
,
gate_generalized_amplitude_damp()
,
gate_no_noise()
,
gate_noise_model_like()
,
gate_noise_model()
,
gate_phase_damping_channel()
,
gate_phase_damp()
,
gate_phase_flip_channel()
,
gate_phase_flip()
,
gate_reset_channel()
,
gate_reset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.