Skip to content

Commit 71b497e

Browse files
authored
set the ChiralityPossible tag when using the new code with FindMolChiralCenters() (rdkit#3434)
1 parent 2c26af2 commit 71b497e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rdkit/Chem/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def FindMolChiralCenters(mol, force=True, includeUnassigned=False, includeCIP=Tr
159159
code = str(si.descriptor)
160160
else:
161161
code = '?'
162+
atm.SetIntProp('_ChiralityPossible',1)
162163
centers.append((idx, code))
163164
return centers
164165

0 commit comments

Comments
 (0)