I just want to do a simple gaussian calculation of a proton, i.e. H+ ion using MP2 level of theory. My input file is simply:
---------------------------------------------------
%NProcShared=24
%chk=ion.chk
# MP2/6-311++G(d,p) Opt(calcall,verytight)
Proton
1 1
H
Variables:
-----------------------------------------------------
When I use HF instead of MP2, everything works fine. However, using MP2 always gives the error at the end:
-----------------------------------------------------
dumping /fiocom/, unit = 3 NFiles = 1 SizExt = 524288 WInBlk = 512
defal = F LstWrd = 65536 FType=2 FMxFil=10000
Number 0
Base 40448
End 65536
End1 65536
Wr Pntr 40448
Rd Pntr 40448
Length 25088
Int.Num 1
Illegal file or unit passed to FileIO.
FileIO: IOper= 1 IFilNo(1)= 0 Len= 0 IPos= 0 Q= 46912513951592
Error termination in NtrErr:
NtrErr Called from FileIO.
-----------------------------------------------------
There is nothing really on the internet about the error message
"Error termination in NtrErr: NtrErr Called from FileIO" that has helped. Any help is appreciated. Cheers!