Hi Saumya,
Set the optional argument `store_states = True` in the options.
For example with this snippet
```
opts = Options(store_states = True)
result = mesolve(H, rho0, tlist, c_ops, e_ops, options = opts)
rho_t = result.states
--
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.
For more options, visit https://groups.google.com/d/optout.