User 81a38f9467
14-06-2013 04:35:08
The getPossibleAtomCenteredStereoAtoms function returns the indices of two atoms for the input structure #1
OC1CCC(CC2=CC=CC=C2)CC1, which contains two stereogenic centers. But the getPossibleAtomCenteredStereoAtoms function also returns the indices of two atoms
for the input structure #2 OC1CCN(CC2=CC=CC=C2)CC1, which contains zero stereogenic centers. Since structure #2 has no stereogenic centers, I would have expected nothing to be returned by the function.
Either the output is wrong or I don't understand what this function is supposed to do. Please help clarify the expected behavior.