I am trying to do a calculation using the LANL2DZ basis set with an extra f polarization function. The input line in my gaussian file reads as follows:
#p ub3lyp lanl2dz(f) nosymm opt
I get the following error:
" QPErr --- A syntax error was detected in the input line.
#p ub3lyp lanl2dz(f) nosymm opt"
But if I run it without the "(f)" like
#p ub3lyp lanl2dz nosymm opt
It works fine. So how do I add an extra polarization function to the lanl2dz basis set?