Changeset 4526 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Jul 19, 2020 10:04:30 AM (3 years ago)
Author:
vondreele
Message:

fix to incomm. moment display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r4510 r4526  
    35693569def ApplyStringOpsMom(A,SGData,SSGData,Mom):
    35703570    '''Applies string operations to modulated magnetic moment components used in drawing
     3571    Drawing matches Bilbao MVISUALIZE
    35713572    '''
    35723573    SGOps = SGData['SGOps']
     
    35833584        NA += len(SGOps)
    35843585    M,T = SGOps[nA]
    3585     newMom = np.inner(Mom,M).T*SGData['MagMom'][NA+nC]
     3586    newMom = np.inner(Mom,M).T*SGData['SpnFlp'][NA+nC]
    35863587    if SSGData is not None:
    35873588        if SSGData['SSGCen'][iAx//100][3]:     #flip spin for BNS centered atoms
Note: See TracChangeset for help on using the changeset viewer.