Changeset 4791 for trunk/GSASIIlattice.py
- Timestamp:
- Feb 2, 2021 9:37:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIlattice.py ¶
r4636 r4791 1114 1114 raise ValueError('non-standard Bravais lattice center=%s, cell=%s' % (center,system)) 1115 1115 1116 def GenHBravais(dmin,Bravais,A ):1116 def GenHBravais(dmin,Bravais,A, sg_type=None): 1117 1117 """Generate the positionally unique powder diffraction reflections 1118 1118 … … 1139 1139 1140 1140 :param A: reciprocal metric tensor elements as [G11,G22,G33,2*G12,2*G13,2*G23] 1141 :param sg_type: alternate specification for Bravais lattice used in CCTBX 1141 1142 :return: HKL unique d list of [h,k,l,d,-1] sorted with largest d first 1142 1143
Note: See TracChangeset
for help on using the changeset viewer.