mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10042 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ca981d4e9b
commit
acd168812e
|
@ -27,13 +27,10 @@
|
|||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>pair_style lj/cut/dipole/cut cutoff (cutoff2)
|
||||
</PRE>
|
||||
<PRE>pair_style lj/sf/dipole/sf cutoff (cutoff2)
|
||||
</PRE>
|
||||
<PRE>pair_style lj/cut/dipole/long cutoff (cutoff2)
|
||||
</PRE>
|
||||
<PRE>pair_style lj/long/dipole/long flag_lj flag_coul cutoff (cutoff2)
|
||||
<PRE>pair_style lj/cut/dipole/cut cutoff (cutoff2)
|
||||
pair_style lj/sf/dipole/sf cutoff (cutoff2)
|
||||
pair_style lj/cut/dipole/long cutoff (cutoff2)
|
||||
pair_style lj/long/dipole/long flag_lj flag_coul cutoff (cutoff2)
|
||||
</PRE>
|
||||
<UL><LI>cutoff = global cutoff LJ (and Coulombic if only 1 arg) (distance units)
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ pair_style lj/long/dipole/long command :h3
|
|||
|
||||
[Syntax:]
|
||||
|
||||
pair_style lj/cut/dipole/cut cutoff (cutoff2) :pre
|
||||
pair_style lj/sf/dipole/sf cutoff (cutoff2) :pre
|
||||
pair_style lj/cut/dipole/long cutoff (cutoff2) :pre
|
||||
pair_style lj/cut/dipole/cut cutoff (cutoff2)
|
||||
pair_style lj/sf/dipole/sf cutoff (cutoff2)
|
||||
pair_style lj/cut/dipole/long cutoff (cutoff2)
|
||||
pair_style lj/long/dipole/long flag_lj flag_coul cutoff (cutoff2) :pre
|
||||
|
||||
cutoff = global cutoff LJ (and Coulombic if only 1 arg) (distance units) :ulb,l
|
||||
|
|
Loading…
Reference in New Issue