Skip to content

Commit

Permalink
Fix a docstring typo (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagnac authored Oct 7, 2024
1 parent 4e0d6fe commit 8fe86a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stochastic_definitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trajectories according to Carmichael with `stochastic.schroedinger_dynamic`.
Defines the operator of the measured quadrature as
``X_\\theta = C e^{-i\\theta} + C^\\dagger e^{i\\theta}``. Needs to be a
vector of the same length as `C` if `C` is a vector.
* `normalize_expect=true`: Specifiy whether or not to normalize the state vector
* `normalize_expect=true`: Specify whether or not to normalize the state vector
when the expectation value in the nonlinear term is calculated. NOTE:
should only be set to `false` if the state is guaranteed to be normalized,
e.g. by setting `normalize_state=true` in `stochastic.schroedinger_dynamic`.
Expand Down

0 comments on commit 8fe86a0

Please sign in to comment.