bbprepared.generators.TorsionRange¶ class bbprepared.generators.TorsionRange(smarts: str, expected_num_atoms: int, scanned_ids: tuple[int, int, int, int], scanned_range: collections.abc.Iterable[float])[source]¶ Bases: object Methods Attributes smarts expected_num_atoms scanned_ids scanned_range Parameters: smarts (str) expected_num_atoms (int) scanned_ids (tuple[int, int, int, int]) scanned_range (Iterable[float]) expected_num_atoms: int¶ scanned_ids: tuple[int, int, int, int]¶ scanned_range: Iterable[float]¶ smarts: str¶