Non-squared Kraus operators

10 views
Skip to first unread message

fnando...@gmail.com

unread,
Oct 11, 2017, 2:39:31 PM10/11/17
to QuTiP: Quantum Toolbox in Python
Hi there!

I'm using qutip since recently, and I'm enjoying it a lot... However, I'm having problems in defining CP maps with non-squared Kraus' operators (the input dimension is different from the output).

For example, if I set a Kraus operator as
K1 = Qobj([[1,0,0,0],[0,1/np.sqrt(3),1/np.sqrt(3),1/np.sqrt(3)]])
and try to define a channel as
S= sprepost(K1, K1)
I get something which is not of type super, but type=other. As such I cannot apply it on states...

Any thoughts on that?

Cheers,
Fernando.
Reply all
Reply to author
Forward
0 new messages