forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8896 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
19b228875c
commit
5268bcfc30
|
@ -75,14 +75,14 @@ simulation domain.
|
||||||
<P>Note that using a long-range solver requires use of a matching <A HREF = "pair.html">pair
|
<P>Note that using a long-range solver requires use of a matching <A HREF = "pair.html">pair
|
||||||
style</A> to perform consistent short-range pairwise
|
style</A> to perform consistent short-range pairwise
|
||||||
calculations. This means that the name of the pair style contains a
|
calculations. This means that the name of the pair style contains a
|
||||||
matching keyword to the name of the space style, as in this table:
|
matching keyword to the name of the KSpace style, as in this table:
|
||||||
</P>
|
</P>
|
||||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||||
<TR ALIGN="center"><TD >Pair style </TD><TD > KSpace style </TD></TR>
|
<TR ALIGN="center"><TD >Pair style </TD><TD > KSpace style </TD></TR>
|
||||||
<TR ALIGN="center"><TD >long </TD><TD > ewald or pppm</TD></TR>
|
<TR ALIGN="center"><TD >coul/long </TD><TD > ewald or pppm</TD></TR>
|
||||||
<TR ALIGN="center"><TD >msm </TD><TD > msm</TD></TR>
|
<TR ALIGN="center"><TD >coul/msm </TD><TD > msm</TD></TR>
|
||||||
<TR ALIGN="center"><TD >disp </TD><TD > disp (for dispersion)</TD></TR>
|
<TR ALIGN="center"><TD >lj/long or buck/long </TD><TD > disp (for dispersion)</TD></TR>
|
||||||
<TR ALIGN="center"><TD >tip4p </TD><TD > tip4p</TD></TR>
|
<TR ALIGN="center"><TD >tip4p/long </TD><TD > tip4p</TD></TR>
|
||||||
<TR ALIGN="center"><TD >proxy </TD><TD > proxy
|
<TR ALIGN="center"><TD >proxy </TD><TD > proxy
|
||||||
</TD></TR></TABLE></DIV>
|
</TD></TR></TABLE></DIV>
|
||||||
|
|
||||||
|
|
|
@ -70,13 +70,13 @@ simulation domain.
|
||||||
Note that using a long-range solver requires use of a matching "pair
|
Note that using a long-range solver requires use of a matching "pair
|
||||||
style"_pair.html to perform consistent short-range pairwise
|
style"_pair.html to perform consistent short-range pairwise
|
||||||
calculations. This means that the name of the pair style contains a
|
calculations. This means that the name of the pair style contains a
|
||||||
matching keyword to the name of the space style, as in this table:
|
matching keyword to the name of the KSpace style, as in this table:
|
||||||
|
|
||||||
Pair style : KSpace style
|
Pair style : KSpace style
|
||||||
long : ewald or pppm
|
coul/long : ewald or pppm
|
||||||
msm : msm
|
coul/msm : msm
|
||||||
disp : disp (for dispersion)
|
lj/long or buck/long : disp (for dispersion)
|
||||||
tip4p : tip4p
|
tip4p/long : tip4p
|
||||||
proxy : proxy :tb(s=:,ea=c)
|
proxy : proxy :tb(s=:,ea=c)
|
||||||
|
|
||||||
:line
|
:line
|
||||||
|
|
Loading…
Reference in New Issue