not quite so insane depth

This commit is contained in:
Valentin Boettcher 2022-03-28 19:07:47 +02:00
parent 7bb2b31c74
commit 661889ff57

View file

@ -21,7 +21,7 @@ stocproc.logging_setup(
ψ_0=qt.basis([2], [0]), ψ_0=qt.basis([2], [0]),
description=f"Testing the initial slip with self adjoint coupling and ω_c={ω}.", description=f"Testing the initial slip with self adjoint coupling and ω_c={ω}.",
resolution=.01, resolution=.01,
influence_tolerance=1e-3, influence_tolerance=1e-2/2,
driving_process_tolerance=StocProcTolerances(1e-6, 1e-6) driving_process_tolerance=StocProcTolerances(1e-6, 1e-6)
) )
for ω in np.linspace(1, 4, 4) for ω in np.linspace(1, 4, 4)