You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canonical SMILES are generated by `MolGraph.toCanonicalSmiles()` (SMSD 6.10.2), which encodes tetrahedral chirality (`@`/`@@`) and E/Z geometry (`/`/`\`). This is essential: using a stereo-unaware generator would incorrectly short-circuit enantiomers (e.g. (R)-lactic acid ≡ (S)-lactic acid) to a spurious identity mapping.
174
+
Canonical SMILES are generated by `MolGraph.toCanonicalSmiles()` (SMSD 6.11.1), which encodes tetrahedral chirality (`@`/`@@`) and E/Z geometry (`/`/`\`). This is essential: using a stereo-unaware generator would incorrectly short-circuit enantiomers (e.g. (R)-lactic acid ≡ (S)-lactic acid) to a spurious identity mapping.
175
175
176
176
**Stage 2 — Size ratio filter:**
177
177
@@ -360,7 +360,7 @@ The Lin et al. (2022) golden dataset [3] contains 1,851 chemical reactions with
360
360
361
361
| Tool | Chem-Equiv | Mol-Map Exact | Training Data | Deterministic |
0 commit comments