Mappings
BiochemicalAlgorithms.PDBDetails._atom_by_number
— Function_atom_by_number(
ac::AbstractAtomContainer{T} = default_system(),
idx::Int
) -> Atom{T}
Returns the first Atom{T}
associated with the given number
in sys
. Throws a KeyError
if no such atom exists.