The guess and guess_basis Sections of the Jaguar Input File

If an input file has a non-empty guess section, the keyword iguess in the gen section is set to 1, and an initial guess for the wave function is read from the guess section. If the keyword basgss, is included, the coefficients given in the guess section are interpreted as coefficients of functions from the basis set specified with this keyword. For instance,

&guess  basgss=6-31g**

If no basgss setting is given or if basgss is set to non_standard, the basis set for the guess is that specified by the basis keyword setting in the gen section. You should ensure that the initial guess given in the guess section is for the this basis set. Otherwise, a poor or meaningless guess is obtained and the calculation might not converge. Similarly, the ordering of the basis functions within the set being used must be the same as that used for the ordering of coefficients in the guess section.

This next line of the section should begin with a set of coefficients describing the contribution of each function in the basis set to the first molecular orbital, and continue on with similar coefficient sets for each molecular orbital. A single line, whose content is unimportant, should precede each molecular orbital’s set of coefficients. If you like, you can use this line to label the molecular orbital for your own convenience.

If you choose to write the occupied orbitals, or occupied and virtual orbitals, from one run and use them in the guess section for another run, you must make sure to choose a proper format. In the Output tab of the Jaguar panel, you could select Occupied or All from the Orbitals option menu and All values (f19.15, list) or All values (f8.5, list) from the Format option menu for the original run, as described in Jaguar Output Options for Orbitals, and the resulting orbital output could be copied from the output file into the guess section of the input file for the next run. Similarly, you could set the relevant orbital output keyword to 4, 5, 9, or 10 in the gen section of the input file for the first run, as described in Orbital Output Keywords in the Jaguar Input File, and use the resulting output file’s orbital output in the guess section of the input file for the next run.

A sample guess section for water with an STO‑3G basis set follows. The oxygen is atom 1, and for each molecular orbital, coefficients for the oxygen’s 1s, 2s, 2px, 2py, and 2pz orbitals are input. The 1s coefficient for the first hydrogen atom follows, followed by the 1s coefficient for the second hydrogen.

&guess  basgss=sto-3g
1: orbital energy = -.20251577D+02
   .99421641D+00  .25847131D-01  .31906711D-02   .88241647D-15
   .26760209D-02  -.55838749D-02 -.55838749D-02
2: orbital energy = -.12575489D+01
   -.23376569D+00 .84444935D+00  .94117884D-01   -.39742456D-17
   .78936818D-01  .15559441D+00  .15559441D+00
3: orbital energy = -.59385470D+00
   .30846088D-09  -.13714419D-08 -.39372414D+00 .21348436D-14
   .46944485D+00  .44922200D+00  -.44922200D+00
4: orbital energy = -.45973017D+00
   .10403593D+00  -.53816730D+00 .57914834D+00  -.40089482D-14
   .48573263D+00  .29510298D+00  .29510298D+00
5: orbital energy = -.39261707D+00
   .26538042D-15  -.27636653D-14 .26424743D-14  .10000000D+01
   .56164871D-15  .78183836D-15  .26536093D-14
&

The guess_basis section is only needed if the basis set for the guess in the guess section is nonstandard: that is, it consists of multiple basis sets. This section lists each atom for which the basis is not defined by the basis keyword in the gen section, along with the basis set for the atom. An example is given below.

&guess_basis
27       cc-pvtz(-f)     
28       cc-pvtz(-f)     
33       cc-pvtz(-f)     
34       cc-pvtz(-f)     
&

Single Point Energy Examples