Molecule
less than a minute
class Molecule
W&B class for 3D Molecular data.
Args:
data_or_path
: Molecule can be initialized from a file name or an io object.caption
: Caption associated with the molecule for display.
method Molecule.__init__
__init__(
data_or_path: Union[str, ForwardRef('TextIO')],
caption: Optional[str] = None,
**kwargs: str
) → None
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.