Changeset 9a1e35c for doc


Ignore:
Timestamp:
May 8, 2017, 1:59:04 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
9eed14
Parents:
ce254c
git-author:
Frederik Heber <heber@…> (03/22/17 15:42:35)
git-committer:
Frederik Heber <frederik.heber@…> (05/08/17 13:59:04)
Message:

Added RotateAroundBondAction.

  • TESTS: added regression test.
  • DOCU: added explanation to userguide.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    rce254c r9a1e35c  
    10551055          <para>As before, this is actually just an operation on all of the molecule&apos;s atoms, namely translating them.</para>
    10561056        </section>
     1057        <section xml:id="molecule.rotate-around-bond">
     1058          <title xml:id="molecule.rotate-around-bond.title">Rotate around bond </title>
     1059          <para>This rotates parts of a molecule around a given bond, i.e. the
     1060          bond vector becomes the rotation axis but only atoms on the side of
     1061          second atom get rotated. This naturally does not work for bonds in a
     1062          cycle.</para>
     1063          <programlisting>
     1064  ... --rotate-around-bond &quot;90&quot; \
     1065      --bond-side 0\
     1066   </programlisting>
     1067        </section>
    10571068        <section xml:id="molecule.rotate-around-self">
    10581069          <title xml:id="molecule.rotate-around-self.title">Rotate around self </title>
Note: See TracChangeset for help on using the changeset viewer.