transrot¶
A transrot directive is used to specify global rotations of the entire system (usually before solvation). There are 2 types of transrot directives:
TRANS: translates the entire system by a specified amount in the x, y, and z directions. The syntax for specifying aTRANSdirective isTRANS,<x>,<y>,<z>.<x>,<y>, and<z>are the amounts of translation in the x, y, and z directions, respectively. For example,TRANS,10.0,0.0,0.0would translate the entire system by 10.0 Angstroms in the x direction.ROT: rotates the entire system by a specified amount about the x, y, or z axes. The syntax for specifying aROTdirective isROT,<axis>,<angle>.<axis>is the axis about which to rotate (x,y, orz), and<angle>is the angle of rotation in degrees. For example,ROT,x,90would rotate the entire system by 90 degrees about the x axis.