error in applyExp when the time step is

Hi!

I am currently using TDVP algorithm to perform calculations of real time dynamics of certain chain system.
I require really long time scales of the order of 10^4, to do that I wanted to run the calculations with larger time step. I was able to complete the calculations with dt=0.05 without any error.
Since I wanted to see the dynamics at really large time scales, I tried to increase the time step to say 1 or 2 with non uniform time steps.
But I am getting the error that applyexp is not converged in 30 steps. Is it possible to remove this error just by increasing maxiter. If so, can you tell me how to increase maxiter with non-uniform step tdvp.

The two keyword options you can pass are solver_krylovdim=30 and solver_maxiter=100 where those numbers (30,100) are the defaults. So please try passing a solver_krylovdim value greater than 30 and let us know if that helps.