add

sisl.add(obj, *args, **kwargs)
sisl.add(atom: Atoms, other: Atom | Atoms) Atoms
sisl.add(geometry: Geometry, other: sisl.typing.LatticeOrGeometryLike, offset: sisl.typing.Coord = (0, 0, 0)) Geometry
sisl.add(lattice: Lattice, other) Lattice

Dispatcher for ‘add’

See also

Atoms.add

equivalent to add(atoms, ...).

Geometry.add

equivalent to add(geometry, ...).

Lattice.add

equivalent to add(lattice, ...).