Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Pages: 1
Hi everyone,
I do a calculation with OpenMolcas but I meet one problem. My error is this:
###############################################################################
###############################################################################
### ###
### ###
### ERROR: iShell.gt.MxShll ###
### ###
### ###
###############################################################################
###############################################################################
Change MxShll in info.fh and recompile the code!
--- Stop Module: gateway at Mon Aug 9 22:50:16 2021 /rc=_RC_INTERNAL_ERROR_ ---
*** files: PThBThP.RICDLib xmldump
saved to directory
--- Module gateway spent 4 seconds ---
.########################################################.
.# Some internal inconsistency of the code was detected #.
.########################################################.My input is simple:
&GATEWAY
coord=Pthp3.xyz
basis=TZVP
group=C1
&SEWARD
choleskyWhen I use a small basis set, such as sto-3g, it has no problem. I don't know the reason.
Last edited by Liuzx (2021-08-12 13:54:55)
Offline
As the error says, probably the number of basis "shells" is larger than the compiled maximum. If you don't find src/Include/info.fh, try changing it in src/Include/Molcas.fh.
Offline
Thank you very much for your help. I have changed the number of basis "shells" in src/Include/Molcas.fh. and recompiled the code. Then it's OK.
Offline
Pages: 1