Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
20fc6f
Parents:
c98620
git-author:
Frederik Heber <frederik.heber@…> (05/19/21 19:03:24)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

Added potential-list argument to GeneratePotentialsAction.

  • DOCU: Extended documentation on new option.
  • TEST: Added a test case on this.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    rc98620 r9b0dcd  
    24702470          particle types the following action can be called:
    24712471          <programlisting>
    2472                   ... --generate-potentials
     2472                  ... --generate-potentials \
    24732473                  --fragment-charges 8 1 1
    24742474          </programlisting>
     
    24782478          subgraphs do not exists for the molecule H-O-H), and tersoff for the
    24792479          types O and H.
    2480         </para>
     2480          <programlisting>
     2481                  ... --generate-potentials \
     2482                  --fragment-charges 8 1 1 \
     2483                  --potential-list constant harmonic_bond harmonic_angle
     2484          </programlisting>
     2485          This would generate the potentials taken from the restricted set of
     2486          listed potential names. If the give list is empty (i.e. the parameter
     2487          is unset), then by default all available potentials are used.</para>
    24812488        </section>
    24822489        <section xml:id="potentials.save-potential">
Note: See TracChangeset for help on using the changeset viewer.