Changes between Initial Version and Version 1 of CenteringMolecules


Ignore:
Timestamp:
Jun 15, 2011, 2:45:02 PM (14 years ago)
Author:
FrederikHeber
Comment:

first version

Legend:

Unmodified
Added
Removed
Modified
  • CenteringMolecules

    v1 v1  
     1= Centering Molecules =
     2
     3Centering molecules means to place in a specific way into a domain that adheres to a specific set of boundary conditions. Here, these boundary conditions are either open or periodic. Centering thus works both ways: It may change just the molecular coordinates via translation but also it may change the box size itself.
     4
     5== Changing the box ==
     6
     7=== ... adding empty boundary ===
     8
     9This case is used when we want to have open boundary conditions but simulate this in an periodic boundary setting. In most cases this is approximated by placing the periodic images of the molecules sufficiently far away from each other. Or, in other words, to put enough empty space in between. For this we may use
     10{{{
     11./molecuilder -i <input> --add-empty-boundary-condition "5,5,5"
     12}}}
     13which translates the atoms in ''<input>'' in such a manner that they will leave a 5 Angstroem wide void space till each face of a rectangular domain.
     14
     15=== ... center in (new) box ===
     16
     17=== ... center on edge ===
     18
     19This is used when the code works on open boundary conditions and the coordinates should be shifted to sensible values initially.
     20{{{
     21./molecuilder -i <input> --center-edge
     22}}}
     23This will place the atom in the corner closest to origin on the origin such that the remainer of the atoms occupy only the positive octant of the three-dimensional space, setting the bounding box as small such that all atoms are just contained within.
     24
     25=== ... change box ===
     26
     27
     28== Changing the molecules ==
     29
     30=== ... bound in box ===
     31