qit.utils.rmul

qit.utils.rmul(R, p=None)

Superoperator equivalent for multiplying from the right.

ρR=inv_vec(rmul(R)vec(ρ))
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