<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div>Dear Chimera team,</div>
<div><br>
</div>
<div>I have two questions regarding the same idea. <br>
</div>
<div><br>
</div>
<div>I am trying to develop a script to find topologically equivalent residues in a structure (e.g. MOF, cages, and so on). To do this, I am using SplitMolecule.split.split_connected and then comparing the resulting pieces by number of atoms, empirical formula
 and, ultimately, I would like to compare the chemical graph (i.e. test for graph isomorphism). Is there any built-in function/object for that in Chimera?</div>
<div><br>
</div>
<div>Since I didn't want to overcomplicate the algorithm, for now I am trusting that there won't be isomers in the structure and the empirical formula (actually a collections.Counter applied to
<a href="http://atom.element.name">atom.element.name</a>) is enough of a test.This is working ok but, in some cases, the resulting pieces have totally different atom names because they come from a unified generic residue that encompasses all the pieces. As
 a result, I want to rename them in the same way consistently.</div>
<div><br>
</div>
<div>My first attempt at this consists of finding the chimera.Root atom of each piece and then using chimera.Molecule.traverseAtoms to iterate over the piece. However, I've found that the Root is not always the same (topologically speaking) atom, so the naming
 scheme differs from piece to piece. Is there anyway to guarantee topologically equivalent traversals?</div>
<div><br>
</div>
<div>I guess that both questions would lead to the same result, because it seems that I will need a chemical graph anyway.</div>
<div><br>
</div>
<div>Thank you in advance,</div>
<div>Jaime.<br>
</div>
<div><br>
</div>
</div>
</body>
</html>