prepend
- sisl.prepend(obj, *args, **kwargs)
- sisl.prepend(atom: Atoms, other: Atom | Atoms) Atoms
- sisl.prepend(geometry: Geometry, other: sisl.typing.LatticeOrGeometryLike, axis: sisl.typing.CellAxis, offset: Literal['none', 'min'] | sisl.typing.Coord = 'none') Geometry
- sisl.prepend(lattice: Lattice, other, axis: sisl.typing.CellAxis) Lattice
Dispatcher for ‘prepend’
See also
Atoms.prepend
equivalent to
prepend(atoms, ...)
.Geometry.prepend
equivalent to
prepend(geometry, ...)
.Lattice.prepend
equivalent to
prepend(lattice, ...)
.