mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
not quite so insane depth
This commit is contained in:
parent
7bb2b31c74
commit
661889ff57
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue