christian512
christian512
It was used in the [QobjEvo notebook](https://nbviewer.ipython.org/github/qutip/qutip-notebooks/blob/master/examples/qobjevo.ipynb), which is also linked on the tutorials website. I removed the usage of `compile()` in the new version of the notebook in the...
I'll try to keep track of all issues which I obtain from porting notebooks from QuTiP 4 to QuTiP 5. In general, I agree with @hodgestar -- We can't guarantee...
Hi, I just added the support for QCircuit 2.6 in my fork and tested it with [quantum-gates.ipynb](https://github.com/qutip/qutip-notebooks/blob/master/examples/quantum-gates.ipynb). Do you have any other notebook suggestion, which I could use for testing?...
Hi @BoxiLi, yes I'll do so :) There were some deprecation warnings and one cell not running in the notebook. But this was also the same for the old version...
I updated the notebooks to use `parallel_map` instead of `parfor` in https://github.com/qutip/qutip-tutorials/pull/31. I guess we can close this issue?
I removed the "pre-compilation" and it worked in the tutorial. Since we will change from using `brmesolve` to `BRSolver` in that notebook (see https://github.com/qutip/qutip-tutorials/pull/31#discussion_r946862389) I will close this issue.
Hey @lzawbrito, I tried to reproduce your error on a Linux (Ubuntu) machine. I installed your exact environment (all versions equal) and your provided code runs without a problem. Also...
Hi @lzawbrito, I guess that choosing `nsteps=1e6` is a pretty big value and that it leads to problems in the ODE integration. However, again running on my system, I get...