<div dir="ltr">Hi all--<div><br></div><div>I&#39;m trying to figure out how to orthogonalize symmetry operators given a unit cell, which doesn&#39;t seem to be something we have code for.  These appear in PDB files in the REMARK 290 section but I haven&#39;t been able to find any other software that generates them, and the relationship between the symops and the real-space equivalents is unclear.  I assume this is conceptually similar to orthogonalizing fractional coordinates, but unit_cell.orthogonalize() does not quite do what I wanted.  In the PDB, for P63 it has this (excerpted):</div>

<div><br></div><div>REMARK 290       2555   -Y,X-Y,Z<br></div><div>...</div><div><div>REMARK 290   SMTRY1   2 -0.500000 -0.866025  0.000000        0.00000</div><div>REMARK 290   SMTRY2   2  0.866025 -0.500000  0.000000        0.00000</div>

<div>REMARK 290   SMTRY3   2  0.000000  0.000000  1.000000        0.00000</div></div><div><br></div><div>which looks like it should be relatively straightforward, but I&#39;m not very good with matrices.  Does anyone know the correct math for this?  The corresponding rt_mx object from sgtbx looks like this:</div>

<div><br></div><div>r=(0.0, -1.0, 0.0, 1.0, -1.0, 0.0, 0.0, 0.0, 1.0) t=(0.0, 0.0, 0.0)<br></div><div><br></div><div>(Yes, I realize that there are much easier ways to apply symmetry operators to coordinates, but I want to limit the number of matrix multiplications involved when starting from Cartesian coordinates.)</div>

<div><br></div><div>thanks,</div><div>Nat</div></div>