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/13 13:22] – [Simple input] werner | quickstart [2025/10/14 08:54] (current) – [Simple input] werner | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| '' | '' | ||
| - | where avtz is a short name for the aug-cc-pVTZ basis. The prefix DF- turns on density fitting approximations for the integrals, which is strongly recommended for efficiency, in particular for larger molecules. | + | where avtz is a short name for the aug-cc-pVTZ basis, and |
| + | the geometry is provided in an external file holding the x,y,z coordinates in Angstrom. Alternatively, | ||
| + | |||
| + | The prefix DF- turns on density fitting approximations for the integrals, which is strongly recommended for efficiency, in particular for larger molecules. | ||
| A most simple example for a CCSD(T) input is: | A most simple example for a CCSD(T) input is: | ||
| Line 16: | Line 19: | ||
| '' | '' | ||
| - | where the geometry is provided in an external file holding the x,y,z coordinates in Angstrom. Alternatively, | ||
| The entries can come in any order, for example | The entries can come in any order, for example | ||
| Line 22: | Line 24: | ||
| '' | '' | ||
| - | would work as well. The key " | + | works as well. The key " |
| The run command line can optionally be split to two or multiple lines between the entries that are separated by blank or semicolon. In this case the whole block must be embraced by curley brackets, e.g. | The run command line can optionally be split to two or multiple lines between the entries that are separated by blank or semicolon. In this case the whole block must be embraced by curley brackets, e.g. | ||
| Line 51: | Line 53: | ||
| pno-lmp2 | pno-lmp2 | ||
| pno-lccsd | pno-lccsd | ||
| - | pno-lccsd(t) !local coupled cluster with singles | + | pno-lccsd(t) !local coupled cluster with singles, doubles, and perturbative triples |
| multi !mcscf/ | multi !mcscf/ | ||
| casscf | casscf | ||
| - | mrci | + | mrci !multi-reference CI with internally contracted |
| + | mrcic !multi-reference CI with internally contracted singles and doubles | ||
| caspt2 | caspt2 | ||
| nevpt2 | nevpt2 | ||
| Line 61: | Line 64: | ||
| </ | </ | ||
| - | All higher order methods contain the lower-level ones. For example, ccsd(t) contains HF, MP2, and CCSD. | + | All higher order methods contain the lower-level ones. For example, ccsd(t) contains HF, MP2, and CCSD, and MRCI contains CASPT2. |
| - | For larger molecules, it is advisable to use density fitted methods. The following ones are efficiently implemented: | + | '' |
| + | |||
| + | The following ones are efficiently implemented: | ||
| < | < | ||
| Line 83: | Line 88: | ||
| PNO methods are density fitted in any case. | PNO methods are density fitted in any case. | ||
| - | For all listed correlation methods, explicitly correlated versions are available by appending -f12 to the command [e.g. ccsd(t)-f12, | + | For most listed correlation methods, explicitly correlated versions are available by appending -F12 to the command [e.g. ccsd(t)-f12, |
| - | method, geometry, and basis set are compulsory for running a calculation. By default, only an energy calculation is done. However, other calculation types can be requested by specifying one of the following directives (the parts in bracket | + | Method, geometry, and basis set are compulsory for running a calculation. By default, only a single |
| < | < | ||
| Line 91: | Line 96: | ||
| freq[quencies] | freq[quencies] | ||
| extrapolate, | extrapolate, | ||
| - | interact | + | interact[, |
| + | !If do_nocp is given, the CP-uncorrected values are computed as well. | ||
| </ | </ | ||
| Line 148: | Line 154: | ||
| '' | '' | ||
| + | 6.) TDDFT excitation energies: | ||
| + | |||
| + | '' | ||
| + | |||
| + | This computes 4 excited states for each of the four IRREPS of C2v. | ||
| + | |||
| + | 7.) CC2 excitation energies: | ||
| + | |||
| + | '' | ||
| + | |||
| + | This computes the ground state and 4 excited states for each of the four IRREPS of C2v. | ||
| + | |||
| + | 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 functions: | ||
| + | |||
| + | '' | ||
| + | |||
| + | 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. | ||