Skip to content

Commit 9a9a80d

Browse files
authored
fix typo in spectrum docstrings (#325)
1 parent b314479 commit 9a9a80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/correlations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ end
149149
Returns the emission spectrum
150150
151151
```math
152-
S(\omega) = \int_{-\infty}^\infty \left\langle \hat{A}(\tau) \hat{B}(0)} e^{-i \omega \tau \right\rangle d \tau
152+
S(\omega) = \int_{-\infty}^\infty \left\langle \hat{A}(\tau) \hat{B}(0) \right\rangle e^{-i \omega \tau} d \tau
153153
```
154154
"""
155155
function spectrum(

0 commit comments

Comments
 (0)