Changeset 530 for trunk/GSASIIspc.py
- Timestamp:
- Apr 6, 2012 1:30:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r504 r530 263 263 All = True return all equivalent positions including duplicates 264 264 = False return only unique positions 265 Uij = [U11,U22,U33,U12,U13,U23] or [] if no Uij 265 Uij = [U11,U22,U33,U12,U13,U23] or [] if no Uij 266 Move = True move generated atom positions to be inside cell 267 = False do not move atoms 266 268 return: [[XYZEquiv],Idup,[UijEquiv]] 267 269 [XYZEquiv] is list of equivalent positions (XYZ is first entry)
Note: See TracChangeset
for help on using the changeset viewer.