forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13503 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
90d0dd27d2
commit
7abe03a595
|
@ -13,11 +13,11 @@
|
|||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>pair_style kim virialmode model print-flag
|
||||
<PRE>pair_style kim virialmode model printflag
|
||||
</PRE>
|
||||
<UL><LI>virialmode = KIMvirial or LAMMPSvirial
|
||||
<LI>model = name of KIM model (potential)
|
||||
<LI>print-flag = 0/1 do/do not print kim descriptor file; default: 0
|
||||
<LI>printflag = 1/0 do or do not print KIM descriptor file, optional
|
||||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
|
@ -48,6 +48,10 @@ potential as KIM defines it. In principle, LAMMPS can invoke any KIM
|
|||
model. You should get an error or warning message from either LAMMPS
|
||||
or KIM if there is an incompatibility.
|
||||
</P>
|
||||
<P>The argument <I>printflag</I> is optional. If it is set to a non-zero
|
||||
value then a KIM dsecriptor file is printed when KIM is invoked. This
|
||||
can be useful for debugging. The default is to not print this file.
|
||||
</P>
|
||||
<P>Only a single pair_coeff command is used with the <I>kim</I> style which
|
||||
specifies the mapping of LAMMPS atom types to KIM elements. This is
|
||||
done by specifying N additional arguments after the * * in the
|
||||
|
|
|
@ -10,11 +10,11 @@ pair_style kim command :h3
|
|||
|
||||
[Syntax:]
|
||||
|
||||
pair_style kim virialmode model print-flag :pre
|
||||
pair_style kim virialmode model printflag :pre
|
||||
|
||||
virialmode = KIMvirial or LAMMPSvirial
|
||||
model = name of KIM model (potential)
|
||||
print-flag = 0/1 do/do not print kim descriptor file; default: 0 :ul
|
||||
printflag = 1/0 do or do not print KIM descriptor file, optional :ul
|
||||
|
||||
[Examples:]
|
||||
|
||||
|
@ -45,6 +45,10 @@ potential as KIM defines it. In principle, LAMMPS can invoke any KIM
|
|||
model. You should get an error or warning message from either LAMMPS
|
||||
or KIM if there is an incompatibility.
|
||||
|
||||
The argument {printflag} is optional. If it is set to a non-zero
|
||||
value then a KIM dsecriptor file is printed when KIM is invoked. This
|
||||
can be useful for debugging. The default is to not print this file.
|
||||
|
||||
Only a single pair_coeff command is used with the {kim} style which
|
||||
specifies the mapping of LAMMPS atom types to KIM elements. This is
|
||||
done by specifying N additional arguments after the * * in the
|
||||
|
|
Loading…
Reference in New Issue