- Timestamp:
- Sep 30, 2016, 3:51:37 PM (9 years ago)
- 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)
- File:
-
- 1 edited
-
doc/userguide/userguide.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r4d1aef r0efd21 2057 2057 the final one containing the optimized structure.</para> 2058 2058 </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> 2061 2061 <para>Some MacroActions are applied for a number of steps and need to 2062 2062 increment the current world time, e.g. molecule dynamics or structure 2063 2063 optimization. To this end, we may call upon 2064 2064 </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> 2068 2074 </section> 2069 2075 <section xml:id="dynamics.set-world-time">
Note:
See TracChangeset
for help on using the changeset viewer.
