diff --git a/zUtil_Parameters/build_list_v2.m b/zUtil_Parameters/build_list_v2.m index 819c82927b7a8b3256fb262336de7959f2b4db8a..0fcd542f2367d77e9e3aa8ff471bdf14b33189d7 100644 --- a/zUtil_Parameters/build_list_v2.m +++ b/zUtil_Parameters/build_list_v2.m @@ -277,27 +277,40 @@ list.cryst{end+1,1} = 'intsp'; list.cryst{end,2} = '[Com list.cryst{end+1,1} = 'mult'; list.cryst{end,2} = '[Computed] Multiplicity of reflections from the given hkl family'; list.cryst{end,3} = 'double'; % size (1,n) list.cryst{end,4} = 0; -list.cryst{end+1,1} = 'sg'; list.cryst{end,2} = '[Computed] Additional information about symmetry operators for the given crystal system'; - list.cryst{end,3} = 'struct'; % size (1,N) +list.cryst{end+1,1} = 'usedfam'; list.cryst{end,2} = '[Computed] Used hkl family in matching'; + list.cryst{end,3} = 'logical'; % size (1,n) list.cryst{end,4} = 0; -list.cryst__sg = []; -list.cryst__sg{end+1,1} = 'rot'; list.cryst__sg{end,2} = '[Computed] Complete list of rotations given a crystal system'; - list.cryst__sg{end,3} = 'double'; % size (3,3) - list.cryst__sg{end,4} = 0; -list.cryst__sg{end+1,1} = 'trans'; list.cryst__sg{end,2} = '[Computed] Complete list of translations values given a crystal system'; - list.cryst__sg{end,3} = 'double'; % size (1,3) - list.cryst__sg{end,4} = 0; - -list.cryst{end+1,1} = 'symm'; list.cryst{end,2} = '[Computed] Unique symmetry operators for the given crystal system'; +list.cryst{end+1,1} = 'symm'; list.cryst{end,2} = '[Computed] Symmetry operators for the given crystal system'; list.cryst{end,3} = 'struct'; % size (1,M) list.cryst{end,4} = 0; list.cryst__symm = []; -list.cryst__symm{end+1,1} = 'g3'; list.cryst__symm{end,2} = '[Computed] Set of unitary rotation matrices corresponding to the indistinguishable lattice permutations'; - list.cryst__symm{end,3} = 'double'; % size (3,3) +list.cryst__symm{end+1,1} = 'g3'; list.cryst__symm{end,2} = '[Computed] Set of symmetry operators (3x3)'; + list.cryst__symm{end,3} = 'double'; list.cryst__symm{end,4} = 0; -list.cryst__symm{end+1,1} = 'perm'; list.cryst__symm{end,2} = '[Computed] Set of indistinguishable lattice permutations given a crystal system'; - list.cryst__symm{end,3} = 'double'; % size (3,3) +list.cryst__symm{end+1,1} = 'g'; list.cryst__symm{end,2} = '[Computed] Set of symmetry operators (4x4)'; + list.cryst__symm{end,3} = 'double'; list.cryst__symm{end,4} = 0; +% list.cryst{end+1,1} = 'sg'; list.cryst{end,2} = '[Computed] Additional information about symmetry operators for the given crystal system'; +% list.cryst{end,3} = 'struct'; % size (1,N) +% list.cryst{end,4} = 0; +% list.cryst__sg = []; +% list.cryst__sg{end+1,1} = 'rot'; list.cryst__sg{end,2} = '[Computed] Complete list of rotations given a crystal system'; +% list.cryst__sg{end,3} = 'double'; % size (3,3) +% list.cryst__sg{end,4} = 0; +% list.cryst__sg{end+1,1} = 'trans'; list.cryst__sg{end,2} = '[Computed] Complete list of translations values given a crystal system'; +% list.cryst__sg{end,3} = 'double'; % size (1,3) +% list.cryst__sg{end,4} = 0; +% +% list.cryst{end+1,1} = 'symm'; list.cryst{end,2} = '[Computed] Unique symmetry operators for the given crystal system'; +% list.cryst{end,3} = 'struct'; % size (1,M) +% list.cryst{end,4} = 0; +% list.cryst__symm = []; +% list.cryst__symm{end+1,1} = 'g3'; list.cryst__symm{end,2} = '[Computed] Set of unitary rotation matrices corresponding to the indistinguishable lattice permutations'; +% list.cryst__symm{end,3} = 'double'; % size (3,3) +% list.cryst__symm{end,4} = 0; +% list.cryst__symm{end+1,1} = 'perm'; list.cryst__symm{end,2} = '[Computed] Set of indistinguishable lattice permutations given a crystal system'; +% list.cryst__symm{end,3} = 'double'; % size (3,3) +% list.cryst__symm{end,4} = 0; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%