mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
maybe not quite as hot
This commit is contained in:
parent
afce481af1
commit
b3537b6464
1 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ system = SysP(
|
|||
g=g,
|
||||
w=w,
|
||||
bcf_scale=0.5,
|
||||
T=2,
|
||||
T=1.5,
|
||||
)
|
||||
|
||||
params = HIParams(
|
||||
|
@ -49,8 +49,8 @@ params = HIParams(
|
|||
wc,
|
||||
),
|
||||
t_max=integration.t_max,
|
||||
intgr_tol=1e-4,
|
||||
intpl_tol=1e-4,
|
||||
intgr_tol=1e-5,
|
||||
intpl_tol=1e-5,
|
||||
negative_frequencies=False,
|
||||
),
|
||||
EtaTherm=StocProc_FFT(
|
||||
|
@ -61,8 +61,8 @@ params = HIParams(
|
|||
s, 1, wc, beta=1 / system.__non_key__["T"]
|
||||
),
|
||||
t_max=integration.t_max,
|
||||
intgr_tol=1e-4,
|
||||
intpl_tol=1e-4,
|
||||
intgr_tol=1e-5,
|
||||
intpl_tol=1e-5,
|
||||
negative_frequencies=False,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue