File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
base/interfaces/src/main/java/org/openscience/cdk/interfaces Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7373 *
7474 * <b><u>Stereo Groups (Enhanced stereo):</u></b>
7575 * Stereochemistry group information, aka "enhanced stereochemistry" in V3000 MOLFile etc allows you to specify
76- * racemic and unknown enantiomers. In V2000 MOLfile the if chiral flag was 0 it indicates the structure was a mixture
76+ * racemic and unknown enantiomers. In V2000 MOLfile if the chiral flag is 0 it indicates the structure is a mixture
7777 * of enantiomers. V3000 extended this concept to not only encode mixtures (and enantiomer) but also unknown
78- * stereochemistry (or enantiomer) and to be per chiral centre. Reading an MDLV2000 molfile a chiral flag of 0 is
79- * equivalent to setting all stereocentres to {@link #GRP_AND1}. This information can also be encoded in CXSMILES. By
80- * default all stereocentres are {@link #GRP_ABS}.
78+ * stereochemistry (or enantiomer) and to be per chiral centre allow representation of any epimers.
79+ * Reading an MDLV2000 molfile a chiral flag of 0 is equivalent to setting all stereocentres to {@link #GRP_AND1}.
80+ * This information can also be encoded in CXSMILES. By default all stereocentres are {@link #GRP_ABS}.
8181 *
8282 * The stereo group information is stored in the high bytes of the stereo configuration. You can access the basic
8383 * information as follows:
You can’t perform that action at this time.
0 commit comments