Skip to content

Commit

Permalink
Fixed docs for simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
gpavanb1 committed Sep 17, 2024
1 parent 22b5466 commit 22df292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion splitfxm/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,11 @@ def evolve(self, t_diff: float, split=False, split_loc=None, method='RK45', rtol
Possible options include 'RK45', 'RK23', 'DOP853', etc.
Refer to the scipy documentation for a full list of supported methods.
rtol : float, optional
The relative tolerance for the solver. Defaults to 1e-6.
The relative tolerance for the solver. Defaults to 1e-3.
atol : float, optional
The absolute tolerance for the solver. Defaults to 1e-6.
max_step : float, optional
The maximum time step to use in the solver. Defaults to np.inf.
Notes
-----
Expand Down

0 comments on commit 22df292

Please sign in to comment.