Changeset 530 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Apr 6, 2012 1:30:45 PM (11 years ago)
Author:
vondreele
Message:

small fix to HessianLSQ about # of cycles
finish map peak search (no GUI/plot output yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r504 r530  
    263263        All  = True return all equivalent positions including duplicates
    264264             = False return only unique positions
    265         Uij  = [U11,U22,U33,U12,U13,U23] or [] if no Uij       
     265        Uij  = [U11,U22,U33,U12,U13,U23] or [] if no Uij
     266        Move = True move generated atom positions to be inside cell
     267             = False do not move atoms       
    266268    return: [[XYZEquiv],Idup,[UijEquiv]]
    267269        [XYZEquiv] is list of equivalent positions (XYZ is first entry)
Note: See TracChangeset for help on using the changeset viewer.