Changeset 26062f for doc/userguide


Ignore:
Timestamp:
Apr 23, 2021, 8:31:23 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
cbbb6a
Parents:
b56827
git-author:
Frederik Heber <frederik.heber@…> (04/22/19 23:01:18)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 20:31:23)
Message:

StoreSaturatedFragmentAction may now export to FragmentQueue as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    rb56827 r26062f  
    20832083          where all dangling bonds (by atoms that are connected in the bond
    20842084          graph but have not been selected as well) are saturated with
    2085           additional hydrogen atoms. The output formats are set to just xyz.
    2086           </para>
     2085          additional hydrogen atoms.</para>
     2086          <para>This can work two ways: Either the saturated fragment is
     2087          written to file. If not "output-types" is given, then the fragment
     2088          will instead be written to the FragmentQueue. In other words, its
     2089          energy is calculated when <link linkend="fragmentation.fragment-automation">fragment automation</link> is used.</para>
    20872090          <programlisting>
    20882091  ... --store-saturated-fragment \
    20892092      --DoSaturate 1 \
    20902093      --output-types xyz
     2094          </programlisting>
     2095          <para>Alternatively, use the following to store in fragment job
     2096          queue.</para>
     2097          <programlisting>
     2098  ... --store-saturated-fragment \
     2099      --DoSaturate 1 \
     2100      --grid-level 6
     2101      --max_meshwidth 0.3
    20912102       </programlisting>
    20922103        </section>
Note: See TracChangeset for help on using the changeset viewer.