Changeset 1064
- Timestamp:
- Sep 22, 2013 6:52:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r1063 r1064 2595 2595 Qori = AVdeg2Q(parmDict[pfx+'Qa'],[parmDict[pfx+'Qi'],parmDict[pfx+'Qj'],parmDict[pfx+'Qk']]) 2596 2596 Pos = np.array([parmDict[pfx+'Px'],parmDict[pfx+'Py'],parmDict[pfx+'Pz']]) 2597 Xdata.T[iatm:iatm+len(Cart)] = np.inner(Bmat .T,prodQVQ(Qori,Cart)).T+Pos2597 Xdata.T[iatm:iatm+len(Cart)] = np.inner(Bmat,prodQVQ(Qori,Cart)).T+Pos 2598 2598 iatm += len(Cart) 2599 2599 elif parmDict[pfx+'Type'] == 'Atom':
Note: See TracChangeset
for help on using the changeset viewer.