Skip to content

Commit afb79a5

Browse files
authored
fix typos
1 parent b6e7d1b commit afb79a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/spectrum.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This function solves the linear problem ``\textbf{A x}=\textbf{b}`` at a fixed f
6363
- ``\textbf{b}=Q\rho^{(m,n,+)}_{\textbf{j} \vert \textbf{q}}``
6464
using the package [LinearSolve.jl](http://linearsolve.sciml.ai/stable/).
6565

66-
Finially, one can obtain the value of the power spectrum for specific ``\omega``, namely
66+
Finally, one can obtain the value of the power spectrum for specific ``\omega``, namely
6767
```math
6868
\pi S(\omega) = -\textrm{Re}\left\{\textrm{Tr}\left[ P \textbf{x}\right]\right\}.
6969
```
@@ -110,7 +110,7 @@ This functionsolves two linear problems ``\textbf{A}_+ \textbf{x}_+=\textbf{b}_+
110110
- ``\textbf{b}_-=d\rho^{(m,n,+)}_{\textbf{j} \vert \textbf{q}}``
111111
using the package [LinearSolve.jl](http://linearsolve.sciml.ai/stable/).
112112

113-
Finially, one can obtain the density of states for specific ``\omega``, namely
113+
Finally, one can obtain the density of states for specific ``\omega``, namely
114114
```math
115115
\pi A(\omega) = -\textrm{Re}\left\{\textrm{Tr}\left[ d \textbf{x}_+\right]+\textrm{Tr}\left[ d^\dagger \textbf{x}_-\right]\right\}.
116116
```
@@ -139,4 +139,4 @@ d::QuantumObject
139139
ω_list = 0:0.5:2 # [0.0, 0.5, 1.0, 1.5, 2.0]
140140

141141
πAω = DensityOfStates(M_odd, ados, d, ω_list)
142-
```
142+
```

0 commit comments

Comments
 (0)