Ignore:
Timestamp:
Jul 11, 2019 1:03:41 PM (6 years ago)
Author:
vondreele
Message:

tweaks of the mag. str. fctr. code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIstrMath.py

    r4055 r4057  
    14821482    phfx = pfx.split(':')[0]+hfx
    14831483    ast = np.sqrt(np.diag(G))
    1484     GS = G/np.outer(ast,ast)
    1485     uAmat = G2lat.Gmat2AB(GS)[0]
     1484#    GS = G/np.outer(ast,ast)
     1485#    uAmat = G2lat.Gmat2AB(GS)[0]
    14861486    Mast = twopisq*np.multiply.outer(ast,ast)   
    14871487    SGInv = SGData['SGInv']
     
    15131513       
    15141514        if not SGData['SGGray']:    #for fixed Mx,My,Mz
    1515             Mmod += Gdata.T[:,nxs,:]
     1515#            Mmod += Gdata.T[:,nxs,:]
    15161516            GSdata = np.inner(Gdata.T,np.swapaxes(SGMT,1,2))  #apply sym. ops.--> Natm,Nops,Nxyz
    15171517            if SGData['SGInv'] and not SGData['SGFixed']:   #inversion if any
Note: See TracChangeset for help on using the changeset viewer.