Changeset 2154 for trunk/GSASIImath.py
- Timestamp:
- Feb 19, 2016 3:58:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r2132 r2154 381 381 XYZ.append([parmDict[name]+parmDict[dname] for name,dname in zip(names,dnames)]) 382 382 return XYZ 383 384 def TransformAtoms(Atoms,cx,cia,Trans,Vec): 385 for Atom in Atoms: 386 XYZ = Atom[cx:cx+3] 387 if 'A' in Atom[cia]: 388 U6 = Atom[cia+2:cia+8] 389 383 390 384 391 def FindNeighbors(phase,FrstName,AtNames,notName=''):
Note: See TracChangeset
for help on using the changeset viewer.