Dear Molpro users,
I would like to perform a NEVPT2 calculation on a transition metal
complex with ~100 atoms.
At first, I ran into the error described here, so I tried reading
the CI vectors from the CASSCF calculation as suggested:
https://groups.google.com/g/molpro-user/c/NYhqEDzdcxY/m/3pzdSsOxCAAJ
Now the calculation crashes with the following error message:
Inconsistent reference energies for state 1
Reference energy from start record: -3776.933910150434
Energy from imported reference vector: -3776.933910144378
Please check if orbitals are consistent!
? Error
? Inconsistent reference energies
? The problem occurs in cihdia_s
To me, this looks like a numerical issue that could perhaps be
resolved by adjusting a threshold (?). The input certainly works
for smaller molecules.
Here is the relevant part of the input, I am using Molpro 2022.3:
=============================================================
gthresh,energy=1.d-9
gthresh,orbital=1.d-8
gthresh,civec=1.d-8
...
{df-multi,first-order;
config,csf;
start,2142.2;
ciguess,2141.2;
closed,205.1;
occ,214.1;
wf,spin=2,symmetry=1,charge=1;
state,7.1;
natorb,2143.2,state=1.1,cirec=5143.2;
}
{df-nevpt2,cirec=5143.2,thrden=1.0d-8,thrvar=1.0d-8;
orbit,2143.2,state=1.1;
closed,205.1;
occ,214.1;
wf,spin=2,symmetry=1,charge=1;
state,1.1;
}
=============================================================
If anyone could assist me with this issue, I would be very
grateful.
Kind regards
Sebastian