qit.utils.superop_to_choi

qit.utils.superop_to_choi(L)

Convert a Liouvillian superoperator to a Choi matrix.

Given a Liouvillian superoperator L operating on vectorized state operators, L:AABB, returns the corresponding Choi matrix C:ABAB.

Parameters

L (array) – Liouvillian superoperator, shape == (b**2, a**2)

Returns

corresponding Choi matrix, shape == (a*b, a*b)

Return type

array