Hi All,

   Is there a way to generate conformations with a specified rmsd threshold
using OBConformerSearch (as in openeye Omega). Basically I want to maximize
my sampled conformational space   within a specified number of generated
conformations (i.e. for a given Nconformers). Right now I am using:

  OBForceField* pFF = OBForceField::FindForceField("MMFF94");
  OBConformerSearch* OBconf  = new OBConformerSearch;
  OBRMSDConformerScore  OBscore;

   pFF->SteepestDescent(1000,1.0e-4);
  OBconf->Setup(OBmol1,Nconformers,5,5,25);
  OBscore.GetConvergence();
  OBconf->SetScore(&OBscore);
  OBconf->Search();
  OBconf->GetConformers(OBmol1);

Is there a better way to do this.

Thanks.
  







--
View this message in context: 
http://forums.openbabel.org/OBConformerSearch-with-RMSD-threshold-tp4656075.html
Sent from the General discussion mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to