Hi there,
I'm having an issue which is very confusing... I'm trying to run an optimisation of H2O (admittedly, using very tight criteria) at CCSD(T)-F12/cc-pCVTZ-F12 level of theory, but for some reason Molpro calculates the initial SCF and then just stops... A .log file does appear before the calculation finishes, but it's empty.
This is my input file:
memory,1500,m
gthresh,energy=1.d-12,zero=1.d-22,oneint=1.d-22,twoint=1.d-22;
gthresh,optgrad=1.d-8,optstep=1.d-8;
angstrom
geometry={
O 0.0535775172759 0.0535775172759 0.00000000000000
H 1.0062831732339 -0.059860690509 0.00000000000000
H -0.059860690509 1.0062831732339 0.00000000000000
}
basis={
default,cc-pCVTZ-f12
}
set,charge=0
set,spin=0
hf,accuracy=16,energy=1.0d-10
{CCSD(T)-F12,thrden=1.0d-12,thrvar=1.0d-10}
{optg,mppx=0,grms=1.d-8,srms=1.d-8}
pbqff=energy(2)
show[1,f20.12],pbqff
The main reason I'm confused is that I can use an almost identical input file to calculate a different molecule (the only difference being the coordinates and the charge) and it works without any issues.
Does anyone see anything wrong with what I've done? Are there any reasons Molpro should struggle with H2O in particular? I'd appreciate any help you can give me.
Regards,
Matthew