From 195a670232c9298f48bd41d8cbc39145432afb3e Mon Sep 17 00:00:00 2001 From: sebgrijalva Date: Wed, 21 Apr 2021 15:55:40 +0200 Subject: [PATCH] Edit docstring. --- pulser/simulation.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pulser/simulation.py b/pulser/simulation.py index 74b720ce5..0a3cf2eb3 100644 --- a/pulser/simulation.py +++ b/pulser/simulation.py @@ -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.