#P GFINPUT IOP(6/7=3)
#P switches on printing of SCF convergence, GFINPUT switches on printing of Basis Set info, and IOP(6/7=3) switches on printing of all MO's. GAUSSIAN 94/98 per default uses the redundant coordinates optimization procedure resulting in only cartesian coordinates being available on the output file. Molden will covert these into a z-matrix which in general will have lost the dummys and therefore symmetry at the z-matrix level. Use the gaussian keyword opt=z-matrix to get z-matrices on the output.
When using Molden with GAUSSIAN 92 and older versions, use:
#P GFINPUT IOP(6/7=1)
Never use output of compound jobs
(f.i. an optimisation followed by a frequency calculation, gaussian keywords opt freq ). You should split up
the output of compound jobs into separate files, for Molden
to work correctly.
Molden will warn you:
WARNING: composite optimisation/frequency job The frequency job should be a separate file With First line: Entering Gaussian SystemTo split up the file, look for the string Normal termination of Gaussian , this is the end of the first run, now split the file up in two parts. (In the vi editor:
/Normal termination :.,$w output2 :.,$d :x)
Be sure to add the following line to the second file:
Entering Gaussian System
Some parts of Molden do not support the use of 5D functions (The Electrostatic potential, esp charges, Distributed Multipole Analysis and Mulliken Charges), therefore it is recommendable to use the 6D Gaussian keyword in conjuction with Molden.
IOP(2/11=1)
awk -f ircextract.awk output.g98 > output.irc
The file output.irc is a concatenation of xyz files, which you can
read back into molden and view it with molden via the movie and next buttons.
With courtesy of Dr. Rafael R. Pappalardo, Dept. Quimica Fisica, Fac. de Quimica, Univ. de Sevilla.
cat </tmp/sed.tmp 1,\$s/mx3d=61/mx3d=122/ EOF
Now execute the script, type ./change_parameter, and recompile by
typeing make, you will have an executable dimensioned for a maximum
grid size 122x122x122.
NOTE: not all values will work due to the way it is programmed
in fortran, if f.i. 130 doesnt work try 131 or 132
You should use the molden keyword GAUCUB=filename instead of the molden keyword FILE=filename to specify a cube file in the keyword mode.