You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was trying to compute a tensor product for two superoperators but it looks like we don't have dispatch for tensor() that applies to ::SparseSuperOpType
using QuantumOpticsBase
sOp1 =spre(create(FockBasis(1)))
sOp2 =spost(create(FockBasis(1)))
To implement this, I think it might be good to use the Choi representation which I have a draft PR for in #115 since its just a normal kron of the Choi operators (possibly with a permutesystems). Unless you're planning on working on this, I can try to implement it when I get around to moving #115 out of draft status.
Hi! I was trying to compute a tensor product for two superoperators but it looks like we don't have dispatch for
tensor()
that applies to::SparseSuperOpType
The text was updated successfully, but these errors were encountered: