Skip to content

Commit

Permalink
Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfredrick committed Jul 30, 2024
1 parent 52dce08 commit e4c2db0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pynlo/utility/chi3.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ def raman(n, dt, r_weights, b_weights=None, analytic=True):
decay time. More than one peak may be entered using an (n, 2) shaped
array.
analytic : bool, optional
A flag that sets the proper normalization for use with the analytic or
real-valued representation. The default normalizes for the analytic
representation, which is the proper format for use with the `NLSE`
model. Set this parameter to `False` if using the `UPE` model.
A flag that sets the proper normalization for use with either the
analytic or real-valued representation. The default of `True` should be
only be used with the `NLSE` model. Set this parameter to `False` if
using the `UPE` model.
Returns
-------
Expand Down

0 comments on commit e4c2db0

Please sign in to comment.