<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 3D Optimization Now Embedded Underneath JMol on ChemSpider</title>
	<atom:link href="http://www.chemspider.com/news/3d-optimization-now-embedded-underneath-jmol-on-chemspider.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chemspider.com/news/3d-optimization-now-embedded-underneath-jmol-on-chemspider.html</link>
	<description>Keeping you informed as the ChemSpider Crawls Further Forward</description>
	<lastBuildDate>Tue, 20 May 2008 22:56:57 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ChemSpider Blog &#187; Blog Archive &#187; Millions of Pre-optimized 3D Structures now Deposited on ChemSpider</title>
		<link>http://www.chemspider.com/news/3d-optimization-now-embedded-underneath-jmol-on-chemspider.html/comment-page-1#comment-740</link>
		<dc:creator>ChemSpider Blog &#187; Blog Archive &#187; Millions of Pre-optimized 3D Structures now Deposited on ChemSpider</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/news/?p=79#comment-740</guid>
		<description>[...] I previously blogged about the fact that we had embedded a 3D optimizer under Jmol so that that 3D molecules could be displayed. There were two problems with the approach we took. 1) It was very time-consuming to wait for real-time 3D optimization for molecules 2) The 3D optimizer would sometimes fail to optimize a structure based on the starting geometry. [...]</description>
		<content:encoded><![CDATA[<p>[...] I previously blogged about the fact that we had embedded a 3D optimizer under Jmol so that that 3D molecules could be displayed. There were two problems with the approach we took. 1) It was very time-consuming to wait for real-time 3D optimization for molecules 2) The 3D optimizer would sometimes fail to optimize a structure based on the starting geometry. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChemSpiderMan</title>
		<link>http://www.chemspider.com/news/3d-optimization-now-embedded-underneath-jmol-on-chemspider.html/comment-page-1#comment-411</link>
		<dc:creator>ChemSpiderMan</dc:creator>
		<pubDate>Tue, 25 Sep 2007 23:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/news/?p=79#comment-411</guid>
		<description>It appears that in SOME cases the optimizer is not working. The reason for this is as follows....smi23d consists of two programs. Smi2sdf and mengine. 

The first program generates the raw 3d coordinates from SMILES. The second minimizes the energy. At present we are feeding our 2D sdfs to the mengine and it gives problems for highly symmetrical configurations and ugly configurations, etc. 

We need to modify our implementation by feeding the associated SMILES to smi2sdf (rather than SDF directly) and then apply mengine. 

We will get to this work shortly as we have a series of higher priorities right now. This is just a public declaration of a known issue and intention to resolve.</description>
		<content:encoded><![CDATA[<p>It appears that in SOME cases the optimizer is not working. The reason for this is as follows&#8230;.smi23d consists of two programs. Smi2sdf and mengine. </p>
<p>The first program generates the raw 3d coordinates from SMILES. The second minimizes the energy. At present we are feeding our 2D sdfs to the mengine and it gives problems for highly symmetrical configurations and ugly configurations, etc. </p>
<p>We need to modify our implementation by feeding the associated SMILES to smi2sdf (rather than SDF directly) and then apply mengine. </p>
<p>We will get to this work shortly as we have a series of higher priorities right now. This is just a public declaration of a known issue and intention to resolve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChemSpiderMan</title>
		<link>http://www.chemspider.com/news/3d-optimization-now-embedded-underneath-jmol-on-chemspider.html/comment-page-1#comment-409</link>
		<dc:creator>ChemSpiderMan</dc:creator>
		<pubDate>Tue, 25 Sep 2007 01:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/news/?p=79#comment-409</guid>
		<description>A couple of Email exchanges with Rajarshi on the USefulChem Group and we have identified the problem. Thanks Rajarshi...active team that UsefulChem Group...we&#039;re proud to be on it!

&quot;Aah, it looks like there is some van der Waal clash going on in the 2D SDF.

In general, you should not provide a 2D SDF to mengine - you should provide some form of 3D. Otherwise it&#039;s possible that the optimization routine (BFGS IIRC) will barf on stuff such as everything being in a plane and so on.

Is there a reason that you have to feed 2D SDF&#039;s? The role of smi23d is to get a rough set of 3D very fast (&lt; 1 sec for this case) and mengine will work fine with that.

If nothing you could try converting your 2D SDF to a randomized 3D SDF
- but then you can&#039;t guarantee absence of van der Waals clashes.

I&#039;d still suggest going from SMILES via smi23d
&quot;

&quot;Aargh! My eyes! :)

No, this SDF has no chance of working with mengine - everything seems to be overlapping.

If this is what you&#039;re doing for the other 4 structures, I can see why they might work - I assume you&#039;re just transferring the 2D coordinates to SD format. And the 2D depictions seem to indicate that they&#039;re relatively well laid out - so no clashes etc. Which is why the lower 4 work.&quot;</description>
		<content:encoded><![CDATA[<p>A couple of Email exchanges with Rajarshi on the USefulChem Group and we have identified the problem. Thanks Rajarshi&#8230;active team that UsefulChem Group&#8230;we&#8217;re proud to be on it!</p>
<p>&#8220;Aah, it looks like there is some van der Waal clash going on in the 2D SDF.</p>
<p>In general, you should not provide a 2D SDF to mengine &#8211; you should provide some form of 3D. Otherwise it&#8217;s possible that the optimization routine (BFGS IIRC) will barf on stuff such as everything being in a plane and so on.</p>
<p>Is there a reason that you have to feed 2D SDF&#8217;s? The role of smi23d is to get a rough set of 3D very fast (< 1 sec for this case) and mengine will work fine with that.</p>
<p>If nothing you could try converting your 2D SDF to a randomized 3D SDF<br />
- but then you can&#8217;t guarantee absence of van der Waals clashes.</p>
<p>I&#8217;d still suggest going from SMILES via smi23d<br />
&#8221;</p>
<p>&#8220;Aargh! My eyes! <img src='http://www.chemspider.com/news/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>No, this SDF has no chance of working with mengine &#8211; everything seems to be overlapping.</p>
<p>If this is what you&#8217;re doing for the other 4 structures, I can see why they might work &#8211; I assume you&#8217;re just transferring the 2D coordinates to SD format. And the 2D depictions seem to indicate that they&#8217;re relatively well laid out &#8211; so no clashes etc. Which is why the lower 4 work.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
