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.addequivalent to
add(atoms, ...).Geometry.addequivalent to
add(geometry, ...).Lattice.addequivalent to
add(lattice, ...).