mirror of
https://github.com/vale981/master-thesis
synced 2025-03-04 17:41:43 -05:00
do not couple as long
This commit is contained in:
parent
027a5f4d49
commit
1941e6c2b9
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ from anti_zeno_engine import *
|
|||
ε=1,#.1,
|
||||
ω_c=1,
|
||||
ε_couple=.68,
|
||||
n=60,
|
||||
n=20,
|
||||
detune=.5,
|
||||
ω_0=20,
|
||||
T_c=5e3,
|
||||
|
@ -36,7 +36,7 @@ from anti_zeno_engine import *
|
|||
γ=.2,
|
||||
switch_cycles=1,
|
||||
therm_initial_state=False,
|
||||
#ε_init=.001/2,
|
||||
ε_init=.001/2,
|
||||
terms=7,
|
||||
dt=0.01/2,
|
||||
sp_tol=1e-4,
|
||||
|
|
Loading…
Add table
Reference in a new issue