mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8963 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3a8f0cc4e4
commit
64c87e863c
|
@ -62,7 +62,7 @@ command in a consistent way.
|
|||
</P>
|
||||
<PRE>compute 1 all property/local batom1 batom2 btype
|
||||
compute 2 all bond/local dist eng
|
||||
dump 1 all local 1000 tmp.dump index c_1<B>1</B> c_1<B>2</B> c_1<B>3</B> c_2<B>1</B> c_2<B>2</B>
|
||||
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2]
|
||||
</PRE>
|
||||
<P><B>Output info:</B>
|
||||
</P>
|
||||
|
|
|
@ -54,7 +54,7 @@ Here is an example of how to do this:
|
|||
|
||||
compute 1 all property/local batom1 batom2 btype
|
||||
compute 2 all bond/local dist eng
|
||||
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2] :pre
|
||||
dump 1 all local 1000 tmp.dump index c_1\[1\] c_1\[2\] c_1\[3\] c_2\[1\] c_2\[2\] :pre
|
||||
|
||||
[Output info:]
|
||||
|
||||
|
|
|
@ -406,7 +406,7 @@ including the distance and energy of each bond:
|
|||
</P>
|
||||
<PRE>compute 1 all property/local batom1 batom2 btype
|
||||
compute 2 all bond/local dist eng
|
||||
dump 1 all local 1000 tmp.dump index c_1<B>1</B> c_1<B>2</B> c_1<B>3</B> c_2<B>1</B> c_2<B>2</B>
|
||||
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2]
|
||||
</PRE>
|
||||
<HR>
|
||||
|
||||
|
|
|
@ -394,7 +394,7 @@ including the distance and energy of each bond:
|
|||
|
||||
compute 1 all property/local batom1 batom2 btype
|
||||
compute 2 all bond/local dist eng
|
||||
dump 1 all local 1000 tmp.dump index c_1[1] c_1[2] c_1[3] c_2[1] c_2[2] :pre
|
||||
dump 1 all local 1000 tmp.dump index c_1\[1\] c_1\[2\] c_1\[3\] c_2\[1\] c_2\[2\] :pre
|
||||
|
||||
:line
|
||||
|
||||
|
|
Loading…
Reference in New Issue