emmet.core.featurization.robocrys.condense.component
This module implements functions for handling structure components.
Functions
Determines whether the graphs of two components are isomorphic. |
|
Whether a list of components form a van der Waals heterostructure. |
|
Separate list of components into molecular and non-molecular components. |
|
Gets the reduced formula of a single component. |
|
Gets the reduced formula and factor of a single component. |
|
Reconstructs a chemical formula from structure components. |
|
Gets and counts the inequivalent components based on their formuula. |
|
Reconstructs a structure from a list of components. |
|
Gets and counts the structurally inequivalent components. |
|
Gets and counts the symmetrically inequivalent components. |
|
Gets information about ordering of components in a vdw heterostructure. |
Classes
bool(x) -> bool |
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |