deltakit.circuit.NoiseLayer.add_noise_channels#
- NoiseLayer.add_noise_channels(noise_channels: PauliXError[T] | PauliYError[T] | PauliZError[T] | PauliChannel1[T] | PauliChannel2[T] | Depolarise1[T] | Depolarise2[T] | CorrelatedError[T] | ElseCorrelatedError[T] | Leakage | Relax | Iterable[PauliXError[T] | PauliYError[T] | PauliZError[T] | PauliChannel1[T] | PauliChannel2[T] | Depolarise1[T] | Depolarise2[T] | CorrelatedError[T] | ElseCorrelatedError[T] | Leakage | Relax])#
Add noise channels to this noise layer.
- Parameters:
noise_channel (_NoiseChannel | Iterable[_NoiseChannel]) – The noise channel to add.