Dear Molpro Community,
I'm trying to perform a VPT2 calculation in Molpro at the aug-cc-pVTZ-F12/CCSD(T)-F12a level of theory for HF. I used the VPT2 example on the Molpro website for water (link below) as a template:
Here is my input file:
***, HF
memory,800,m
basis=aug-cc-pvtz-f12
orient,mass
geometry={
2
HF
F 0.00000200 0.00000000 0.
4589072812 H 0.00000000 0.00000010 -0.
4589072812}
mass,iso
hf
ccsd(t)-f12a
optg !(1) optimizes the geometry
frequencies,symm=auto !(2) compute harmonic frequencies
label1
{hf
start,atden}
ccsd(t)-f12a
{xsurf,start1D=label1,sym=auto !(3) generate a QFF
vtaylor,type=qff
disk,where=home,dump='cmp2.pot'}
poly,type=qff,vam=0 !(4) transform the PES to polynomials
vpt2 !(5) do a VPT2 calculation
However, when I run this input, I frequently encounter the following error:
READM: TRYING TO READ BEYOND RECORD BOUNDARY
I have tried a few minor changes but can't seem to resolve this issue. I suspect I might be missing something important related to either the method, the way the QFF is generated, or how the disk dump file is handled.
Could anyone please advise what might be causing this error or how I could modify my input to successfully perform a VPT2 calculation at this level?
Thanks and regards,
Snigda