isicle
- isicle.load(path, **kwargs)[source]
Reads in molecule information of the following supported file types: .smi, .inchi, .xyz, .mol, .mol2, .pkl, .pdb. Direct loaders can also be used, see load_* functions for more information.
- Parameters:
path (str) – Path to file with molecule information.
kwargs – Keyword arguments passed to format-specific loaders.
- Returns:
Molecule representation.
- Return type:
GeometryorXYZGeometry