Sugammadex functional groups are oriented in a sort of "trans" conformation (180° dihedral about the glycosidic bond). This conformation disagrees with both experimental data and previously reported MD simulations https://doi.org/10.1016/j.molliq.2018.06.033
I think the problem is that RDKit ends up minimizing a 2D (planar) structure with strong non-bonded interactions between the sugar hydroxyl groups.
Ultimately, this issue highlights an important problem when assembling structures from 2D gaphs, so I need a reliable/consistent solution before I start generating HTS libraries with stk.
A constrained embedding i.e. rdkit.Chem.AllChem.ConstrainedEmbed might be a good option, but I'd rather avoid it.
Sugammadex functional groups are oriented in a sort of "trans" conformation (180° dihedral about the glycosidic bond). This conformation disagrees with both experimental data and previously reported MD simulations https://doi.org/10.1016/j.molliq.2018.06.033
I think the problem is that RDKit ends up minimizing a 2D (planar) structure with strong non-bonded interactions between the sugar hydroxyl groups.
Ultimately, this issue highlights an important problem when assembling structures from 2D gaphs, so I need a reliable/consistent solution before I start generating HTS libraries with stk.
A constrained embedding i.e.
rdkit.Chem.AllChem.ConstrainedEmbedmight be a good option, but I'd rather avoid it.