POAVAtomsMixin¶
-
class
sknano.core.atoms.mixins.POAVAtomsMixin(*args, **kwargs)[source] [edit on github][source]¶ Bases:
objectMixin class for POAV analysis.
Attributes
POAV1List of POAVAtomPOAV1POAV1attribute.POAV2List of POAVAtomPOAV2POAV2attribute.POAVRList of POAVAtomPOAVRPOAVRattribute.Methods
analyze_POAVs(**kwargs)Compute POAV1,POAV2,POAVR.compute_POAVs(**kwargs)Alias for analyze_POAVs.get_POAV_attr(POAV_class, attr)Return list of POAVAtomPOAV1POAV2orPOAVRattribute.reset_attrs([poavs])Reset the POAVAtomsMixinclass attributes, then call parent classreset_attrsmethod.reset_poav_atoms_attrs()Reset the POAVAtomsMixinclass attributes.update_attrs([poavs])Update POAVAtomsMixinclass attributes.Attributes Summary
POAV1List of POAVAtomPOAV1POAV1attribute.POAV2List of POAVAtomPOAV2POAV2attribute.POAVRList of POAVAtomPOAVRPOAVRattribute.Methods Summary
analyze_POAVs(**kwargs)Compute POAV1,POAV2,POAVR.compute_POAVs(**kwargs)Alias for analyze_POAVs.get_POAV_attr(POAV_class, attr)Return list of POAVAtomPOAV1POAV2orPOAVRattribute.reset_attrs([poavs])Reset the POAVAtomsMixinclass attributes, then call parent classreset_attrsmethod.reset_poav_atoms_attrs()Reset the POAVAtomsMixinclass attributes.update_attrs([poavs])Update POAVAtomsMixinclass attributes.Attributes Documentation
Methods Documentation
-
compute_POAVs(**kwargs)[source] [edit on github][source]¶ Alias for
analyze_POAVs.
-
get_POAV_attr(POAV_class, attr)[source] [edit on github][source]¶ Return list of
POAVAtomPOAV1POAV2orPOAVRattribute.Parameters: - POAV_class ({'POAV1', 'POAV2', 'POAVR'}) –
- attr (
str) –
Returns: Return type:
-
reset_attrs(poavs=False, **kwargs)[source] [edit on github][source]¶ Reset the
POAVAtomsMixinclass attributes, then call parent classreset_attrsmethod.
-
reset_poav_atoms_attrs()[source] [edit on github][source]¶ Reset the
POAVAtomsMixinclass attributes.
-
update_attrs(poavs=False, **kwargs)[source] [edit on github][source]¶ Update
POAVAtomsMixinclass attributes.
-