> anyone would advise changes. Am I right in saying that the mol is updated to
> the best conformer and this is what will be written to the output file?

Yup. This is very similar to my version of this -- I usually usually something 
like:

    ff.SteepestDescent(1500, 1.0e-4)    
    ff.WeightedRotorSearch(250, 25)
    ff.ConjugateGradients(2500, 1.0e-6)
    ff.GetCoordinates(mol)

This way, there's a quick cleanup before searching, and a longer clean-up 
afterwards.

> One thing I notice with a calculation, was that the lowest energy did not
> match any of the conformer energies (see below). Is this an error?

This likely means the initial (step 0) conformation was lowest in energy.

Hope that helps,
-Geoff
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to