Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| quickstart [2025/10/14 08:00] – [Simple input] werner | quickstart [2025/10/14 08:54] (current) – [Simple input] werner | ||
|---|---|---|---|
| Line 166: | Line 166: | ||
| This computes the ground state and 4 excited states for each of the four IRREPS of C2v. | This computes the ground state and 4 excited states for each of the four IRREPS of C2v. | ||
| - | 8.) MRCI calculation using state-averaged CASSCF reference: | + | 8.)CASSCF calculation using state-averaging over three state symmetries: |
| + | |||
| + | '' | ||
| + | |||
| + | This carries out a state-averaged CASSCF calculation for symmetries 2,3,1 ($^2\Pi_x$, | ||
| + | |||
| + | 9. )MRCI calculation using state-averaged CASSCF reference | ||
| '' | '' | ||
| - | In this case first a state-averaged CASSCF calculation for symmetries 2,3,1 ($^2\Pi_x$, | + | In this case first a state-averaged CASSCF calculation for symmetries 2,3,1 ($^2\Pi_x$, |
| + | |||
| + | |||
| + | 10.) Several run command lines can follow each other. For example, compute the lowest ionisation potential of H2O using MRCI: | ||
| + | |||
| + | < | ||
| + | run mrci basis=vtz geometry=h2o.xyz | ||
| + | eci=energy | ||
| + | eda=energd | ||
| + | run mrci charge=1 wfsym=3 spin=1 | ||
| + | ipci=(energy-eci)*toev | ||
| + | ipda=(energd-eda)*toev | ||
| + | </ | ||
| + | |||
| + | 11.) It is also possible to combine the run command with other standard molpro input, for example: | ||
| + | < | ||
| + | geometry={O; | ||
| + | H1,O,R; | ||
| + | H2, | ||
| + | basis=vtz | ||
| + | R=0.96 Ang | ||
| + | Theta=104 | ||
| + | run mp2 optg | ||
| + | mp4 !do single-point MP4 at MP2 geometry | ||
| + | ccsd(t) | ||
| + | </ | ||
| The following sections give more basic information about carrying electronic structure calculations with Molpro. | The following sections give more basic information about carrying electronic structure calculations with Molpro. | ||