orgdisord.merge
orgdisord.merge#
This module implements several structure merging strategies to reduce a list of ASE atoms objects to the symmetry inequivalent ones.
Functions
|
compare lists of fractional coordinates with reference return the indices of the unmatched atoms |
|
Returns True if a1 and a2 are equal apart from a reordering of the rows. |
|
Check if two sets of coordinates match under any of the symmetry operations of the crystal and under permutations of the order of the atoms. |
|
acc_factor (float): No. of significant figures each sum is |
|
This merging algorithm calculates the ewald sum of each structure and then uses the ewald sum to try to find equivalences. |
|
This merging algorithm creates a fingerprint for each structure bases on the SOAP representation and then used the ReMatch kernel to try to find equivalences. |
|
Merge a list of ASE atoms objects to the symmetry inequivalent ones. |
|
|
|
Compare two sets of SOAP features and return True if the features match. |