19.01.2015 Views

MOLPRO

MOLPRO

MOLPRO

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

16 THE SCF PROGRAM 103<br />

The atomic density guess works very well with minimal or generally contracted basis sets for<br />

which the first contracted basis functions correspond to the atomic 1s, 2s, 2p ... orbitals, e.g.,<br />

Dunning’s cc-pVnZ sets, the STO-3G, or the 6-31G bases. For such basis sets ATDEN is used<br />

by default. If a segmented basis set with several contractions for each shell is used, ATDEN<br />

should not be specified and H0 is used by default. Since eigenvectors of h are often a very<br />

poor starting guess, it is recommended to generate the starting orbitals using a small basis like<br />

STO-3G (see section 16.4.2 below).<br />

Example:<br />

r=1.85,theta=104<br />

!set geometry parameters<br />

geometry={O;<br />

!z-matrix geometry input<br />

H1,O,r;<br />

H2,O,r,H1,theta}<br />

basis=STO-3G<br />

!first basis set<br />

hf<br />

!scf using STO-3G basis<br />

basis=6-311G<br />

!second basis set<br />

hf<br />

!scf using 6-311G basis set<br />

http://www.molpro.net/info/current/examples/h2o_sto3gstart1.com<br />

The second calculation uses the optimized orbitals of the STO-3G calculation as starting guess.<br />

This is done by default and no START card is necessary. The explicit use of START and SAVE<br />

cards is demonstrated in the example in the next section.<br />

The following input is entirely equivalent to the one in the previous section:<br />

r=1.85,theta=104<br />

!set geometry parameters<br />

geometry={O;<br />

!z-matrix geometry input<br />

H1,O,r;<br />

H2,O,r,H1,theta}<br />

basis=STO-3G<br />

!first basis set<br />

hf<br />

!scf using STO-3G basis<br />

start,atdens<br />

!use atomic density guess<br />

save,2100.2 !save orbitals to record 2100.2<br />

basis=6-311G<br />

!second basis set<br />

hf<br />

!scf using 6-311G basis set<br />

start,2100.2<br />

!start with orbitals from the previous STO-3G calculation.<br />

save,2101.2 !save optimized orbitals to record 2101.2<br />

http://www.molpro.net/info/current/examples/h2o_sto3gstart2.com<br />

16.4.2 Starting with previous orbitals<br />

START,[RECORD=]record.file,[specifications]<br />

reads previously optimized orbitals from record record on file file. Optionally, a specific orbital<br />

set can be specified as described in section 4.11.<br />

The specified dump record may correspond to a different geometry, basis set, and/or symmetry<br />

than used in the present calculation. Using starting orbitals from a different basis set can be<br />

useful if no previous orbitals are available and the ATDENS option cannot be used (see above).<br />

The following example shows how to change the symmetry between scf calculations. Of course,<br />

this example is quite useless, but sometimes it might be easier first to obtain a solution in higher<br />

symmetry and then convert this to lower symmetry for further calculations.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!