[−]Function lumol::read_molecule
pub fn read_molecule<P>(path: P) -> Result<Molecule, Error> where
P: AsRef<Path>,
Read a the first molecule from the file at path
. If no bond information
exists in the file, bonds are guessed.
pub fn read_molecule<P>(path: P) -> Result<Molecule, Error> where
P: AsRef<Path>,
Read a the first molecule from the file at path
. If no bond information
exists in the file, bonds are guessed.