Changeset 3f6aac for doc


Ignore:
Timestamp:
Jul 3, 2017, 3:06:31 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Action_Thermostats, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, EmpiricalPotential_contain_HomologyGraph_documentation, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
Children:
8f2f4e
Parents:
9a4772
git-author:
Frederik Heber <frederik.heber@…> (05/12/17 20:09:49)
git-committer:
Frederik Heber <frederik.heber@…> (07/03/17 15:06:31)
Message:

Added (Un)selectAtomByName.

  • Descriptor for AtomByName was already present.
  • TESTS: also added regression test.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r9a4772 r3f6aac  
    498498              </listitem>
    499499              <listitem>
    500                 <para>By Element (all hydrogen atoms, all sulphur atoms,
    501                 ...)</para>
     500                <para>By Element (all hydrogen atoms, all sulphur atoms, ...)</para>
    502501                <programlisting>
    503502                ... --select-atom-by-element 1
     
    505504                <programlisting>
    506505                ... --unselect-atom-by-element 1
     506                </programlisting>
     507              </listitem>
     508              <listitem>
     509                <para>By name (atom with molecule internal name "H1", e.g.
     510                this will select all "H1" atoms in every present water molecule)</para>
     511                <programlisting>
     512                ... --select-atom-by-name "H1"
     513                </programlisting>
     514                <programlisting>
     515                ... --unselect-atom-by-name "H1"
    507516                </programlisting>
    508517              </listitem>
Note: See TracChangeset for help on using the changeset viewer.