Changes between Initial Version and Version 1 of DoublingCellContents


Ignore:
Timestamp:
Apr 7, 2011, 12:10:52 PM (14 years ago)
Author:
FrederikHeber
Comment:

first version

Legend:

Unmodified
Added
Removed
Modified
  • DoublingCellContents

    v1 v1  
     1== How to make the periodic image real? ==
     2
     3At times one wants to give all those periodic images a true shape, i.e. one wants to duplicate the cell contents. How can this be achieved?
     4
     5Assume we have a file '''cluster.xyz''' containing a cluster of calcium-silicate-hydrate (CSH)-gel. The box is a cuboid with 88 Angstroem length. Then, we duplicate this cluster in the y and z direction as follows:
     6{{{
     7./molecuilder --change-box "88,0,88,0,0,88" -i cluster.xyz --repeat-box "1,2,2
     8}}}
     9
     10That is:
     11 * first, we use ''--change-box'' to set the correct box dimensions, essential for this operator and not contained in the ''xyz'' format,
     12 * Next, we parse the file ''-i''.
     13 * And finally, we call ''--repeat-box'' which duplicates the cell contents in x and y direction, creating a 1x2x2 grid out of the initial box containing the cluster.