schrodinger.application.bioluminate.pose_filtering.operators module¶
- schrodinger.application.bioluminate.pose_filtering.operators.get_numeric_operator(operator_name: str) Callable ¶
Return a numeric operator given a valid operator name.
- Parameters
operator_name – The name of an operator to get
- Raises
ValueError – If the operator name is invalid
- schrodinger.application.bioluminate.pose_filtering.operators.get_numeric_operators_by_name() Dict[str, Callable] ¶