Changeset 4344


Ignore:
Timestamp:
Mar 6, 2020 1:30:53 AM (3 years ago)
Author:
vondreele
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r4213 r4344  
    16081608            TMcorr = 0.539*(np.reshape(Tiso,Tuij.shape)*Tuij)[:,0,:]*Mdata*Fdata*MF/(2*Nops)     #Nref,Natm
    16091609                     
    1610             HM = np.inner(uBmat,HP.T)                            #put into cartesian space X||H,Z||H*L
    1611             eM = (HM/np.sqrt(np.sum(HM**2,axis=0))).T               # normalize  HP  Nref,hkl=Unit vectors || Q
     1610            HM = np.inner(uBmat.T,HP.T)                            #put into cartesian space X||H,Z||H*L
     1611            eM = (HM/np.sqrt(np.sum(HM**2,axis=0))).T              # normalize  HP  Nref,hkl=Unit vectors || Q
    16121612#for fixed moments --> m=0 reflections
    16131613            fam0 = 0.
Note: See TracChangeset for help on using the changeset viewer.