mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
commit
c3aa659b47
3 changed files with 458 additions and 405 deletions
|
|
@ -5,7 +5,7 @@ title "dmo_tddft_cd_velocity"
|
|||
start dmo_tddft_cd_velocity
|
||||
|
||||
geometry units angstrom
|
||||
symmetry c1
|
||||
#symmetry c1
|
||||
C -1.0434290 0.6153280 -0.0615190
|
||||
C 0.1515990 -0.0360920 0.4888630
|
||||
H 0.1531120 -0.2526560 1.5570100
|
||||
|
|
@ -24,20 +24,11 @@ end
|
|||
|
||||
charge 0
|
||||
|
||||
scf
|
||||
semidirect filesize 0
|
||||
maxiter 100
|
||||
end
|
||||
|
||||
set int:cando_txs f
|
||||
dft
|
||||
tolerances tight
|
||||
grid fine
|
||||
convergence energy 1d-10 nolevelshifting
|
||||
convergence energy 1d-10
|
||||
xc b3lyp
|
||||
iterations 100
|
||||
direct
|
||||
print medium
|
||||
end
|
||||
|
||||
tddft
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -113,7 +113,7 @@ c
|
|||
& write(luout,*)' fockxc: calc_type not set: setting to 1'
|
||||
calc_type = 1
|
||||
endif
|
||||
if(ga_nodeid().eq.0) write(6,*) ' fock_xcd3d: ctype ',calc_type
|
||||
cdbg if(ga_nodeid().eq.0) write(6,*) ' fock_xcd3d: ctype ',calc_type
|
||||
c
|
||||
c == need a better solution for this == NXG
|
||||
c Daniel (2-16-13): This line of code is VERY dangerous. It caused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue