Changeset 55c494 for doc/userguide


Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
b3bd7d
Parents:
15fc6a
git-author:
Frederik Heber <frederik.heber@…> (05/14/21 09:52:02)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

Added GeneratePotentialsAction.

  • this generates all potential combinations for a given fragment.
  • exposed PotentialFactory::getDefaultInstance() for constant instance to be able to gather more information about the potential such as the binding model.
  • DOCU: Added documentation.
  • TEST: Added regression test case.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r15fc6a r55c494  
    24642464          <note>Currently, only <productname>TREMOLO</productname>potential files are understood and can be parsed.</note>
    24652465        </section>
     2466        <section xml:id="potentials.generate-potentials">
     2467          <title xml:id="potentials.generate-potentials.title">Generate empirical potentials</title>
     2468          <para>The actions to fit potentials take either a single potential name or a
     2469          potentials file. In order to create all potentials that would match with its
     2470          particle types the following action can be called:
     2471          <programlisting>
     2472                  ... --generate-potentials
     2473                  --fragment-charges 8 1 1
     2474          </programlisting>
     2475          Here, it would create all potentials for a fragment specifying a water
     2476          molecule: harmonic_bond for O and H, morse for O and H, harmonic_angle
     2477          for H, O, and H (and not for O, H, H, or other combinations as these
     2478          subgraphs do not exists for the molecule H-O-H), and tersoff for the
     2479          types O and H.
     2480        </para>
     2481        </section>
    24662482        <section xml:id="potentials.save-potential">
    24672483          <title xml:id="potentials.save-potential.title">Saving an empirical potentials file</title>
Note: See TracChangeset for help on using the changeset viewer.