Added Vashishta potential

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14124 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2015-10-19 17:23:32 +00:00
parent 45a91eaded
commit a38f111b9c
2 changed files with 22 additions and 0 deletions

BIN
doc/Eqs/pair_vashishta.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -0,0 +1,22 @@
\documentclass[12pt]{article}
\begin{document}
\begin{eqnarray*}
U & = & \sum_i^N \sum_{j > i}^N U_{ij}^{(2)} (r_{ij}) +
\sum_i^N \sum_{j \neq i}^N \sum_{k > j, k \neq i}^N
U_{ijk}^{(3)} (r_{ij}, r_{ik}, \theta_{ijk})
\\
U_{ij}^{(2)} (r) & = & \frac{H_{ij}}{r^{\eta_{ij}}}
+ \frac{Z_i Z_j}{r}\exp(-r/\lambda_{1,ij})
- \frac{D_{ij}}{r^4}\exp(-r/\lambda_{4,ij})
- \frac{W_{ij}}{r^6}, r < r_{c,{ij}}
\\
U_{ijk}^{(3)}(r_{ij},r_{ik},\theta_{ijk}) & = & B_{ijk}
\frac{\left[ \cos \theta_{ijk} - \cos \theta_{0ijk} \right]^2}
{1+C_{ijk}\left[ \cos \theta_{ijk} - \cos \theta_{0ijk} \right]^2} \times \\
& & \exp \left( \frac{\gamma_{ij}}{r_{ij} - r_{0,ij}} \right)
\exp \left( \frac{\gamma_{ik}}{r_{ik} - r_{0,ik}} \right), r_{ij} < r_{0,ij}, r_{ik} < r_{0,ik}
\end{eqnarray*}
\end{document}