Hii all,I need to simulate Eq. 4 in the picture below, and i don't know which functions (mesolve, mcsolve, smesolve, ssesolve) i have to use for my simulation. Please, I need someone to help me.Thank you--
You received this message because you are subscribed to the Google Groups "QuTiP: Quantum Toolbox in Python" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qutip+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qutip/39431f79-c9b6-4346-9452-3befaac563ddn%40googlegroups.com.
First of all, I would like to thank you for your reply. But how can I implement the white noise using mesolve
To view this discussion visit https://groups.google.com/d/msgid/qutip/CAKor9a1m%2B9YbBvZ--Kb6b1RrspMLrSgirqqRFpjH74EL6x6Lpw%40mail.gmail.com.
Hi there,I've been using thessesolvefunction (qt.ssesolve(H,psi0,t_list,sc_ops=[L_stochastic], # Single collapse operatore_ops=e_ops,heterodyne=True,ntraj=500, # Increased for better statisticsoptions={"dt": 0.0125, # Larger time step for stability"store_measurement": True,"store_states": False,"map": "serial", # Use serial for stability"normalize_output": True,"method": "platen" # Explicit method specification})) for my quantum simulation work, and I've obtained results that are generally in line with what I need. However, I've encountered an unexpected behavior: when comparing results for γ=0 (no dissipation) versus γ≠0 (with dissipation), the SRE (Symmetric Relative Entropy) values for γ=0 are lower than those with γ≠0.Based on my understanding, I would expect the opposite trend. Please help me understand why this might be happening or suggest ways to investigate this further.Thank you for your assistanceLe lun. 6 oct. 2025 à 08:43, Hamid Sakhouf <hamids...@gmail.com> a écrit :Thank you so much. This equation form this paper: https://arxiv.org/abs/2501.10349v1
To view this discussion visit https://groups.google.com/d/msgid/qutip/c453db7a-02ae-43d5-8cc9-8a654d33629an%40googlegroups.com.