Impropers¶
-
class
sknano.core.atoms.mixins.Impropers(*args, degrees=False, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.core.atoms.mixins.AngularTopologyCollectionBase class for collection of atom
Impropers.Parameters: Attributes
NimpropersNumber of Impropers inImpropers.NtypesNumber of unique Topology.types.anglesndarrayofangles.atom_idslistofatom_ids.degreesboolsetting for returning angles in degrees.fmtstrFormat string. idslistofids.impropersndarrayofangless.meanAn alias for TopologyCollection.mean_measure.mean_angleMean angle. mean_improperMean improper angle. mean_measureMean measure. measuresndarrayofmeasures.parentParent Molecule, if any.statisticsImproper stats. strainsndarrayofstrains.typeslistoftypes.uniqueReturn new TopologyCollectionobject containing the set of uniqueTopologys.Methods
append(item)clear()compute_strains(reference)Return ndarrayof topology measure strains.copy()count(item)extend(other)index(item, *args)insert(i, item)pop([i])remove(item)reverse()sort([key, reverse])todict()Return dictof constructor parameters.