sknano.core.atoms.PBCAtoms¶
-
class
sknano.core.atoms.
PBCAtoms
(atoms=None, casttype=True, **kwargs)[source][source]¶ Atoms
class for PBC.Attributes
M
Total mass of Atoms
.Natoms
Number of atoms in Atoms
.elements
ndarray
ofAtom.element
s inAtoms
.fmtstr
masses
ndarray
ofAtom.mass
s inAtoms
.pbc
symbols
ndarray
ofAtom.symbol
s inAtoms
.Methods
append
(atom)clear
()copy
()count
(item)extend
(other)filter
(condition[, invert])Filter Atoms
by condition.filtered
(condition[, invert])Return new list of Atoms
filtered by condition.get_atoms
([asarray])Return list of Atoms
.getatomattr
(attr)Get ndarray
of atom attributes attr.index
(item, *args)insert
(i, item)mapatomattr
([from_attr, to_attr, attrmap])Set/update atom attribute from another atom attribute with dict. pop
([i])remove
(item)reverse
()rezero
([epsilon])Set values with absolute value less than epsilon to zero. rotate
(**kwargs)Rotate Atom
vectors.set_pbc
([xperiodic, yperiodic, zperiodic])sort
([key, reverse])todict
()translate
(t[, fix_anchor_points])Translate Atom
vectors byVector
t.unset_pbc
()wrap_coords
([pbc])