welcome: please sign in
location: Diff for "CCSD and CCSD(T)"
Differences between revisions 5 and 6
Revision 5 as of 2015-12-07 18:29:17
Size: 1563
Editor: lzd
Comment:
Revision 6 as of 2015-12-07 18:29:53
Size: 1520
Editor: lzd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

CC without spin-orbit couplings can be run by omitting SOC integrals in xuanyuan and adding 'lscalar' in CCSDSO.
CC without spin-orbit couplings can be run by omitting SOC integrals in xuanyuan and adding '''lscalar''' in CCSDSO.
Line 6: Line 5:
$COMPASS
Title
 CH2O+ Molecule test run
Basis
 6-31g
Geometry
 H 0. 0.0 0.0
 F 1. 0.0 0.0
END geometry
$END
Line 7: Line 16:
$COMPASS
Title
 CH2O+ Molecule test run
Basis
 6-31g
Geometry
 H 0. 0.0 0.0
 F 1. 0.0 0.0
END geometry
$END
    
Line 50: Line 48:
Line 52: Line 49:
Line 56: Line 52:
Line 77: Line 72:
 [ccsdso_calculation]   [ccsdso_calculation]
Line 81: Line 76:

CC without spin-orbit couplings

CC without spin-orbit couplings can be run by omitting SOC integrals in xuanyuan and adding lscalar in CCSDSO.

$COMPASS
Title
 CH2O+ Molecule test run
Basis
 6-31g
Geometry
 H 0. 0.0 0.0
 F 1. 0.0 0.0
END geometry
$END

$XUANYUAN
scalar
heff
0 # non-relativistic
$END

$SCF
RHF
charge
0
spin
1
THRESHCONV
1.d-14 1.d-10
$END

$TRAINT
orbi
hforb
$END

$CCSDSO
itriple
1
ifdebug
0
maxTcyc
100
threshT
12
lscalar
$END

Results:

      T1 Diagnostic =   8.9274007366236547E-003
        E(SCF)            =     -99.977636678624
        E(CCSD)           =    -100.113388640000
 SO-CCSD calculation finish at: Mon Dec  7 13:26:53 2015
 Total cpu time for CCSD calculation   :      0.0727 seconds
                0.07 seconds walltime passed

 SCF  ENERGY:  -99.977636678624
 CCSD ENERGY:   -0.135751961376 -100.113388640000

 CCSD(T) calculation starts!
        E4T (T(CCSD))     =      -0.000922841190
        E5ST              =       0.000159516908
        E(T(CCSD))        =      -0.000763324282
        E(CCSD + T(CCSD)) =    -100.114151964282
 CCSD(T) calculation finish at: Mon Dec  7 13:26:53 2015
 Total cpu time for triple calculation :      0.0197 seconds
                0.02 seconds walltime passed


 [ccsdso_calculation]
  Escf    =      -99.9776366786
  Eccsd   =     -100.1133886400   Ecorr=       -0.1357519614
  Eccsd(t)=     -100.1141519643   Ecorr=       -0.1365152857

CCSD and CCSD(T) (last edited 2015-12-07 18:45:47 by lzd)