biomol.core.View.to_atoms# View.to_atoms(*, unique=False)[source]# Return an AtomView of the atoms in the selection. If unique is True, the resulting view will contain only unique indices, preserving first-occurrence order. Default is False. Parameters: unique (bool) Return type: A_co