ChimieAnglaisJekyll

chem-bla-ics

chem-bla-ics
Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.
Page d'accueilFlux JSON
language
CdkJavaChimieAnglais
Publié

I was doing some profiling (YourKit and Eclipse3.4) of the CDK atom typer, and it turns out that most time is spend on the perception of nitrogen atom types, which seems to be caused by the loadClassInternal() method of the JVM (java-1.5.0-sun-1.5.0.16 on Ubuntu Hardy):

CdkChimieAnglais
Publié

Time flies. Another CDK Literature (see also #1 , #2 , #3 , #4 ). Quite a few papers have been published again, and I’ll briefly discuss a few of them. Detection of IUPAC names Klinger et al. have written a paper on detection of IUPAC names. As long as semantic markup languages are not the default, this remains important. Remaining problems include correctly finding boundaries in summaries of chemical.

CdkQsarChimieAnglais
Publié

Rajarshi has patched trunk last night with his work to address a few practical issues in the molecular descriptor module of the CDK (and I peer reviewed this work yesterday ). One major change is that the IMolecularDescriptor calculate() method no longer throws an Exception, but returns Double.NaN instead. The Exception is stored in the DescriptorValue for convenience.