Changes in doc/userguide/userguide.xml [0ea063:8544b32]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r0ea063 r8544b32 954 954 mind the boundary conditions, i.e. might shift atoms outside of the 955 955 domain.</para> 956 </section> 957 958 <section xml:id='atoms.mirror-atoms'> 959 <title xml:id='atoms.mirror-atoms.title'>Mirroring atoms</title> 960 961 <para>Present (and selected) atoms can be mirrored with respect to 962 a certain plane. You have to specify the normal vector of the plane 963 and the offset with respect to the origin as follows</para> 964 965 <programlisting> 966 ... --mirror-atoms "1,0,0" \ 967 --plane-offset 10.1 \ 968 --periodic 0 969 </programlisting> 970 </section> 971 972 <section xml:id='atoms.translate-to-origin'> 973 <title xml:id='atoms.translate-to-origin.title'>Translating atoms</title> 974 975 <para>The following Action is convenient to place a subset of atoms 976 at a known position, the origin, and then translate to some other 977 absolute coordinate. It calculates the average position of the set 978 of selected atoms and then translates all atoms by the negative of 979 this center, i.e. the center is afterwards at the origin.</para> 980 981 <programlisting>... --translate-to-origin</programlisting> 956 982 </section> 957 983 … … 1744 1770 </section> 1745 1771 1746 <section xml:id='analysis.molecul lar-volume'>1747 <title xml:id='analysis.molecul lar-volume.title'>Molecular Volume1772 <section xml:id='analysis.molecular-volume'> 1773 <title xml:id='analysis.molecular-volume.title'>Molecular Volume 1748 1774 </title> 1749 1775 … … 1753 1779 that each node of the tesselation consists of an atom of the 1754 1780 molecule.</para> 1781 1782 <programlisting>... --molecular-volume</programlisting> 1783 </section> 1784 1785 <section xml:id='analysis.average-molecule-force'> 1786 <title xml:id='analysis.average-molecule-forcetitle'>Average force 1787 acting on a molecule</title> 1788 1789 <para>This sums up all the forces of each atom of a currently 1790 selected molecule and returns the average force vector. This should 1791 give you the general direction of acceleration of the molecule. 1792 </para> 1755 1793 1756 1794 <programlisting>... --molecular-volume</programlisting> … … 2367 2405 Non-convex envelope</title> 2368 2406 2369 <para>This will create a non-convex envelope for a molecule.</para> 2407 <para>This will create a non-convex envelope for a molecule and store 2408 it to a file for viewing with external programs.</para> 2370 2409 2371 2410 <programlisting> … … 2376 2415 <para>This tesselation file can be conveniently viewed with 2377 2416 <productname>TecPlot</productname> or with one of the Tcl script 2378 in the util folder with <productname>VMD</productname>.</para> 2417 in the util folder with <productname>VMD</productname>. Also, 2418 still pictures can be produced with <productname>Raster3D 2419 </productname>. 2420 <note>The required file header.r3d can be found in a subfolder of 2421 the util folder.</note> 2422 </para> 2379 2423 </section> 2380 2424 … … 2383 2427 envelope</title> 2384 2428 2385 <para>This will create a convex envelope for a molecule.</para> 2429 <para>This will create a convex envelope for a molecule and give the 2430 volumes of both the non-convex and the convex envelope. This is good 2431 for measuring the space a molecule takes up, e.g. when filling a 2432 domain and taking care of correct densities.</para> 2386 2433 2387 2434 <programlisting> … … 2390 2437 </programlisting> 2391 2438 2392 <para>This tesselation file can be convenientlyviewed with2439 <para>This tesselation file can be likewise viewed with 2393 2440 <productname>TecPlot</productname> or with one of the Tcl script 2394 2441 in the util folder with <productname>VMD</productname>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.