Changeset 4347 for trunk/GSASIIpwd.py
- Timestamp:
- Mar 7, 2020 5:43:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r4342 r4347 2211 2211 newPhase['General']['SGData'] = G2spc.SpcGroup('P 1')[1] 2212 2212 newPhase['General']['Cell'][1:] = G2lat.TransformCell(Cell,Trans) 2213 GB = G2lat.cell2Gmat( newPhase['General']['Cell'][1:7])[0] 2214 RMCPdict['Rmax'] = np.min(np.sqrt(np.array([1./G2lat.calc_rDsq2(H,GB) for H in [[1,0,0],[0,1,0],[0,0,1]]])))/2. 2213 2215 newPhase,Atcodes = G2lat.TransformPhase(Phase,newPhase,Trans,np.zeros(3),np.zeros(3),ifMag=False) 2214 2216 Natm = np.core.defchararray.count(np.array(Atcodes),'+') #no. atoms in original unit cell
Note: See TracChangeset
for help on using the changeset viewer.