Skip to contents

Get atoms connected to the specified atom

Usage

get.connected.atoms(atom, mol)

Arguments

atom

The atom object

mol

The `IAtomContainer` object containing the atom

Value

A `list` containing `IAtom` objects, representing the atoms directly connected to the specified atom

Details

Returns a `list`` of atoms that are connected to the specified atom.

Author

Rajarshi Guha (rajarshi.guha@gmail.com)