Skip to content

Commit

Permalink
Hotfix: Add documentation for options in Simulation.run()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgrijalva committed Apr 21, 2021
1 parent 8a28ea0 commit 64f2a9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pulser/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ def run(self, initial_state=None, progress_bar=None, **options):
``qutip.Qobj`` instance.
progress_bar (bool): If True, the progress bar of QuTiP's
``qutip.sesolve()`` will be shown.
options (Keyword Arguments): Any additional options. These
correspond to the `options` keyword arguments from the
``qutip.sesolve` method.
Returns:
SimulationResults: Object containing the time evolution results.
Expand Down

0 comments on commit 64f2a9e

Please sign in to comment.