Changeset 3589 for trunk/GSASIIspc.py
- Timestamp:
- Sep 8, 2018 1:27:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r3587 r3589 861 861 SGData['SGSpin'].append(-1) 862 862 elif '_S' in BNS: 863 SGData['SGSpin'] += [1,1,1,] 863 SGData['SGSpin'][-1] = -1 864 SGData['SGSpin'] += [-1,-1,-1,] 864 865 Tmat *= 2.0 865 866 else: 866 867 return Tmat 867 868 SGData['SGSpin'].append(-1) 868 if 'P' not in BNS:869 SGData['SGSpin'].append(-1)870 869 C = SGCen+A 871 870 SGData['SGCen'] = np.vstack((SGCen,C))%1.
Note: See TracChangeset
for help on using the changeset viewer.