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".Pages: 1
Hi everybody,
I am beginner in the Molcas program and I have one question. I saw in the manual that is possible to write a separate file containing the position and the charge distribution. This file can be called by the Xfield module, however, I am not getting. How to include a file at the Xfield module?
Best regards
Danillo
Offline
Just write:
XFIELD = <filename>
where "<filename>" is of course your filename, without the angle brackets. The only gotcha is that the file must be in the WorkDir.
Offline
To copy the file to what is called WorkDir one can use ">COPY" command.
Assuming the Xfield file is in the same directory as input, a working example is:
>COPY $CurrDir/<filename> $WorkDir/.
&gateway
...
Xfield
<filename>
...
Offline
Since commands are run from the WorkDir itself, it is enough with ">COPY $CurrDir/<filename> ."
Offline
This flag in XField module worked.
Thanks,
Danillo
Offline
Pages: 1