Computes coupled cluster energies. Called as part of any coupled cluster computation.
Convergence criterion for Breuckner orbitals. The convergence is determined based on the largest amplitude.
- Type: conv double
- Default: 1e-5
Cacheing level for libdpd governing the storage of amplitudes, integrals, and intermediates in the CC procedure. A value of 0 retains no quantities in cache, while a level of 6 attempts to store all quantities in cache. For particularly large calculations, a value of 0 may help with certain types of memory problems. The default is 2, which means that all four-index quantites with up to two virtual-orbital indices (e.g., integrals) may be held in the cache.
- Type: integer
- Default: 2
Selects the priority type for maintaining the automatic memory cache used by the libdpd codes. A value of LOW selects a “low priority” scheme in which the deletion of items from the cache is based on pre-programmed priorities. A value of LRU selects a “least recently used” scheme in which the oldest item in the cache will be the first one deleted.
- Type: string
- Possible Values: LOW, LRU
- Default: LOW
Number of threads
- Type: integer
- Default: 1
Coupled-cluster opposite-spin scaling value
- Type: double
- Default: 1.27
Coupled-cluster same-spin scaling value
- Type: double
- Default: 1.13
Cutoff value for local-coupled-perturbed-Hartree-Fock
- Type: double
- Default: 0.10
Value (always between one and zero) for the Broughton-Pulay completeness check used to contruct orbital domains for local-CC calculations. See J. Broughton and P. Pulay, J. Comp. Chem. 14, 736-740 (1993) and C. Hampel and H.-J. Werner, J. Chem. Phys. 104, 6286-6297 (1996).
- Type: double
- Default: 0.02
Type of local-CCSD scheme to be simulated. WERNER selects the method developed by H.-J. Werner and co-workers, and AOBASIS selects the method developed by G.E. Scuseria and co-workers (currently inoperative).
- Type: string
- Possible Values: WERNER, AOBASIS
- Default: WERNER
Definition of local pair domains, default is BP, Boughton-Pulay.
- Type: string
- Possible Values: BP, RESPONSE
- Default: BP
Desired treatment of “weak pairs” in the local-CCSD method. A value of NEGLECT ignores weak pairs entirely. A value of NONE treats weak pairs in the same manner as strong pairs. A value of MP2 uses second-order perturbation theory to correct the local-CCSD energy computed with weak pairs ignored.
- Type: string
- Possible Values: NONE, NEGLECT, MP2
- Default: NONE
Do print the MP2 amplitudes which are the starting guesses for RHF and UHF reference functions?
- Type: boolean
- Default: false
MP2 opposite-spin scaling value
- Type: double
- Default: 1.20
MP2 same-spin scaling value
- Type: double
- Default: 1.0/3.0
Do use new triples?
- Type: boolean
- Default: true
Number of important and amplitudes to print
- Type: integer
- Default: 10
Do print MP2 and CCSD pair energies for RHF references?
- Type: boolean
- Default: false
The response property desired. Acceptable values are POLARIZABILITY (default) for dipole-polarizabilities, ROTATION for specific rotations, ROA for Raman Optical Activity, and ALL for all of the above.
- Type: string
- Possible Values: POLARIZABILITY, ROTATION, MAGNETIZABILITY, ROA, ALL
- Default: POLARIZABILITY
Do restart the coupled-cluster iterations from old and amplitudes? For geometry optimizations, Brueckner calculations, etc. the iterative solution of the CC amplitude equations may benefit considerably by reusing old vectors as initial guesses. Assuming that the MO phases remain the same between updates, the CC codes will, by default, re-use old vectors, unless the user sets RESTART = false.
- Type: boolean
- Default: true
Convergence criterion for wavefunction (change) in CC amplitude equations.
- Type: conv double
- Default: 1e-7
Convert ROHF MOs to semicanonical MOs
- Type: boolean
- Default: true
Do print spin-adapted pair energies?
- Type: boolean
- Default: false
- Type: boolean
- Default: false
Do build W intermediates required for cc3 in core memory?
- Type: boolean
- Default: false
The algorithm to use for the terms If AO_BASIS is NONE, the MO-basis integrals will be used; if AO_BASIS is DISK, the AO-basis integrals stored on disk will be used; if AO_BASIS is DIRECT, the AO-basis integrals will be computed on the fly as necessary. NB: The DIRECT option is not fully implemented and should only be used by experts. Default is NONE. Note: The developers recommend use of this keyword only as a last resort because it significantly slows the calculation. The current algorithms for handling the MO-basis four-virtual-index integrals have been significantly improved and are preferable to the AO-based approach.
- Type: string
- Possible Values: NONE, DISK, DIRECT
- Default: NONE
Do restart the coupled-cluster iterations even if MO phases are screwed up?
- Type: boolean
- Default: false