gemmi.GroupOps class

Contents

Methods

def change_basis(self, cob: Op) -> None
Applies the change-of-basis operator (in place).
def find_centering(self, /) -> str
def find_grid_factors(self, /) -> typing.List[int[3]]
Minimal multiplicity for real-space grid (e.g. 1,1,6 for P61).
def is_centric(self, /) -> bool

Special methods

def __eq__(self, arg0: GroupOps, /) -> bool
def __init__(self, arg0: typing.List[Op], /) -> None
def __iter__(self, /) -> typing.Iterator[Op]
def __len__(self, /) -> int

Properties

cen_ops: TranList get set
Centering vectors.
sym_ops: typing.List[Op] get set
Symmetry operations (to be combined with centering vectors).