From 4d3a7717f5ce932702afdb6c0b126737c0393ad3 Mon Sep 17 00:00:00 2001 From: Shuhei Ohno Date: Sat, 9 Nov 2024 09:35:57 +0900 Subject: [PATCH] Update index.md and Rayleigh-Ritz.md --- "docs/src/Rayleigh\342\200\223Ritz.md" | 8 ++++---- docs/src/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git "a/docs/src/Rayleigh\342\200\223Ritz.md" "b/docs/src/Rayleigh\342\200\223Ritz.md" index dbd04c1..bd9f7d3 100644 --- "a/docs/src/Rayleigh\342\200\223Ritz.md" +++ "b/docs/src/Rayleigh\342\200\223Ritz.md" @@ -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 diff --git a/docs/src/index.md b/docs/src/index.md index b3b60eb..87380aa 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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