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.

5 INTRODUCTORY EXAMPLES 26<br />

In the above example, the default basis set (VDZ) is used. We can modify the default basis using<br />

a BASIS directive.<br />

***,h2o cc-pVTZ basis !A title<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=VTZ<br />

!use VTZ basis<br />

hf<br />

!closed-shell scf<br />

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

5.3 Geometry optimizations<br />

Now we can also do a geometry optimization, simply by adding the card OPTG.<br />

***,h2o<br />

!A title<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=6-31g**<br />

!use Pople basis set<br />

hf<br />

!closed-shell scf<br />

optg<br />

!do scf geometry optimization<br />

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

5.4 CCSD(T)<br />

The following job does a CCSD(T) calculation using a larger (VTZ) basis (this includes an f<br />

function on oxygen and a d function on the hydrogens).<br />

***,h2o<br />

!A title<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=VTZ<br />

!use VTZ basis<br />

hf<br />

!closed-shell scf<br />

ccsd(t)<br />

!do ccsd(t) calculation<br />

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

5.5 CASSCF and MRCI<br />

Perhaps you want to do a CASSCF and subsequent MRCI for comparison. The following uses<br />

the full valence active space in the CASSCF and MRCI reference function.

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

Saved successfully!

Ooh no, something went wrong!