Skip to content

Commit

Permalink
Update index.md and Rayleigh-Ritz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Nov 9, 2024
1 parent c2827df commit 4d3a771
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/src/Rayleigh–Ritz.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ hamiltonian = Hamiltonian(
Define the basis set:
```math
\begin{aligned}
\phi_1(r) &= \mathrm{e}^{-13.00773 r^2} \\
\phi_2(r) &= \mathrm{e}^{-1.962079 r^2} \\
\phi_3(r) &= \mathrm{e}^{-0.444529 r^2} \\
\phi_4(r) &= \mathrm{e}^{-0.1219492 r^2}
\phi_1(r) &= \mathrm{e}^{-13.00773 r^2}, \\
\phi_2(r) &= \mathrm{e}^{-1.962079 r^2}, \\
\phi_3(r) &= \mathrm{e}^{-0.444529 r^2}, \\
\phi_4(r) &= \mathrm{e}^{-0.1219492 r^2}.
\end{aligned}
```
```@repl example
Expand Down
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ hamiltonian = Hamiltonian(
The usage depends on the method. Define the basis set for the [Rayleigh–Ritz method](@ref Rayleigh–Ritz-method):
```math
\begin{aligned}
\phi_1(r) &= \mathrm{e}^{-13.00773 r^2} \\
\phi_2(r) &= \mathrm{e}^{-1.962079 r^2} \\
\phi_3(r) &= \mathrm{e}^{-0.444529 r^2} \\
\phi_4(r) &= \mathrm{e}^{-0.1219492 r^2}
\phi_1(r) &= \mathrm{e}^{-13.00773 r^2}, \\
\phi_2(r) &= \mathrm{e}^{-1.962079 r^2}, \\
\phi_3(r) &= \mathrm{e}^{-0.444529 r^2}, \\
\phi_4(r) &= \mathrm{e}^{-0.1219492 r^2}.
\end{aligned}
```
```@repl index
Expand Down

0 comments on commit 4d3a771

Please sign in to comment.