Changeset 2390e6 for doc/userguide


Ignore:
Timestamp:
Apr 28, 2021, 10:02:49 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
e0e77e
Parents:
87c1cc
git-author:
Frederik Heber <frederik.heber@…> (04/17/21 09:41:33)
git-committer:
Frederik Heber <frederik.heber@…> (04/28/21 22:02:49)
Message:

SaturateAction may use outer shell information.

  • when considering the outer shell, then we look at both occupied and unoccupied orbitals. The ideal polygon will be created for the number of all orbitals, but only the unoccupied will be allowed to be taken by either present bonds or saturation hydrogens.
  • SphericalPointDistribution allows to occupy less than present points.
  • I have tested this manually by adding oxygen, saturation, adding carbon, saturating again, then turning oxygen into nitrogen and saturating. Results were always exactly as hoped for.
  • DOCU: Added note to action in userguide.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r87c1cc r2390e6  
    10701070          and approximately with same distance to their nearest neighbor
    10711071          hydrogens. Already present bonds (i.e. the position of neighboring
    1072           atoms) are taken into account and left intact.</para>
     1072          atoms) are taken into account and left intact.</para>
     1073          <programlisting>^M
     1074  ... --saturate-atoms --use-outer-shell 1^M
     1075   </programlisting>
     1076          <para>This will not simply consider the number of unoccupied orbitals
     1077          of the respective element. Instead it will take the outermost shell
     1078          into consideration and use the number of orbitals in total as the
     1079          ideal polyhedra but only taking the number of unoccupied orbitals as
     1080          free nodes, i.e. where to saturate with hydrogens. For example,
     1081          nitrogen will then fill an tetrahedron (4 orbitals in outer shell)
     1082          where one orbital is already fully occupied and 3 nodes in the
     1083          tetrahedron remain to fill up with hydrogens.
     1084          Without the outer shell, saturate atoms would simply consider a
     1085          triangle as the ideal polyhedron and fill its 3 corners.</para>
    10731086        </section>
    10741087        <section xml:id="atoms.bondify-atom">
Note: See TracChangeset for help on using the changeset viewer.