maybe not quite as hot

This commit is contained in:
Valentin Boettcher 2022-03-10 16:56:37 +01:00
parent afce481af1
commit b3537b6464

View file

@ -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,
),
)