append
- sisl.append(obj, *args, **kwargs)
- sisl.append(atom, other)
- sisl.append(geometry, other, axis, offset='none')
- sisl.append(grid, other, axis)
- sisl.append(lattice, other, axis)
Dispatcher for
append
See also
sisl.Atoms.append
equivalent to
append(atoms, ...)
.sisl.Geometry.append
equivalent to
append(geometry, ...)
.sisl.Grid.append
equivalent to
append(grid, ...)
.sisl.Lattice.append
equivalent to
append(lattice, ...)
.