QuantumOptics.jl icon indicating copy to clipboard operation
QuantumOptics.jl copied to clipboard

MCWF evolution using density matrices

Open irojkov-ph opened this issue 4 years ago • 3 comments
trafficstars

Allow to pass density matrices to timeevolution.mcwf instead of only Ket vectors. This is a feature present in QuTiP and the solution comes (I guess) from the Blunt et al. (2014) paper. That would be very helpful for some simulations.

irojkov-ph avatar Sep 10 '21 07:09 irojkov-ph

Sorry for the late response. I can't find the function in QuTiP, could you send me a link to the specific part in the QuTiP-docu?

ChristophHotter avatar Sep 27 '21 12:09 ChristophHotter

Sorry I must have been mistaken somehow. I cannot find it anymore :sweat_smile:. It can be a nice feature though! I have found an alternative to what I was trying to do at that time.

irojkov-ph avatar Sep 27 '21 12:09 irojkov-ph

You may just write a disrete distribution for you mixed state by using StatsBase with function Weights(). And for every trajetory, you choose an random initial state from this distribution.

Lightup1 avatar Oct 18 '21 12:10 Lightup1