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