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
When solving Stochastic Schrödinger or Master equations, it is often interesting to know the time-dependent noise that was generated by the solver. For instance when simulating homodyne or heterodyne detection, the measurement signal for the $n$-th stochastic jump operator $C_n$ reads $$\mathrm{d}Y_n = \sqrt{\eta}\langle C_n + C_n^\dagger\rangle \mathrm{d}t + \xi_n(t)$$
(Using the same notations as the documentation.)
While it is possible to get $\langle C_n + C_n^\dagger\rangle$ from the stochastic.master and stochastic.schrodinger solvers, I was not able to return $\xi_n(t)$. Is this possible to implement this feature?
The text was updated successfully, but these errors were encountered:
When solving Stochastic Schrödinger or Master equations, it is often interesting to know the time-dependent noise that was generated by the solver. For instance when simulating homodyne or heterodyne detection, the measurement signal for the$n$ -th stochastic jump operator $C_n$ reads
$$\mathrm{d}Y_n = \sqrt{\eta}\langle C_n + C_n^\dagger\rangle \mathrm{d}t + \xi_n(t)$$ $\langle C_n + C_n^\dagger\rangle$ from the $\xi_n(t)$ . Is this possible to implement this feature?
(Using the same notations as the documentation.)
While it is possible to get
stochastic.master
andstochastic.schrodinger
solvers, I was not able to returnThe text was updated successfully, but these errors were encountered: