mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
added rt_tddft_mocap
This commit is contained in:
parent
1266362bc4
commit
0239aa2fbe
3 changed files with 24947 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ np_small=$(get_limit $np 16)
|
|||
./runtests.mpi.unix procs $np dft_rscan
|
||||
./runtests.mpi.unix procs $np dft_scan
|
||||
./runtests.mpi.unix procs $np rt_tddft_dimer_charge
|
||||
./runtests.mpi.unix procs $np rt_tddft_mocap
|
||||
./runtests.mpi.unix procs $np dft_ne_n12
|
||||
./runtests.mpi.unix procs $np dft_mfm_ch3
|
||||
#
|
||||
|
|
|
|||
61
QA/tests/rt_tddft_mocap/rt_tddft_mocap.nw
Normal file
61
QA/tests/rt_tddft_mocap/rt_tddft_mocap.nw
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
#
|
||||
# Delta-function kick simulation on a water molecule
|
||||
# using a molecular orbital complex absorbing potential
|
||||
# (MO CAP) to remove the high virtual states.
|
||||
#
|
||||
# The basis here is far too small to get a continuum falloff,
|
||||
# this gives you the basic idea.
|
||||
#
|
||||
# For comparison, you might want to run with the MO CAP turned off.
|
||||
#
|
||||
# see: K. Lopata and N. Govind, J. Chem. Theory Comput. 9, 4939 (2013)
|
||||
#
|
||||
echo
|
||||
title "Water MO CAP"
|
||||
start water
|
||||
|
||||
## aug-cc-pvtz/PBE0 optimized
|
||||
geometry "system" units angstroms noautosym noautoz nocenter
|
||||
O 0.00000043 0.11188833 0.00000000
|
||||
H 0.76000350 -0.47275229 0.00000000
|
||||
H -0.76000393 -0.47275063 0.00000000
|
||||
end
|
||||
|
||||
set geometry "system"
|
||||
|
||||
basis spherical
|
||||
* library 6-31G*
|
||||
end
|
||||
|
||||
dft
|
||||
xc pbe0
|
||||
convergence density 1d-9
|
||||
end
|
||||
task dft
|
||||
|
||||
rt_tddft
|
||||
dt 0.2
|
||||
tmax 250.0
|
||||
|
||||
print dipole field energy charge
|
||||
|
||||
mocap
|
||||
expconst 1.0 # exponential constant for CAP
|
||||
emin 0.5 # any MO with eigenvalue >= 0.5 Ha will have CAP applied to it
|
||||
prefac 1.0 # prefactor for exponential
|
||||
maxval 100.0 # clamp CAP at this value (in Ha)
|
||||
off # turn off CAP
|
||||
nochecks # disable checks for speed
|
||||
noprint # don't print CAP value
|
||||
end
|
||||
|
||||
field "kick"
|
||||
type delta
|
||||
max 0.0001
|
||||
polarization z
|
||||
end
|
||||
|
||||
excite "system" with "kick"
|
||||
end
|
||||
task dft rt_tddft
|
||||
|
||||
24885
QA/tests/rt_tddft_mocap/rt_tddft_mocap.out
Normal file
24885
QA/tests/rt_tddft_mocap/rt_tddft_mocap.out
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue