Hello,
I am trying to reproduce results in the given tutorials. Specifically, the notebook titled "Reproduce: Stabalizing Feedback Controls for quantum systems":
https://nbviewer.jupyter.org/github/jrjohansson/reproduced-papers/blob/master/Reproduce-SIAM-JCO-46-445-2007-Mirrahimi.ipynb.
It appears that in version 3.1.0 you could pass arbitrary functions as the d1 and d2 operators using key arguments. However, running the same notebook functions in python 4.4.0 returns errors and after reading through documentation, it appears the flexibility in passing d1 and d2 functions is deprecated. In this case, the design process for stabilizing feedback controllers for stochastic master equations may have been deprecated along with it. Is the same functionality captured in version 4.4? My only clue for reproducing these results is in using the time-dependent Hamiltonian functions, however It appears these can only be time varying functions, whereas the d1 and d2 functions seemed to be able to handle multiple inputs.
If this is not the case, is there a notebook tutorial written with QuTiP 4.4 that can reproduce the results in the paper given above? Alternatively, could you explain how this can be done with the latest QuTiP version?
Thanks,
Ethan