isayevlab / Auto3D_pkg

Auto3D generates low-energy conformers from SMILES/SDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prune multiple conformers with a rmsd cutoff

ichxw opened this issue · comments

Does it support pruning conformers unless their RMSD is higher than a cutoff in rmsd?

yeap. You can use this argument threshold. If the RMSD between two conformers are within the threhold, they are considered as duplicates. One of them will be removed. Duplicate removing are excuted after conformer enumeration and geometry optimization. The default value is 0.3 Angstrom.

This is also specified here

Perfect! Thanks.

Sure, I will close this issue. Let us know if you have any other questions in the future!