Skip to content

Commit

Permalink
documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuarezr committed Nov 13, 2024
1 parent ea0296b commit 1278271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qutip/core/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def from_correlation_function(
The correlation function. When using a function the signature
should be
C(t, *args) -> array_like
C(t, \*args) -> array_like
where ``t`` is time and ``args`` is a tuple containing the
other parameters of the function.
Expand Down Expand Up @@ -231,7 +231,7 @@ def from_power_spectrum(
S : callable or array_like
The power spectrum. When using a function the signature should be
S(w, *args) -> array_like
S(w, \*args) -> array_like
where ``w`` is the frequency and ``args`` is a tuple containing the
other parameters of the function.
Expand Down Expand Up @@ -280,7 +280,7 @@ def from_spectral_density(
J : callable or array_like
The spectral density. When using a function the signature should be
J(w, *args) -> array_like
J(w, \*args) -> array_like
where ``w`` is the frequency and ``args`` is a tuple containing the
other parameters of the function.
Expand Down

0 comments on commit 1278271

Please sign in to comment.