I have stochastic quantum master equation in the following form
dX= a(X) dt + b(X) v1 dt + c(X)v2 dt
Here a, b & c coefficients depend on the process. v1 & v2 are two correlated noises. 'dt' is the time step.
Now I want to apply 2nd order weak runge kutta scheme to this equation. I know how to apply runge kutta scheme to simple stochastic equation with white noise.
Thanks in advance for help.