User a52f97d128
27-10-2005 16:37:20
Hello all,
mol being an instance of Molecule :
allows to know if atom i of mol is S
allows to know if atom i of mol is R
Is there a way to know if atom i is chiral if no R/S configuration is specified ?
Thanks,
Vincent
mol being an instance of Molecule :
Code: |
mol.getChirality(i)==StereoConstants.CHIRALITY_S |
allows to know if atom i of mol is S
Code: |
mol.getChirality(i)==StereoConstants.CHIRALITY_R |
allows to know if atom i of mol is R
Is there a way to know if atom i is chiral if no R/S configuration is specified ?
Thanks,
Vincent