get.connected.atoms: get.connected.atoms
Description
Get atoms connected to the specified atom
Usage
get.connected.atoms(atom, mol)
Value
A `list` containing `IAtom` objects, representing the atoms directly
connected to the specified atom
Arguments
- atom
The atom object
- mol
The `IAtomContainer` object containing the atom
Details
Returns a `list`` of atoms that are connected to the specified atom.