fix solver args for hops

This commit is contained in:
Valentin Boettcher 2022-02-23 10:47:57 +01:00
parent eaf594accd
commit b620c98fad

View file

@ -465,7 +465,7 @@ class TwoQubitModel:
integration = params.IntP(
t_max=float(self.t_max),
t_steps=int(float(self.t_max) / float(self.resolution)) + 1,
solver_args=default_solver_args,
**default_solver_args,
)
return params.HIParams(