gate_noise_model: Noise Model

Description Usage Arguments Details Value See Also

View source: R/Noisy_Gates.R

Description

Replaces operations and moments with noisy counterparts.

Usage

1

Arguments

...

parameters to pass.

Details

A child class must override at least one of the following three methods: - noisy_moments - noisy_moment - noisy_operation The methods that are not overridden will be implemented in terms of the ones that are. Simulators told to use a noise model will use these methods in order to dynamically rewrite the program they are simulating.

Value

The generalized amplitude damping channel object.

See Also

Other Noisy gates and operations: gate_amplitude_damping_channel(), gate_amplitude_damp(), 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_phase_damping_channel(), gate_phase_damp(), gate_phase_flip_channel(), gate_phase_flip(), gate_reset_channel(), gate_reset()


henry090/Cirq documentation built on June 13, 2020, 1:28 a.m.