Changeset 1244 for trunk/GSASIIstrMath.py
- Timestamp:
- Mar 11, 2014 4:49:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1239 r1244 1397 1397 SGData = Phase['General']['SGData'] 1398 1398 SGMT = np.array([ops[0].T for ops in SGData['SGOps']]) 1399 A = [parmDict[pfx+'A%d'%(i)] for i in range(6)] 1399 A = [parmDict[pfx+'A%d'%(i)] for i in range(6)] #Do I want to modify by Dij? 1400 1400 G,g = G2lat.A2Gmat(A) #recip & real metric tensors 1401 1401 GA,GB = G2lat.Gmat2AB(G) #Orthogonalization matricies … … 1524 1524 pfx = '%d::'%(pId) 1525 1525 phfx = '%d:%d:'%(pId,hId) 1526 A = [parmDict[pfx+'A%d'%(i)] for i in range(6)] 1526 A = [parmDict[pfx+'A%d'%(i)] for i in range(6)] #And modify here by Dij? 1527 1527 G,g = G2lat.A2Gmat(A) #recip & real metric tensors 1528 1528 GA,GB = G2lat.Gmat2AB(G) #Orthogonalization matricies
Note: See TracChangeset
for help on using the changeset viewer.