Skip to content

Commit 2f7ab4a

Browse files
authored
Merge pull request #1148 from edoapra/ses-pull
New SES cavity code
2 parents cdf07b3 + b6dd5bb commit 2f7ab4a

22 files changed

+22715
-313
lines changed

QA/doqmtests.mpi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,8 @@ let "myexit+=$?"
736736
let "myexit+=$?"
737737
./runtests.mpi.unix procs $np dft_nio_r2scan
738738
let "myexit+=$?"
739+
./runtests.mpi.unix procs $np cosmo_h2cco2_opt
740+
let "myexit+=$?"
739741
if [[ "$what" != "flaky" ]]; then
740742
echo
741743
echo "the number of failed tests is" $myexit
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
echo
2+
3+
start
4+
5+
geometry
6+
o 0.00000000 -1.11909860 -0.09529177
7+
o 0.00000000 1.11909860 -0.09529177
8+
c 0.00000000 0.00000000 0.66838924
9+
c 0.00000000 0.00000000 1.99717688
10+
h 0.00000000 -0.92756722 2.53578926
11+
h 0.00000000 0.92756722 2.53578926
12+
end
13+
14+
charge -2
15+
16+
basis spherical
17+
* library 6-31g*
18+
end
19+
20+
title "new potential"
21+
22+
cosmo
23+
potcorr true
24+
ificos 1 ; minbem 3
25+
do_gasphase f
26+
end
27+
28+
driver
29+
maxiter 99
30+
clear
31+
end
32+
dft
33+
xc hfexch
34+
end
35+
task dft optimize
36+
37+
title "old potential"
38+
geometry
39+
o 0.00000000 -1.11909860 -0.09529177
40+
o 0.00000000 1.11909860 -0.09529177
41+
c 0.00000000 0.00000000 0.66838924
42+
c 0.00000000 0.00000000 1.99717688
43+
h 0.00000000 -0.92756722 2.53578926
44+
h 0.00000000 0.92756722 2.53578926
45+
end
46+
47+
cosmo
48+
potcorr false
49+
do_gasphase f
50+
ificos 1 ; minbem 3
51+
print cosmo_energies
52+
end
53+
54+
driver
55+
clear
56+
end
57+
58+
59+
task scf optimize ignore
60+
title "GEPOL cavity"
61+
geometry
62+
o 0.00000000 -1.11909860 -0.09529177
63+
o 0.00000000 1.11909860 -0.09529177
64+
c 0.00000000 0.00000000 0.66838924
65+
c 0.00000000 0.00000000 1.99717688
66+
h 0.00000000 -0.92756722 2.53578926
67+
h 0.00000000 0.92756722 2.53578926
68+
end
69+
70+
cosmo
71+
do_gasphase f
72+
cavity ses
73+
ndiv xfine
74+
end
75+
unset cosmo:ptcor
76+
driver
77+
clear
78+
end
79+
80+
81+
task scf optimize ignore

0 commit comments

Comments
 (0)