We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e99906 commit 1bcd4dcCopy full SHA for 1bcd4dc
src/time_evolution/time_evolution.jl
@@ -3,7 +3,7 @@ export TimeEvolutionSol, TimeEvolutionMCSol, TimeEvolutionStochasticSol
3
export liouvillian_floquet, liouvillian_generalized
4
5
const DEFAULT_ODE_SOLVER_OPTIONS = (abstol = 1e-8, reltol = 1e-6, save_everystep = false, save_end = true)
6
-const DEFAULT_SDE_SOLVER_OPTIONS = (abstol = 1e-3, reltol = 1e-2, save_everystep = false, save_end = true)
+const DEFAULT_SDE_SOLVER_OPTIONS = (abstol = 1e-3, reltol = 2e-3, save_everystep = false, save_end = true)
7
const COL_TIMES_WHICH_INIT_SIZE = 200
8
9
@doc raw"""
0 commit comments