Changeset 1070 for trunk/GSASIImath.py
- Timestamp:
- Sep 30, 2013 3:24:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r1066 r1070 2656 2656 t0 = time.time() 2657 2657 parmDict.update(dict(zip(varyList,values))) #update parameter tables 2658 Xdata = GetAtomX(RBdata,parmDict) #get new atom coords from RB2658 Xdata = GetAtomX(RBdata,parmDict) #get new atom coords from RB 2659 2659 allX = getAllX(Xdata,SGM,SGT) #fill unit cell - dups. OK 2660 2660 MDval = parmDict['0:MDval'] #get March-Dollase coeff … … 2668 2668 Bterm = refList[3]*np.sum(allFF*np.sin(HX2pi),axis=0)**2 #imaginary part for all H 2669 2669 refList[5] = Aterm+Bterm 2670 #apply MD correction here 2670 2671 sumFcsq = np.sum(refList[5]) 2671 2672 scale = parmDict['sumFosq']/sumFcsq
Note: See TracChangeset
for help on using the changeset viewer.