biomol.CIFMol.from_dict#

classmethod CIFMol.from_dict(data)#

Create a BioMol object from a dictionary.

Parameters:

data (BioMolDict) – A dictionary containing the data to create the BioMol object.

Returns:

The created BioMol object.

Return type:

BioMol