Changeset 3589 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Sep 8, 2018 1:27:00 PM (5 years ago)
Author:
vondreele
Message:

fixes to Bilbao mag symm stuff - now gets nonstd. sp.grp. correct with right site symm rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r3587 r3589  
    861861            SGData['SGSpin'].append(-1)
    862862    elif '_S' in BNS:
    863         SGData['SGSpin'] += [1,1,1,]
     863        SGData['SGSpin'][-1] = -1
     864        SGData['SGSpin'] += [-1,-1,-1,]
    864865        Tmat *= 2.0
    865866    else:
    866867        return Tmat
    867868    SGData['SGSpin'].append(-1)
    868     if 'P' not in BNS:
    869         SGData['SGSpin'].append(-1)
    870869    C = SGCen+A
    871870    SGData['SGCen'] = np.vstack((SGCen,C))%1.
Note: See TracChangeset for help on using the changeset viewer.