ties.topology_superimposer¶
The main module responsible for the superimposition.
Functions
|
Match the atoms from the ParmEd object based on a .pdb file and overwrite the coordinates from ParmEd. :param atoms: internal Atom representation (fixme: refer to it here in docu), will have their coordinates overwritten. :param pdb_atoms: atoms loaded with ParmEd with the coordinates to be used. |
|
|
|
|
|
|
|
Helper function. |
|
|
|
Use Parmed to load the files. |
|
return a list of largest solutions |
|
Minimise the number of starting configurations to optimise the process speed. |
|
"Mirror" in the sense that it is an alternative topological way to traverse the molecule. |
|
|
|
Carry out a merge and apply all checks. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main function that manages the entire process. |
Classes
|
|
|
An atom pair for networkx. |
|
SuperimposedTopology contains in the minimal case two sets of nodes S1 and S2, which are paired together and represent a strongly connected component. |