Dear Molpro users,
I am trying to calculate the excited states using NEVPT2 method. As said in the manual, I am doing the CASSCF calculation first, follwed by NEVPT2 calculation. I need to do the NEVPT2 calculation for 3 states, (the ground state and other two excited states) all of which are having the same Ag symmetry.
For the ground state the calculation is running fine, but for the next excited state, while starting the NEVPT2 calculation, it is getting printed in the output file that orbital record not found. Also for the second state there is no change in the CASSCF result from the first state. I believe I am making some error in the input description of the excited states.
I am attaching the part of the input file, here. Kindly help with your suggestions, and please point out the mistake I am making.
Part of input file
===================
basis = 6-311++g(d,p)
{hf
wf,72,1,0}
{casscf
occ,16,5,15,5
closed,16,0,15,0
wf,72,1,0
state,1
natorb,2140.2,state=1.1
}
{nevpt2,thrden=1.0d-10,thrvar=1.0d-10
closed,16,0,15,0
occ,16,5,15,5
orbit,2140.2,state=1.1
wf,72,1,0
state,1,1
}
{casscf
occ,16,5,15,5
closed,16,0,15,0
wf,72,1,0
state,1
start,2100.2
natorb,2141.2,state=2.1
}
{nevpt2,thrden=1.0d-10,thrvar=1.0d-10
closed,16,0,15,0
occ,16,5,15,5
orbit,2141.2,state=2.1
wf,72,1,0
state,1,1
}