Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| internally_contracted_multireference_coupled-cluster_theory [2024/01/08 13:24] – external edit 127.0.0.1 | internally_contracted_multireference_coupled-cluster_theory [2024/07/12 08:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Multireference CC computations ====== | ||
| + | Internally contracted multireference internally contracted coupled-cluster theory | ||
| + | |||
| + | Bibliography: | ||
| + | |||
| + | M. Hanauer, A. Köhn, [[https:// | ||
| + | A. Köhn, J. A. Black, Y. A. Aoto, M. Hanauer, [[https:// | ||
| + | A. Waigum, J. A. Black, A. Köhn, [[https:// | ||
| + | |||
| + | New ITF-based code in Molpro: | ||
| + | |||
| + | J. A. Black, A. Waigum, R.G. Adam, K.R. Shamasundar, | ||
| + | |||
| + | All publications resulting from use of the corresponding methods must acknowledge the above. | ||
| + | |||
| + | The command '' | ||
| + | The command '' | ||
| + | The command '' | ||
| + | |||
| + | |||
| + | The following options may be specified on the command line (all implementations): | ||
| + | |||
| + | * **'' | ||
| + | * **'' | ||
| + | |||
| + | Command line options for new implementation: | ||
| + | |||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | |||
| + | Command line options for old implementation: | ||
| + | |||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | * **'' | ||
| + | |||
| + | Orbital spaces: The usual directives of Molpro for defining the orbital spaces ('' | ||
| + | Only CAS references are supported. | ||
| + | |||
| + | ===== Introduction ===== | ||
| + | |||
| + | Internally contracted multireference coupled-cluster (icMRCC) theory is designed as a straigh-forward generalisation of coupled-cluster theory to multiconfigurational references. It also provides access to strictly spin-adapted coupled-cluster energies for any open-shell case. As a downside, the approach comes with significant computational overhead as compared to standard coupled-cluster theory and potentially more problems concerning convergence of the equations. The full approach is currently only available as a pilot implementation using the GeCCo program (see below), a more efficient version is currently restricted to doublet and CAS(2,2) singlet and triplet wavefunctions. | ||
| + | |||
| + | |||
| + | ===== The external GeCCo program ===== | ||
| + | |||
| + | The option '' | ||
| + | < | ||
| + | {cmrcc, | ||
| + | </ | ||
| + | The GeCCo binary must be referenced by the environment variable '' | ||
| + | |||
| + | The '' | ||
| + | Apart from multireference coupled-cluster theory, GeCCo also provides a reasonably fast arbitrary-order single-reference coupled-cluster code (closed-shell systems only). Explicitly correlated calculations can currently not be directly started from Molpro. | ||
| + | |||
| + | The [[region|Region]] command can be used to enable icMRCC computations for large molecules, when only a fraction of it (for instance the transition metal center and the coordinating orbitals) shall be correlated at this level (virtual space truncation can be used in this case). The approach should be combined with density fitting to cope with the integral transformation (see [[region|Region]] for details). | ||
| + | |||
| + | ===== The new implementation ===== | ||
| + | |||
| + | The new implementation is based on the ITF framework. It is simply envoked by | ||
| + | < | ||
| + | {cmrcc} | ||
| + | </ | ||
| + | which runs the code with the default settings. The singular value threshold is normally not decisive for CAS(2,2) runs. We recommend to keep the '' | ||
| + | |||
| + | In addition, two simplified versions based on CEPA(0) or a hybrid of MRCC/ | ||
| + | < | ||
| + | {cmrcc, | ||
| + | {cmrcc, | ||
| + | </ | ||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | Singlet and triplet state of methylene (new code) | ||
| + | < | ||
| + | memory, | ||
| + | gprint, | ||
| + | |||
| + | basis=cc-pVDZ | ||
| + | |||
| + | r=1.1 angs, | ||
| + | geometry={c; | ||
| + | |||
| + | {multi; | ||
| + | {cmrcc, | ||
| + | |||
| + | {multi; | ||
| + | {cmrcc, | ||
| + | {cmrcc, | ||
| + | </ | ||
| + | |||
| + | Ground state energy of carbon dimer, compare MRCI and MRCC | ||
| + | < | ||
| + | memory, | ||
| + | gprint, | ||
| + | |||
| + | rr = 1.1 ang | ||
| + | geometry={c; | ||
| + | |||
| + | basis=cc-pVDZ | ||
| + | |||
| + | {multi; | ||
| + | | ||
| + | | ||
| + | | ||
| + | } | ||
| + | |||
| + | {ci} !MRCI STATE 1.1 Energy | ||
| + | !Cluster corrected energies | ||
| + | !Cluster corrected energies | ||
| + | {cmrcc, | ||
| + | </ | ||