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
I am doing RASSCF calculation from previously converged orbitals. I am using the following keyword:
Fileorb=$CurrDir/initial_orbital.RasOrb
I have the initial_orbital.RasOrb file in my directory.
But I am getting the error:
RdVec: File /path_to_directory/initial_orbi not found!
Why it is taking the incorrect name for the input file.
I am giving initial_orbital.RasOrb but its taking initial_orbi and they throws out the error that this file is not found.
It is happening very frequently and sometimes, just by changing the directory it works and sometimes not.
I fail to understand the reason for this.
Offline
There's probably a length limit for the filename, and it gets truncated.
You could try something like:
* copy the file "here", i.e. in the WorkDir (note the dot at the end)
> copy $CurrDir/initial_orbital.RasOrb .
&RASSCF
Fileorb=initial_orbital.RasOrb
Offline
Thanks, Ignacio. That helped.
Offline