Thank you. If so, what APIs can I use in cdk to deal with this situation?
That is to say, how can I calculate the surface for this kind of molecule
with cdk? Thanks.

On Thu, Feb 25, 2016 at 6:59 PM, Rajarshi Guha <rajarshi.g...@gmail.com>
wrote:

> It's failing because it doesn't have 3d coordinates
>
> On Thu, Feb 25, 2016 at 6:47 PM, Zheng Shi <zs...@ualberta.ca> wrote:
>
>> Hi, all,
>>
>> I'm using cdk to calculate numerical surface. I use the following code,
>> but it throws exception for some molecule. What's the problem? Does anyone
>> have ideas for this? Thanks.
>>
>> Below is my code and an example molecule with such exception. Any
>> suggestions? Thanks.
>>
>> IAtomcontainer container=...; //get from somewhere
>> NumericalSurface ns = new NumericalSurface(container);
>> ns.calculateSurface();
>> double ASA = ns.getTotalSurfaceArea();
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
>> _______________________________________________
>> Cdk-user mailing list
>> Cdk-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/cdk-user
>>
>>
>
>
> --
> Rajarshi Guha | http://blog.rguha.net
> NIH Center for Advancing Translational Science
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to