NoiseTransformer.compute_channel_operation¶
- static NoiseTransformer.compute_channel_operation(rho, operators)[source]¶
Given a quantum state’s density function rho, the effect of the channel on this state is: rho -> sum_{i=1}^n E_i * rho * E_i^dagger
- Parameters
rho (number) – Density function
operators (list) – List of operators
- Returns
The result of applying the list of operators
- Return type
number