Changeset 0efd21 for doc


Ignore:
Timestamp:
Sep 30, 2016, 3:51:37 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_ParseParticles_split_forward_backward_Actions
Parents:
4d1aef
git-author:
Frederik Heber <heber@…> (09/27/16 14:37:40)
git-committer:
Frederik Heber <heber@…> (09/30/16 15:51:37)
Message:

tempcommit: Rewrote step-world-time into two actions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r4d1aef r0efd21  
    20572057    the final one containing the optimized structure.</para>
    20582058        </section>
    2059         <section xml:id="dynamics.step-world-time">
    2060           <title xml:id="dynamics.step-world-time.title">Step forward and backward through world time</title>
     2059        <section xml:id="dynamics.step-forward">
     2060          <title xml:id="dynamics.step-forward.title">Step forward through world time</title>
    20612061          <para>Some MacroActions are applied for a number of steps and need to
    20622062          increment the current world time, e.g. molecule dynamics or structure
    20632063          optimization. To this end, we may call upon
    20642064          </para>
    2065           <programlisting>... --step-world-time 1</programlisting>
    2066           <para>Note that the argument gives the number of steps to step forward
    2067           and may be any integer. Hence, we may also step backwards.</para>
     2065          <programlisting>... --step-forward 1</programlisting>
     2066          <note>Instead of "1" any number of steps may be given.</note>
     2067        </section>
     2068        <section xml:id="dynamics.step-backward">
     2069          <title xml:id="dynamics.step-backward.title">Step backward through world time</title>
     2070          <para>Reverse to stepping forward through the world time, we also
     2071          may step backward
     2072          </para>
     2073          <programlisting>... --step-backward 1</programlisting>
    20682074        </section>
    20692075        <section xml:id="dynamics.set-world-time">
Note: See TracChangeset for help on using the changeset viewer.