Superoperator on operator

45 views
Skip to first unread message

funda...@googlemail.com

unread,
May 4, 2016, 5:07:34 PM5/4/16
to QuTiP: Quantum Toolbox in Python
Hallo,

I want to code this: Psi(X)= A X B, so Psi is my superoperator and X my density matrix
So i definied in python (with qutip as qt):
 Psi= qt.sprepost(A,B)
 X=qt.rand_dm(3)
 (A and B with qt.rand_unitary(3))

How can i calculate Psi(X)?
I tryed Psi*X but that doesn´t work.

Thanks for help!

Greetings,
Daniel

funda...@googlemail.com

unread,
May 8, 2016, 1:51:27 AM5/8/16
to QuTiP: Quantum Toolbox in Python, funda...@googlemail.com
Any ideas?

Paul Nation

unread,
May 17, 2016, 1:11:57 AM5/17/16
to QuTiP: Quantum Toolbox in Python, funda...@googlemail.com
I am working on this at the moment.  In short, the super operators act on the density matrix as a vector, not a matrix.  Therefore, we need to know ahead of time that the operator is a density matrix and not some other type.  This should be addressed alongside another issue:


in the next day or two.
Reply all
Reply to author
Forward
0 new messages