Changeset 3625
- Timestamp:
- Sep 27, 2018 12:30:16 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3613 r3625 5067 5067 '''Analysis of a simple antiferromagnet and a simple ferromagnet from CW neutron powder data'''], 5068 5068 5069 ['Magnetic-I', 'Magnetic Structures-I.htm',"Magnetic Structure Analysis with k-SUBGROUPSMAG-I",5069 ['Magnetic-I', 'Magnetic Structures-I.htm',"Magnetic Structure Analysis-I", 5070 5070 '''Analysis of a simple antiferromagnet using Bilbao k-SUBGROUPSMAG from CW neutron powder data'''], 5071 5071 -
trunk/GSASIIspc.py
r3621 r3625 1133 1133 if 'b' in fld: lattSym += 'b' 1134 1134 if 'c' in fld: lattSym += 'c' 1135 if len(lattSym) == 5: 1136 lattSym = Fives[lattSym] 1135 if len(lattSym) != 3: 1136 lattSym = 'abc' 1137 # lattSym = Fives[lattSym] 1137 1138 return lattSym 1138 1139 … … 3295 3296 '(+-0)':[ 'm(110)','m(z)','2(+-0)'],'(d100)':['m(yz)','m(0+-)','2(xz)'], 3296 3297 '(d010)':['m(xz)','m(+0-)','2(y)'],'(d001)':['m(110)','m(+-0)','2(z)'], 3297 '(210)':['m(z)','m(010)','2(210)'], 3298 '(210)':['m(z)','m(010)','2(210)'],'(120)':['m(z)','m(100)','2(120)'], 3298 3299 '(100)':['m(z)','m(120)','2(100)',],'(010)':['m(z)','m(210)','2(010)',], 3299 3300 '(110)':['m(z)','m(+-0)','2(110)',],}
Note: See TracChangeset
for help on using the changeset viewer.