Ignore:
Timestamp:
Apr 30, 2016 8:37:25 PM (7 years ago)
Author:
vondreele
Message:

force transposed phase atoms to be in unit cell
modify structure plot to reflect moved, transposed, etc. atoms directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIlattice.py

    r2232 r2233  
    252252                newAtoms += moreAtoms
    253253    for atom in newAtoms:
    254         atom[cx:cx+3] = TransformXYZ(atom[cx:cx+3],invTrans.T,Vec)
     254        atom[cx:cx+3] = TransformXYZ(atom[cx:cx+3],invTrans.T,Vec)%1.
    255255        if atom[cia] == 'A':
    256256            atom[cia+2:cia+8] = TransformU6(atom[cia+2:cia+8],invTrans)
Note: See TracChangeset for help on using the changeset viewer.