User 551e3ff0f7
06-03-2009 09:30:50
Hi,
I'm using the logp plugin to get the logPtrue value, and it seems very slow. If I run this against 2000 smiles it takes 77 seconds, compared with another vendor's logp which takes 7 seconds. Am I doing anything wrong ? Tests are run on the same hardware.
final Molecule mol = MolImporter.importMol(smiles);
plugin = new logPPlugin ();
plugin.setMolecule(mol);
plugin.run();
plugin.getlogPTrue();
I'm using the logp plugin to get the logPtrue value, and it seems very slow. If I run this against 2000 smiles it takes 77 seconds, compared with another vendor's logp which takes 7 seconds. Am I doing anything wrong ? Tests are run on the same hardware.
final Molecule mol = MolImporter.importMol(smiles);
plugin = new logPPlugin ();
plugin.setMolecule(mol);
plugin.run();
plugin.getlogPTrue();