Skip to content

Commit

Permalink
Edit docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgrijalva committed Apr 21, 2021
1 parent 64f2a9e commit 195a670
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pulser/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,13 @@ def run(self, initial_state=None, progress_bar=None, **options):
Keyword Args:
initial_state (array): The initial quantum state of the
evolution. Will be transformed into a
``qutip.Qobj`` instance.
evolution. Will be transformed into a ``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.
Other Parameters:
options: Additional simulation settings. These correspond to the
keyword arguments of ``qutip.solver.Options`` for
the ``qutip.sesolve()`` method.
Returns:
SimulationResults: Object containing the time evolution results.
Expand Down

0 comments on commit 195a670

Please sign in to comment.