Changeset 5354 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Oct 22, 2022 8:11:05 AM (7 months ago)
Author:
vondreele
Message:

remove "magnetic" O atom from possible magnetic ion lists from k-SUBGROUPSMAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r5352 r5354  
    30893089            atMxyz = []
    30903090            for ia,atom in enumerate(Atoms):
     3091                if atom[1] == 'O':       #skip "magnetic" O atoms
     3092                    continue
    30913093                if ifMag and not len(G2elem.GetMFtable([atom[1],],[2.0,])):
    30923094                    continue
Note: See TracChangeset for help on using the changeset viewer.