TURBOMOLE Users Forum

TmoleX - Graphical User Interface => TmoleX - general topics => Topic started by: wwwups on February 25, 2008, 08:16:01 PM

Title: COSMO frequency calculations in tmoleX
Post by: wwwups on February 25, 2008, 08:16:01 PM
hi,
I am trying to do a UB3LYP/aug-cc-pvTZ frequency calculation using COSMO solvation for CO2- radical anion in water using tmoleX. I get this error in my project directory in the file aoforce.out "

" 2nd derviative of COSMO part and COSMO CPHF not implemented
 cosmo is accepted with numerical frequencies only
 ("frequency analysis only" in $drvopt group)

 MODTRACE: no modules on stack

 COSMO not implemented
 force ended abnormally
 2nd derviative of COSMO part and COSMO CPHF not implemented
 cosmo is accepted with numerical frequencies only
 ("frequency analysis only" in $drvopt group)

 MODTRACE: no modules on stack

 COSMO not implemented
 force ended abnormally"

How can I get tmoleX to do numerical frequencies ?
Thanks,
Pradeep
Title: Re: COSMO frequency calculations in tmoleX
Post by: uwe on February 26, 2008, 04:30:32 PM
Hi,

Quote
How can I get tmoleX to do numerical frequencies ?

the current version does not support numerical frequency calculations, but you can run a usual single-point calculation, switch to the command line, change-dir to the directory where your job did run and start NumForce by hand (NumForce -help for details about the options you need). Make sure that you have set $TURBODIR to the TURBOMOLE installation path and expanded your PATH to $TURBODIR/scripts and $TURBODIR/bin/`sysname` as given in the documentation.

NumForce is a shell-script. Under Windows you will have to run it under cygwin.

Regards,

Uwe
Title: Re: COSMO frequency calculations in tmoleX
Post by: wwwups on February 28, 2008, 06:22:56 AM
Uwe,
Thanks for the reply. I can run NumForce calculations now. (NumForce works without the ri flag in control file.) When I try NumForce -cosmo, the program stops with
"presently -cosmo is implemented for ridft groundstate only". This is funny, because I got the same error message for a CO2 in air system as that of CO2- in air. The ground state of CO2 is a neutral singlet. Is there a reason why I am getting this error message for CO2 in air ?
Thanks,
Pradeep
p.s. When I mentioned that NumForce works without the ri flag, how comparable are the energies from RI-B3LYP calculations to normal B3LYP calculations? (I am using RI-DFT to optimize CO2 in COSMO model for vacuum . I now want to obtain the zero point energy but NumForce cannot do ZPE with RI.)
Title: Re: COSMO frequency calculations in tmoleX
Post by: uwe on February 28, 2008, 10:45:38 AM
Hi,

the options of NumForce do not switch on RI or COSMO, you have to add -ri if RI is used in the input file.

The question is: what do you want to calculate?? Second derivatives and frequency calculations are two different goals and need different steps:




Hope this helps,

Uwe
Title: Re: COSMO frequency calculations in tmoleX
Post by: wwwups on February 29, 2008, 07:31:57 AM
Hi,

the options of NumForce do not switch on RI or COSMO, you have to add -ri if RI is used in the input file.

The question is: what do you want to calculate?? Second derivatives and frequency calculations are two different goals and need different steps:


  • frequency calculations to get a spectrum to compare with experiment
Thanks, NumForce -ri -cosmo worked!
[/list]