stko
PositionedAtom
Modules
Bases: object
object
A container for stk.Atom and a coordinate.
atom (Atom) – The atom.
position (tuple[float, ...]) – The position (x, y, z) of the atom in cartesian coordinates.
Methods
clone
Return a clone.
get_atom
get_atomic_number
get_charge
get_id
get_position
with_id
Get a clone but with a different id.
The clone. It has the same type as the original atom.
Self
Atom
int
tuple[float, …]
A clone with a new id. Has the same type as the original atom.
id (int)