Reduce the tolerance of the Lanczos method
Description
Reduce the tolerance of the Lanczos method as this is sometimes not full stable with 1e-5. An error message is added to avoid people to use outdated variables.
News snippet
Change the default value of TDLanczosTol to 1e-6.
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.