deepfold.data.pdbx_parsing.Op¶
- class deepfold.data.pdbx_parsing.Op(op_id: str, is_identity: bool = True, rot: ndarray = array([[1., 0., 0.], [0., 1., 0.], [0., 0., 1.]]), trans: ndarray = array([0., 0., 0.]))[source]¶
Op(op_id: str, is_identity: bool = True, rot: numpy.ndarray = array([[1., 0., 0.], [0., 1., 0.], [0., 0., 1.]]), trans: numpy.ndarray = array([0., 0., 0.]))
- __init__(op_id: str, is_identity: bool = True, rot: ndarray = array([[1., 0., 0.], [0., 1., 0.], [0., 0., 1.]]), trans: ndarray = array([0., 0., 0.])) None¶
Methods
__init__(op_id[, is_identity, rot, trans])to_dict()Attributes
is_identityrottransop_id