Changeset ecc050 for doc/userguide/userguide.xml
- Timestamp:
- May 19, 2021, 7:06:29 PM (4 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 923ce2
- Parents:
- 8c9cce
- git-author:
- Frederik Heber <frederik.heber@…> (04/24/19 21:29:22)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
- File:
-
- 1 edited
-
doc/userguide/userguide.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r8c9cce recc050 1603 1603 <programlisting>... change-box "20,0,20,0,0,20"</programlisting> 1604 1604 <para>As the domain matrix is symmetric, six values suffice to fully 1605 specify it. We have to give the six components of the lower triangle matrix. Here, we change the box to a cuboid of equal edge length of 1606 20.<warning> 1607 <para>In case of the python interface an upper triangle matrix is given. Hence, the above would read "20,0,0,20,0,20".</para> 1608 </warning></para> 1605 specify it. We have to give the six components of the lower triangle 1606 matrix. Here, we change the box to a cuboid of equal edge length of 1607 20. 1608 <warning> 1609 <para>In case of the python interface an upper triangle matrix is given. Hence, the above would read "20,0,0,20,0,20".</para> 1610 </warning></para> 1609 1611 </section> 1610 1612 <section xml:id="domain.bound-in-box"> … … 3244 3246 <programlisting> 3245 3247 mol.MoleculeLoad("...") 3246 mol.wait()3248 status = mol.wait() 3247 3249 </programlisting> 3248 <para>This will continue first after the molecule has been fully loaded. 3249 </para> 3250 <para>This will continue first only after the molecule has been fully 3251 loaded. Moreover, wait returns whether the actions contained executed 3252 succesfully.</para> 3250 3253 <warning>These wait()s will have no effect if the python script is loaded 3251 3254 via the "load-session" command inside a User Interface (command-line,
Note:
See TracChangeset
for help on using the changeset viewer.
