Example 6.27 A series of jobs evaluating the correlation energy (with core orbitals frozen)
of the ground state of the NH radical with three methods of
coupled-cluster singles and doubles type: CCSD itself, CC2, 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 cc2
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