User 1bf9422018
29-03-2008 21:19:29
Dear all,
I have generated conformers for a molecule using cxcalc:
To get a list of the energy of each conformer, I found easier to run cxcalc on the newly created cadr.sdf file:
than trying to get the values from the cadr.sdf file. However, the values are not identical... Is this expected? Am I using the wrong options in dreidingenergy?
I'm running cxcalc version 5.0.1 in Mac OS X 10.4.10.
Thanks,
Rui Rodrigues
I have generated conformers for a molecule using cxcalc:
Code: |
cxcalc -v -o cadr.sdf conformers \ --format sdf \ --saveconfdesc false \ --prehydrogenize false \ --maxconformers 100 \ --diversity 0.1 \ --timelimit 1800 \ --hyperfine false \ --optimization 1 \ ../CID_123847-2.sdf |
To get a list of the energy of each conformer, I found easier to run cxcalc on the newly created cadr.sdf file:
Code: |
cxcalc -v dreidingenergy -l never cadr.sdf > out.txt |
than trying to get the values from the cadr.sdf file. However, the values are not identical... Is this expected? Am I using the wrong options in dreidingenergy?
I'm running cxcalc version 5.0.1 in Mac OS X 10.4.10.
Thanks,
Rui Rodrigues