Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| introductory_examples [2025/10/14 07:40] – [CCSD(T)] werner | introductory_examples [2025/10/14 07:46] (current) – [CCSD(T)] werner | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| </ | </ | ||
| - | In these cases the Hartree-Fock calculation (hf) is implied by the run command. | + | In these cases the Hartree-Fock calculation (hf) is implied by the '' |
| ===== CASSCF and MRCI ===== | ===== CASSCF and MRCI ===== | ||
| Line 116: | Line 116: | ||
| ===== Simplified input ===== | ===== Simplified input ===== | ||
| - | It is possible to use the '' | + | It is possible to use the '' |
| - | The general input is | + | |
| - | + | ||
| - | < | + | |
| - | geometry={...} | + | |
| - | basis=... | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | where '' | + | |
| - | mp4sdq, ccsd, ccsd(t), bccd, bccd(t), qcisd, qcisd(t), rccsd, rccsd(t), uccsd, uccsd(t), | + | |
| - | mp2-f12, rmp2-f12, ccsd-f12, ccsd(t)-f12, | + | |
| - | + | ||
| - | In case of DFT calculations ('' | + | |
| - | Optionally, '' | + | |
| - | + | ||
| - | + | ||
| - | Examples: | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | At the end of the output, each of these procedures prints a table with the most important results, for example: | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz-f12 | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | produces: | + | |
| - | < | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | CCSD[T]-F12b | + | |
| - | | + | |
| - | </ | + | |
| - | + | ||
| - | <code - examples/ | + | |
| - | geometry=h2o.xyz | + | |
| - | basis=vtz | + | |
| - | run, | + | |
| - | </ | + | |
| - | + | ||
| - | produces: | + | |
| - | < | + | |
| - | | + | |
| - | + | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | CCSD[T] | + | |
| - | </ | + | |
| ===== Tables ===== | ===== Tables ===== | ||