Skip to content

Commit

Permalink
Merge branch 'main' of github.com:EQuS/jaxquantum
Browse files Browse the repository at this point in the history
  • Loading branch information
Phionx committed Mar 3, 2024
2 parents c06f0c2 + d9139ba commit 8911b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxquantum/quantum/solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def f(
term = ODETerm(f)
solver = Dopri5()
saveat = SaveAt(ts=t_list)
stepsize_controller = PIDController(rtol=1e-6, atol=1e-6)
stepsize_controller = PIDController(rtol=1e-6, atol=1e-8)

sol = diffeqsolve(
term,
Expand Down

0 comments on commit 8911b98

Please sign in to comment.