Changeset dfe653 for doc/userguide


Ignore:
Timestamp:
Aug 30, 2025, 2:41:31 PM (2 months ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
9928ece
Parents:
d25515
git-author:
Frederik Heber <frederik.heber@…> (08/13/25 22:05:47)
git-committer:
Frederik Heber <frederik.heber@…> (08/30/25 14:41:31)
Message:

TESTFIX: Finalizes evaluate stability regression test.

  • recomputed the homology file for H2 and C3H8 for 20 MD steps in order to provide a proper stability evaluation.
  • DOC: extended userguide on how to obtain homologies in the first place.
  • TESTFIX: evaluate-stability lacked argument.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    rd25515 rdfe653  
    22822282        <para>Homologies -- in the sense used here -- are then nothing else but containers for a specific
    22832283        type of fragment of all the different, calculated configurations (i.e.
    2284         varying nuclear coordinates of the same fragment, i.e. same atoms with identical bonding).</para>
    2285         <para>Now, we explain the actions that parse and store
     2284        varying nuclear coordinates of the same fragment, i.e. same atoms with identical bonding).</para>
     2285        <para>Homologies are created inside MoleCuilder from fragment calculations
     2286        by using the action
     2287        <programlisting>... --analyse-fragment-results</programlisting>.
     2288        This computes the energy of the molecule from the fragments and also the
     2289        fragment energies. These are put into the internal homology container.</para>
     2290        <para>Now, we explain the actions that parse and store those
    22862291        homologies.</para>
    22872292        <programlisting>... --parse-homologies homologies.dat</programlisting>
Note: See TracChangeset for help on using the changeset viewer.