Open Issues Need Help
View All on GitHubAI Summary: The task involves extending the existing CDPKit Python API to allow for conformer generation with ring puckering sampling, similar to RDKit's ConstrainedEmbed functionality. This requires investigating the current conformer generation capabilities within CDPKit, potentially modifying or extending existing functions, and adding new features to handle ring puckering constraints during the sampling process.
AI Summary: The task is to determine if the CDPKit Python API provides a function to directly parse an SDF molblock string into a `Chem.Molecule` object, similar to how `Chem.parseSMILES()` handles SMILES strings. The solution likely involves finding the appropriate function within the CDPKit library or determining if a workaround (e.g., writing the string to a temporary file and then parsing) is necessary.