qit.utils.lmul

qit.utils.lmul(L, q=None)

Superoperator equivalent for multiplying from the left.

Lρ=inv_vec(lmul(L)vec(ρ))
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