apply
- sisl.apply(obj, *args, **kwargs)
- sisl.apply(geometry, data, func, mapper, axis=0, segments='atoms')
- sisl.apply(grid, function_, *args, **kwargs)
Dispatcher for
applySee also
sisl.Geometry.applyequivalent to
apply(geometry, ...).sisl.Grid.applyequivalent to
apply(grid, ...).
- Parameters:
obj (Any)