Changeset 4158
- Timestamp:
- Sep 24, 2019 9:32:12 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIstrMath.py ¶
r4156 r4158 1599 1599 sinm = np.sin(phasem) 1600 1600 MF = refDict['FF']['MF'][iBeg:iFin].T[Tindx].T #Nref,Natm 1601 TMcorr = 0.539*(np.reshape(Tiso,Tuij.shape)*Tuij)[:,0,:]*Mdata*Fdata*MF/(2 .*Nops) #Nref,Natm1601 TMcorr = 0.539*(np.reshape(Tiso,Tuij.shape)*Tuij)[:,0,:]*Mdata*Fdata*MF/(2*Nops) #Nref,Natm 1602 1602 1603 1603 HM = np.inner(uBmat,HP.T) #put into cartesian space X||H,Z||H*L -
TabularUnified trunk/imports/G2phase_CIF.py ¶
r3783 r4158 468 468 if uisoval is not None: 469 469 atomlist[10] = uisoval 470 elif key == '_atom_site_b_iso_or_equiv': 471 uisoval = cif.get_number_with_esd(val)[0] 472 if uisoval is not None: 473 atomlist[10] = uisoval/(8*np.pi**2) 470 474 if not atomlist[1] and atomlist[0]: 471 475 typ = atomlist[0].rstrip('0123456789-+')
Note: See TracChangeset
for help on using the changeset viewer.