Skip to content

Conformer Screening #5

@hansen7

Description

@hansen7

Thanks for sharing!

I can't find the codes for the conformer screening, which is the descried in the arXiv:

We generate mutliple conformers for each molecule with RDKit [Landrum et al., 2006] and prune similar conformers with an RMSD cutoff R = 0.5Å.

neither from here

smiles = Chem.MolToSmiles(mol)
coords = mol.GetConformer().GetPositions()
z = [atom.GetAtomicNum() for atom in mol.GetAtoms()]

nor here:

smiles = Chem.MolToSmiles(mol)
coords = mol.GetConformer().GetPositions()
z = [atom.GetAtomicNum() for atom in mol.GetAtoms()]

would you mind elaborating a bit more?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions