mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
scanl
This commit is contained in:
parent
d78690311a
commit
b16744a67b
3 changed files with 5151 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ let "myexit+=$?"
|
|||
let "myexit+=$?"
|
||||
./runtests.mpi.unix procs $np libxc_rscan
|
||||
let "myexit+=$?"
|
||||
./runtests.mpi.unix procs $np libxc_scanl
|
||||
let "myexit+=$?"
|
||||
./runtests.mpi.unix procs $np libxc_waterdimer_bmk
|
||||
fi
|
||||
exit $myexit
|
||||
|
|
|
|||
44
QA/tests/libxc_scanl/libxc_scanl.nw
Normal file
44
QA/tests/libxc_scanl/libxc_scanl.nw
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
echo
|
||||
title "Test SCAN-L"
|
||||
|
||||
start scanl
|
||||
|
||||
geometry
|
||||
H -0.53613834 1.65036000 0.76488131
|
||||
N -0.20560016 1.19352105 -0.09517494
|
||||
C 0.50994699 0.02103750 0.20703847
|
||||
H 1.50546027 -0.04117360 -0.23494242
|
||||
F -0.24147792 -1.09742630 -0.06675439
|
||||
end
|
||||
|
||||
basis cartesian
|
||||
C library 6-31g*
|
||||
N library 6-31g*
|
||||
F library 6-31g*
|
||||
H library 6-31g
|
||||
end
|
||||
|
||||
dft
|
||||
xc mgga_x_scanl mgga_c_scanl
|
||||
grid xfine
|
||||
end
|
||||
task dft
|
||||
|
||||
dft
|
||||
mult 1
|
||||
odft
|
||||
vectors input atomic
|
||||
end
|
||||
task dft
|
||||
|
||||
dft
|
||||
noio
|
||||
mult 3
|
||||
odft
|
||||
xc mgga_x_scanl mgga_c_scanl
|
||||
tolerances tight
|
||||
grid xfine
|
||||
vectors input atomic
|
||||
convergence energy 1d-8
|
||||
end
|
||||
task dft optimize
|
||||
5105
QA/tests/libxc_scanl/libxc_scanl.out
Normal file
5105
QA/tests/libxc_scanl/libxc_scanl.out
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue