Crystallographic Information Framework

[CIF logo]

Index

Core dictionary version 3.0.14

_space_group_symop.R

Name:
_space_group_symop.R

Definition:

   
     A matrix containing the symmetry rotation operations of a space group
 
                |  r11  r12  r13  |
          R  =  |  r21  r22  r23  |
                |  r31  r32  r33  |

Type: Real

Values appear in Matrix context.

Dimension: [3,3]

Evaluation method:

                       sm =  _space_group_symop.Seitz_matrix
        _space_group_symop.R =  [[sm[0,0],sm[0,1],sm[0,2]],
                              [sm[1,0],sm[1,1],sm[1,2]],
                              [sm[2,0],sm[2,1],sm[2,2]]]

Category:
space_group_symop