Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
0c8989
Parents:
1e490ec
git-author:
Frederik Heber <frederik.heber@…> (05/13/21 21:16:30)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

DOCU: Updated FitCompoundPotentialAction's call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r1e490ec r9c5b79  
    24162416          <title xml:id="potentials.fit-compound-potential.title">Fitting many empirical potentials simultaneously</title>
    24172417          <para>Another way is using a file containing a specific set of
    2418           potential functions, possibly even with initial values.</para>
     2418          potential functions, possibly even with initial values.</para>
     2419          <para>The .potentials file needs to be loaded beforehand by using
     2420          the <link linkend="potentials.parse-potentials">parse potentials</link>
     2421          action. After the fit it needs to be saved using
     2422          <link linkend="potentials.save-potentials">save potentials</link>
     2423          to have it contain the updated values.</para>
    24192424          <programlisting>
    24202425  ... --fit-compound-potential \
    24212426      --fragment-charges 8 1 1 \
    2422       --potential-file water.potentials \
    24232427      --set-threshold 1e-3 \
    24242428      --training-file test.dat
Note: See TracChangeset for help on using the changeset viewer.