isayevlab / Auto3D_pkg

Auto3D generates low-energy conformers from SMILES/SDF
MIT License
146 stars 32 forks source link

SDF as an input file #83

Open OphirKa opened 1 month ago

OphirKa commented 1 month ago

Hi, I'm trying to use a sdf file with possible conformers as an input file, but I tried all of the initial conformers were optimized separately (even though all of them share SMILES pattern). Is there any way to write the conformers into the sdf file so the code will recognize different conformers of the same molecules? Thank you!

LiuCMU commented 1 month ago

Hi @OphirKa, you could use the opt_geometry function if you just want to optimize an existing conformer ensemble. Here is the API link

OphirKa commented 1 month ago

Thank you for your answer. The argument gpu_idx can accept only integers. Is there any option to use more than one GPU cuda with this function?

LiuCMU commented 1 month ago

unfortunately, not yet. Maybe try to run multiple jobs with it?