Calculation of reflections : update code to get list of permutations and...
Calculation of reflections : update code to get list of permutations and rotations for each crystal system; create function to read text file output from python - Five text files are created running gtCrystCalculateReflections: + [filename][type].txt with the list of reflections with the specific unit cell, lambda, sin(theta)/lambda limits + rot_[crystal_system].txt with the set of unitary rotation matrices corresponding to the indistinguasible lattice permutations + perm_[crystal_system].txt with the set of indistinguasible lattice permutations + sg_rot_[crystal_system].txt with rotations (complete list using symmetry operators) + sg_trans_[crystal_system].txt with transition values from symmetry operators - Renamed zUtilCryst/gtCrystGetReflections.m into zUtil_Help/gtReadTextFile.m Signed-off-by:Laura Nervo <laura.nervo@esrf.fr> git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@953 4c865b51-4357-4376-afb4-474e03ccb993
Showing
- zUtil_Cryst/gtCrystCalculateReflections.m 27 additions, 10 deletionszUtil_Cryst/gtCrystCalculateReflections.m
- zUtil_Cryst/gtCrystGetReflections.m 0 additions, 30 deletionszUtil_Cryst/gtCrystGetReflections.m
- zUtil_Help/gtReadTextFile.m 39 additions, 0 deletionszUtil_Help/gtReadTextFile.m
- zUtil_Python/create_reflections_list.py 111 additions, 11 deletionszUtil_Python/create_reflections_list.py
zUtil_Cryst/gtCrystGetReflections.m
deleted
100644 → 0
zUtil_Help/gtReadTextFile.m
0 → 100644
Please register or sign in to comment