Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paul <paul.menczel@gmail.com>
  • Loading branch information
Ericgig and pmenczel committed Apr 18, 2024
1 parent 0eb8512 commit 4f10ca7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qutip/solver/stochastic.py
Expand Up @@ -685,8 +685,9 @@ def run_from_experiment(
noise = dW/dt * dW_factors
+ expect(sc_ops[i] + sc_ops[i].dag, state_t)
Note that the expectation value is usally computed at the start of
the step. Only available for limited integration methods.
Note that this function expects the expectation values to be taken at the start of
the time step, corresponding to the "start" setting for the "store_measurements" option.
Only available for limited integration methods.
Returns
-------
Expand Down

0 comments on commit 4f10ca7

Please sign in to comment.