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".Hi all,
I'm trying to restart my surface hopping calculation. My input looks like below.
&GATEWAY
BASLIB=/home/lijingbai2009/basis_library
coord=$MOLCAS_PROJECT.xyz
basis
cc-pvdz
Group=c1
RICD
>> FOREACH ITER in (1 .. 2)
&SEWARD
doanalytic
&RASSCF
fileorb=$MOLCAS_PROJECT.StrOrb
Spin=1
Nactel=4 0 0
Inactive=26
Ras1=0
Ras2=4
Ras3=0
ITERATIONS=200,100
CIRoot=2 2 1
MDRLXR=1
&Surfacehop
tully
decoherence = 0.1
psub
&ALASKA
&Dynamix
velver
dt = 40
velo = 3
ther= 2
temp = 300
H5RESTART=$MOLCAS_PROJECT.dyn.r1.h5
>> End do
The $MOLCAS_PROJECT.dyn.r1.h5 is the file from my previous surface hopping calculation. However, when I run it, I got an error message said "Data not defined: NOSEHOOVER". I checked my h5 file and found the NOSEHOOVER inside. So what's wrong with my input? Thanks!
Offline
I think the thermostat is not implemented (yet) in the restarting code
Offline
Hi Ignacio,
I saw the lastest implementation of &dynamix restart in Github. I tested it for my calculation and it worked well. Thanks for your active response!
Offline