mat_ops_list A named list consisting of 3 lists. The first list, PG, contains
\(3\times 3\) point group matrices; the second list, T, contains the same number of
\(3\times 1\) translation vectors. The first matrix is always the identity matrix, the first
translation vector is always the null vector. The third list, C, consists of centering vectors;
the first centering vector is always the null vector. To summarize, the output looks like the
following:
[[ [[I,M2,M3,...,Mn]] , [[O,V2,V3,...,Vn]] , [[O,C2,C3,...,Cm]] ]]
where:
I = identity 3X3 matrix
0 = null 3X1 vector
M2,M3,...,Mn = point group 3X3 matrices
V2,V3,...,Cn = translation 3X1 vectors
C2,C3,...,Cm = centering 3X1 vectors