mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
fix solver args for hops
This commit is contained in:
parent
eaf594accd
commit
b620c98fad
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue