Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r0ea063 r8544b32  
    954954          mind the boundary conditions, i.e. might shift atoms outside of the
    955955          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>
    956982        </section>
    957983
     
    17441770        </section>
    17451771
    1746         <section xml:id='analysis.molecullar-volume'>
    1747           <title xml:id='analysis.molecullar-volume.title'>Molecular Volume
     1772        <section xml:id='analysis.molecular-volume'>
     1773          <title xml:id='analysis.molecular-volume.title'>Molecular Volume
    17481774          </title>
    17491775         
     
    17531779          that each node of the tesselation consists of an atom of the
    17541780          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>
    17551793
    17561794          <programlisting>... --molecular-volume</programlisting>
     
    23672405          Non-convex envelope</title>
    23682406         
    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>
    23702409
    23712410          <programlisting>
     
    23762415          <para>This tesselation file can be conveniently viewed with
    23772416          <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>
    23792423        </section>
    23802424
     
    23832427          envelope</title>
    23842428         
    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>
    23862433
    23872434          <programlisting>
     
    23902437          </programlisting>
    23912438
    2392           <para>This tesselation file can be conveniently viewed with
     2439          <para>This tesselation file can be likewise viewed with
    23932440          <productname>TecPlot</productname> or with one of the Tcl script
    23942441          in the util folder with <productname>VMD</productname>.</para>
Note: See TracChangeset for help on using the changeset viewer.