qojulia / QuantumOptics.jl

Library for the numerical simulation of closed as well as open quantum systems.
http://qojulia.org
Other
533 stars 104 forks source link

MCWF evolution using density matrices #321

Open irojkov-ph opened 3 years ago

irojkov-ph commented 3 years ago

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.

ChristophHotter commented 3 years ago

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?

irojkov-ph commented 3 years ago

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.

Lightup1 commented 2 years ago

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.