From: Peter Freddolino (petefred_at_ks.uiuc.edu)
Date: Mon Aug 21 2006 - 14:40:50 CDT

attached mail follows:


Dear Pavan,
could you give your specific input and the error you get? Format 3
should work. Note that you can also get your transformations directly
from vmd commands, eg, rotation of 180 degrees about the x axis can be
done by
$sel move [transaxis x 180 deg]
These commands are documented at
http://www.ks.uiuc.edu/Research/vmd/current/ug/node176.html.
Best,
Peter

Pavan Ghatty wrote:
> Hello all,
>
> I am trying to rotate a protein about an axis by (say) 180 degrees. I
> understand that "$sel move <4X4 transformation matrix>" is the way to
> do it. I've tried to feed the matrix in many formats,
> 1. {2 3 4 4, 5 3 5 3, 5 3 5 3, 5 5 4 6}
> 2. {{2 3 4 4},{ 5 3 5 3}, {5 3 5 3}, {5 5 4 6}}
> 3. {{2 3 4 4} { 5 3 5 3} {5 3 5 3} {5 5 4 6}}
> 4. ....
> 5. ....
>
> but it just keeps giving an error message. Help with the correct
> format will be greatly appreciated.
>
> Thanks,
> Pavan K. Ghatty