mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
reset
This commit is contained in:
parent
ced49c8d49
commit
07beece899
1 changed files with 13 additions and 24 deletions
|
|
@ -1,39 +1,28 @@
|
|||
echo
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
title "Water geometry optimization in cc-pvdz basis set"
|
||||
|
||||
start h2o
|
||||
|
||||
memory global 4000 mb heap 100 mb stack 4000 mb
|
||||
|
||||
geometry autosym noprint
|
||||
geometry autosym
|
||||
O 0.0 0.0 -0.02
|
||||
H -0.74 0.0 -0.76
|
||||
H 0.74 0.0 -0.76
|
||||
end
|
||||
|
||||
basis noprint
|
||||
* library cc-pvdz
|
||||
basis
|
||||
H library cc-pvdz
|
||||
O library cc-pvdz
|
||||
end
|
||||
|
||||
scf
|
||||
thresh 1e-10
|
||||
print none
|
||||
driver
|
||||
clear
|
||||
end
|
||||
|
||||
tce
|
||||
ccsd
|
||||
thresh 1e-12
|
||||
io ga
|
||||
2eorb
|
||||
tilesize 40
|
||||
attilesize 40
|
||||
2emet 13
|
||||
end
|
||||
scf; print low; end
|
||||
|
||||
set tce:nts F
|
||||
set tce:ccsd_t2_8_alg 8
|
||||
task scf optimize
|
||||
|
||||
task tce energy
|
||||
|
||||
set tce:nts T
|
||||
|
||||
task tce energy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue