forked from lijiext/lammps
Added equation for ZBL
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10795 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
fe7ae37d52
commit
7b77eff37e
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -0,0 +1,11 @@
|
|||
\documentclass[12pt]{article}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{eqnarray*}
|
||||
E^{ZBL}_{ij} & = & \frac{1}{4\pi\epsilon_0} \frac{Z_i Z_j \,e^2}{r_{ij}} \phi(r_{ij}/a)+ S(r_{ij})\\
|
||||
a & = & \frac{0.46850}{Z_{i}^{0.23} + Z_{j}^{0.23}}\\
|
||||
\phi(x) & = & 0.18175e^{-3.19980x} + 0.50986e^{-0.94229x} + 0.28022e^{-0.40290x} + 0.02817e^{-0.20162x}\\
|
||||
\end{eqnarray*}
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue