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
Does Open Babel first generate a 2D representation and then 3-dimensionalize it in two separate steps? If so wouldn't it make sense to at least return the 2D geom when gen3d fails?
No, it's separate code. Failing the 3D coordinate generation is pretty rare, but one of my students had it happen, so we should at least have a check / warning for that case.
Sometimes if Open Babel
gen3d
fails, Insert SMILES will yield all the atoms at 0,0,0We should pop up a warning to explain this.
The text was updated successfully, but these errors were encountered: