qit.utils.rmul¶
- qit.utils.rmul(R, p=None)¶
Superoperator equivalent for multiplying from the right.
- Parameters
R (array) – multiplying operator, shape == (q, r)
p (int) – The shape of
is (p, q). If p is not given, is assumed square.
- Returns
superoperator that implements right multiplication of a vectorized matrix
by the matrix R- Return type
array