def selected_atoms(self): """ List[moldesign.Atom]: list of selected atoms """ return [self.mol.atoms[i] for i in self.selected_atom_indices]