MatrixOperator.__mul__

MatrixOperator.__mul__(other)[source]

Overload * operation. Only support two Operators have the same representation mode.

Returns

the multiplied Operator.

Return type

MatrixOperator

Raises

TypeError, if two Operators do not have the same representations.