add
- sisl.add(obj, *args, **kwargs)
- sisl.add(atom, other)
- sisl.add(geometry, other, offset=(0, 0, 0))
- sisl.add(lattice, other)
Dispatcher for
add
See also
sisl.Atoms.add
equivalent to
add(atoms, ...)
.sisl.Geometry.add
equivalent to
add(geometry, ...)
.sisl.Lattice.add
equivalent to
add(lattice, ...)
.