AngularTopologyCollection

class sknano.core.atoms.mixins.AngularTopologyCollection(*args, degrees=False, **kwargs)[source] [edit on github][source]

Bases: sknano.core.atoms.mixins.TopologyCollection

TopologyCollection sub-class for collection of angular topologies.

Parameters:

Attributes

Ntypes Number of unique Topology.types.
angles ndarray of angles.
atom_ids list of atom_ids.
degrees bool setting for returning angles in degrees.
fmtstr Format string.
ids list of ids.
mean An alias for TopologyCollection.mean_measure.
mean_angle Mean angle.
mean_measure Mean measure.
measures ndarray of measures.
parent Parent Molecule, if any.
statistics TopologyStats of TopologyCollection.measures statistics.
strains ndarray of strains.
types list of types.
unique Return new TopologyCollection object containing the set of unique Topologys.

Methods

append(item)
clear()
compute_strains(reference) Return ndarray of topology measure strains.
copy()
count(item)
extend(other)
index(item, *args)
insert(i, item)
pop([i])
remove(item)
reverse()
sort([key, reverse])
todict() Return dict of constructor parameters.