Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!
You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".Dear community,
is it possible to restart a Hessian calculation performed at the XMS-CASPT2 level?
I have access to all the files in the cwd/ directory
This is the input file:
&GATEWAY
coord=geom.xyz
basis=ANO-S-VDZP
RICD
Group=Nosymm
>>> export MOLCAS_MAXITER=200
&SEWARD
&RASSCF
FileOrb=molcas.Pt2Orb
Spin=1
Charge=0
Nactel=10
Inactive = 57
Ras2=10
CIRoot=3 3 1
Rlxroot=2
&CASPT2
XMultistate = all
MAXiter= 300
RLXROOT = 2
GRDT
CORT
&ALASKA
ROOT = 2
&MCKINLEY
Perturbation=Hessian
ShowHessian
I appreciate any help you could give me as this calculation takes roughly a month to finish
Best regards
Federico
Offline
I believe if you just comment out the GATEWAY input, it could work. But better try it out with a smaller/faster calculation and make a backup.
Offline
Dear Ignacio,
thanks for your response. I have tried your suggestion and also including the JobOld file as below, but the calculation starts from the scratch:
Accumulate the gradient for selected numerical differentiation.
1 of 193
and when it stopped due to wall time it was in 177 of 193
>> COPY $CurrDir/cwd/molcas.JobIph molcas.JobOld
>>> export MOLCAS_MAXITER=200
&RASSCF
JobIph
Spin=1
Charge=0
Nactel=10
Inactive = 57
Ras2=10
CIRoot=3 3 1
Rlxroot=2
&CASPT2
XMultistate = all
MAXiter= 300
RLXROOT = 2
GRDT
CORT
&ALASKA
ROOT = 2
&MCKINLEY
Perturbation=Hessian
ShowHessian
I've checked the manual of the version I am using (24.02) but couldn't find any alternative.
Offline
Well, you also need the files in the scratch directory, in particular the RunFile. I see you removed SEWARD. That will never work, because you need to compute the integrals for every displacement.
Offline