diff --git a/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py b/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py index 1302485..4efccea 100644 --- a/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py +++ b/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py @@ -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]) diff --git a/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org b/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org index 0097384..b6704aa 100644 --- a/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org +++ b/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org @@ -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])