Skip to content

Commit

Permalink
Merge pull request #140 from addman2/fix-equation-nao
Browse files Browse the repository at this point in the history
Fix errors in latex formating of equations in Numerical orbitals
  • Loading branch information
scemama committed Mar 13, 2024
2 parents c368ac4 + 0a488e1 commit 0c001fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trex.org
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@
Laplacian easily as follows:

\[
\grad_{x_i} \phi = \frac{x_i}{r^2}\left u\prime(r) - \frac{u(r)}{r}\right
\nabla_{x_i} \phi = \frac{x_i}{r^2}\left( u^\prime\left(r\right) - \frac{u\left(r\right)}{r}\right)
\]
\[
\Delta \phi = \frac{1}{r^3}\left x^2 u''(r) + \left3x^2-r^2\right \left \frac{u(r)}{r^2} - \frac{u'(r)}{r}\right \right
\Delta \phi = \frac{1}{r^3}\left(x^2 u^{\prime\prime}(r) + \left( 3x^2-r^2\right) \left( \frac{u(r)}{r^2} - \frac{u'(r)}{r}\right) \right)
\]

The index of the first data point for each shell is stored in
Expand All @@ -303,7 +303,7 @@
\]
where
\[
c = \log\left \frac{r_1}{r_0}\right.
c = \log\left(\frac{r_1}{r_0}\right)
\]
For convenience, this conversion and functions to evaluate the splines
are provided with trexio. Since these implementations are not adapted to
Expand Down

0 comments on commit 0c001fd

Please sign in to comment.