6.8 Coupled-Cluster Methods

6.8.8 Examples

Example 6.19  A series of jobs evaluating the correlation energy (with core orbitals frozen) of the ground state of the NH2 radical with three methods of coupled-cluster singles and doubles type: CCSD itself, OD, and QCCD.

$molecule
   0  2
   N
   H1  N  1.02805
   H2  N  1.02805  H1  103.34
$end

$rem
   METHOD          ccsd
   BASIS           6-31g*
   N_FROZEN_CORE   fc
$end

@@@

$molecule
   read
$end

$rem
   METHOD          od
   BASIS           6-31g*
   N_FROZEN_CORE   fc
$end

@@@

$molecule
   read
$end

$rem
   METHOD          qccd
   BASIS           6-31g*
   N_FROZEN_CORE   fc
$end

Example 6.20  A job evaluating CCSD energy of water using RI-CCSD

$molecule
  0 1
  O
  H1 O OH
  H2 O OH H1 HOH

  OH  = 0.947
  HOH = 105.5
$end

$rem
   METHOD          ccsd
   BASIS           aug-cc-pvdz
   AUX_BASIS       rimp2-aug-cc-pvdz
$end

Example 6.21  A job evaluating CCSD energy of water using CD-CCSD (tolerance = 10-3)

$molecule
  0 1
  O
  H1 O OH
  H2 O OH H1 HOH

  OH  = 0.947
  HOH = 105.5
$end

$rem
   METHOD          ccsd
   BASIS           aug-cc-pvdz
   CHOLESKY_TOL    3
$end

Example 6.22  A job evaluating CCSD energy of water using CD-CCSD (tolerance = 10-3) with FNO

$molecule
   0 1
   O
   H1 O OH
   H2 O OH H1 HOH

   OH  = 0.947
   HOH = 105.5
$end

$rem
   METHOD          ccsd
   BASIS           aug-cc-pvdz
   CHOLESKY_TOL    3
   CC_FNO_THRESH   9950
$end