insert

sisl.insert(obj, *args, **kwargs)
sisl.insert(atom: Atoms, index: sisl.typing.SimpleIndex, other: Atom | Atoms) Atoms
sisl.insert(geometry: Geometry, atom: sisl.typing.AtomsIndex, other: sisl.typing.GeometryLike) Geometry

Dispatcher for ‘insert’

See also

Atoms.insert

equivalent to insert(atoms, ...).

Geometry.insert

equivalent to insert(geometry, ...).