Skip to content

Commit 1bcd4dc

Browse files
Change reltol
1 parent 2e99906 commit 1bcd4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time_evolution/time_evolution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export TimeEvolutionSol, TimeEvolutionMCSol, TimeEvolutionStochasticSol
33
export liouvillian_floquet, liouvillian_generalized
44

55
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)
6+
const DEFAULT_SDE_SOLVER_OPTIONS = (abstol = 1e-3, reltol = 2e-3, save_everystep = false, save_end = true)
77
const COL_TIMES_WHICH_INIT_SIZE = 200
88

99
@doc raw"""

0 commit comments

Comments
 (0)