correct params

This commit is contained in:
Valentin Boettcher 2022-07-20 15:06:36 +02:00
parent 0a70a5a423
commit 98c8f9781f
2 changed files with 6 additions and 6 deletions

View file

@ -217,7 +217,7 @@ def anti_zeno_engine(
ε=.5,#.1,
ω_c=2,
ε_couple=0.7,
n=0 ,
n=6,
detune=.5,
ω_0=20,
T_c=1e3,
@ -225,11 +225,11 @@ def anti_zeno_engine(
δ=[3.2*.01, 1*.01],
γ=.2,
switch_cycles=1,
therm_initial_state=True,
therm_initial_state=False,
ε_init=.1,
terms=4,
dt=0.01,
sp_tol=1e-2,
sp_tol=1e-3,
)
model.k_max = 3
# model, params = anti_zeno_engine(ε=1/2, ε_couple=1e-4, n=1, detune=.5, δ=[.1,.1])

View file

@ -236,7 +236,7 @@ Init ray and silence stocproc.
ε=.5,#.1,
ω_c=2,
ε_couple=0.7,
n=0 ,
n=6,
detune=.5,
ω_0=20,
T_c=1e3,
@ -244,11 +244,11 @@ Init ray and silence stocproc.
δ=[3.2*.01, 1*.01],
γ=.2,
switch_cycles=1,
therm_initial_state=True,
therm_initial_state=False,
ε_init=.1,
terms=4,
dt=0.01,
sp_tol=1e-2,
sp_tol=1e-3,
)
model.k_max = 3
# model, params = anti_zeno_engine(ε=1/2, ε_couple=1e-4, n=1, detune=.5, δ=[.1,.1])