Molecule

class Molecule

W&B class for 3D Molecular data.

Args:

  • data_or_path: (pathlib.Path, string, io) Molecule can be initialized from a file name or an io object.
  • caption: (string) Caption associated with the molecule for display.

method Molecule.__init__

__init__(
    data_or_path: Union[str, pathlib.Path, ForwardRef('TextIO')],
    caption: Optional[str] = None,
    **kwargs: str
)  None