qiskit.providers.aer.utils.NoiseTransformer.channel_matrix_representation¶
- NoiseTransformer.channel_matrix_representation(operators)[ソース]¶
We convert the operators to a matrix by applying the channel to the four basis elements of the 2x2 matrix space representing density operators; this is standard linear algebra
- パラメータ
operators (list) – The list of operators to transform into a Matrix
- 戻り値
The matrx representation of the operators
- 戻り値の型
sympy.Matrix