biotite.structure.io.mol

The MOL format is used to depict atom positions and bonds for small molecules. This subpackage is used for reading and writing an AtomArray in this format. Additionally, reading data from the SDF format, which is a wrapper around MOL, is also supported.

Content

MOLFile

This class represents a file in MOL format, that is used to store structure information for small molecules.

get_structure

Get an AtomArray from the MOL file.

set_structure

Set the AtomArray for the MOL file.