mol Pairs
fun molPairs(infos: List<AtomPairer.MolInfo>): List<AtomPairer.MolPairInfo>
Content copied to clipboard
get all unique pairs of molecules
fun molPairs(infos1: List<AtomPairer.MolInfo>, infos2: List<AtomPairer.MolInfo>): List<AtomPairer.MolPairInfo>
Content copied to clipboard
get all unique pairs of molecules, the atoms of infos1 and infos2 must not overlap