Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

GitHub source

class Molecule

W&B class for 3D Molecular data.

method Molecule.__init__

__init__(
    data_or_path: 'str | pathlib.Path | TextIO',
    caption: 'str | None' = None,
    **kwargs: 'str'
) → None
Initialize a Molecule object. Args:
  • data_or_path: Molecule can be initialized from a file name or an io object.
  • caption: Caption associated with the molecule for display.