Re: [Cdk-user] maximum common subgraph

2025-07-09 Thread John Mayfield
Hi Uli, For computing the maximum common substructure there is UniversalIsomorphismTester or Small Molecule Subgraph Detector SMSD (in cdk-legacy). There is a newer version of SMSD in a separate repo ( https://github.com/asad/SMSD) which was a rewrite, we were going to integrate this in but there

[Cdk-user] maximum common subgraph

2025-07-07 Thread Uli Fechner
Hi, I am looking for a method to find the maximum common subgraph of two IAtomContainer. For each solution, I would like to get the mappings of matched atoms for both input structures. The UniversalIsomorphismTester looked like an obvious choice. There is a method to find the maximum common subgr