- Timestamp:
- Jun 12, 2016, 8:48:21 AM (9 years ago)
- Branches:
- Fix_BoundInBox_CenterInBox_MoleculeActions
- Parents:
- 996ef1
- git-author:
- Frederik Heber <heber@…> (06/11/16 16:43:54)
- git-committer:
- Frederik Heber <heber@…> (06/12/16 08:48:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r996ef1 r25d9d9 1154 1154 </section> 1155 1155 <section xml:id="domain.bound-in-box"> 1156 <title xml:id="domain.bound-in-box.title">Bound atoms inside box </title>1156 <title xml:id="domain.bound-in-box.title">Bound selected molecules inside box </title> 1157 1157 <para>The following applies the current boundary conditions to the 1158 atoms . In case of periodic or wrapped boundary conditions the atoms1159 w ill be periodically translated to be inside the domain1160 again.</para>1161 <programlisting>... -- bound-in-box</programlisting>1158 atoms of all currently selected molecules. In case of periodic or 1159 wrapped boundary conditions the atoms will be periodically translated 1160 to be inside the domain again.</para> 1161 <programlisting>... --select-all-molecules --bound-in-box</programlisting> 1162 1162 </section> 1163 1163 <section xml:id="domain.center-in-box"> 1164 <title xml:id="domain.center-in-box.title">Center atoms inside the domain</title> 1165 <para>This is a combination of changing the box and bounding the 1166 atoms inside it.</para> 1167 <programlisting>... --center-in-box "20,0,20,0,0,20"</programlisting> 1164 <title xml:id="domain.center-in-box.title">Center each selected molecule inside the domain</title> 1165 <para>This takes each molecule in turn, calculates its center and shifts all 1166 associated atoms in such a way that its center coincides with that of the 1167 domain.</para> 1168 <programlisting>... --select-molecule-by-order -1 1169 --center-in-box "20,0,20,0,0,20"</programlisting> 1168 1170 </section> 1169 1171 <section xml:id="domain.center-edge">
Note:
See TracChangeset
for help on using the changeset viewer.