When I use class RuleOfFiveDescriptor to describe a molecule, I always get a value of 0 in Weight.
I get the source code, and see the code below in RuleOfFiveDescriptor:
       IMolecularDescriptor mw = new WeightDescriptor();
       Object[] mwparams = {new String("")};
       mw.setParameters(mwparams);
double mwvalue = ((DoubleResult)mw.calculate(mol).getValue()).doubleValue();

I wonder wheather it is correct to set the parameter as new String("").

With beast regards.
                                                                      Jimmy

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to