Files
rdkit/Code/GraphMol
Yakov Pechersky 08552e56b1 atropisomer bond atoms are checked explicitly for SP2 hybridization (#8974)
* atropisomer bond atoms are checked explicitly for SP2 hybridization

before, we checked only on totalDegree = 2 or 3,
but this causes false positives for something like a chiral sulfoxide
since the S is tetrahedral (sp3) but has only 3 substituents.
the hybridization code relies on totalDegree,
but modified to include and making sure to include conjugation
so while this is more expensive per molecule, it is closer to intent

Closes #8973

* assert we got no warnings on sulfinamides

* cleanup

* bring back degree based check, quick pass so that we don't run expensive calc on all mols with wedge bonds

* bring conformer back
2025-12-29 18:04:40 +01:00
..
2025-10-17 05:52:27 +02:00
2025-10-14 19:15:37 +02:00
2019-10-10 20:18:43 +09:00
2025-10-08 16:08:01 +02:00
2025-11-18 09:47:24 +01:00
2019-10-10 20:18:43 +09:00
2025-09-22 11:06:42 +02:00
2025-03-20 07:40:33 +01:00
2025-11-04 16:10:56 +01:00
2023-11-15 06:45:42 +01:00
2025-10-08 16:08:01 +02:00
2018-07-25 09:14:17 +02:00
2025-10-17 16:51:22 +02:00
2022-07-11 11:20:03 +02:00
2025-03-17 19:54:15 +01:00
2021-07-09 15:06:54 +02:00
2018-07-25 09:14:17 +02:00
2019-10-10 20:18:43 +09:00
2025-07-25 14:33:32 +02:00
2020-09-02 04:51:20 +02:00
2023-12-22 04:58:18 +01:00
2019-12-31 06:43:27 +01:00
2025-05-18 08:14:05 +02:00
2025-12-09 15:06:29 +01:00