Group.get_spg_symmetry_object calls site_symmetry(ops, l_type, bravis, self.number, True)
| returnsite_symmetry(ops, l_type, bravis, self.number, True) |
It looks like introduction of wp_id to site_symmetry causes the call to lose the intended meaning. Shouldn't it be
site_symmetry(ops, l_type, bravis, self.number, parse_trans=True)?
Group.get_spg_symmetry_objectcallssite_symmetry(ops, l_type, bravis, self.number, True)PyXtal/pyxtal/symmetry.py
Line 1235 in 681edc7
It looks like introduction of
wp_idtosite_symmetrycauses the call to lose the intended meaning. Shouldn't it besite_symmetry(ops, l_type, bravis, self.number, parse_trans=True)?