Reference ABCMolecule ABCMolecule.get_atoms
ABCMolecule.get_atoms
get_atoms(index)
Get an ABCCoord indexed
Parameters:
-
index
(MolIndex
) –MolIndex can be a list of strings or integers or a single string or int that is either an atom number, species+species number (Molden style), or species.
Returns:
-
list[ABCCoord]
–Returns list of indexed atoms from ABCMolecule.atoms .